arpruss

Results 36 issues of arpruss

I uploaded buck50.bin using the STM demonstrator uploader on Windows (which I normally use for uploading bootloaders to blue pills). I then plugged the pill into my RPI 3B+, and...

What license is this under? I don't see any licensing information. Thanks!

The code you have is `.BYTE 80,0A0,00,80 ; Black Bishop on White square` The 00 should be 80 (I checked against a scan of the book).

sargon-z80.asm when run through zmac produces two different sets of data at address 0x0180. Here is the issue as seen in the sargon-z80.lst file in your github: `230: 0173 00000000...

Is the pull-up resistor actually needed? The web says that the NGC controller has a 745 ohm pull-up already.

You might want to make it clear in the documentation that if you don't want to use the rumble, you don't need to connect the 5V pin on the controller.

On my Raspberry PI 3B+, when I create a uinput device using a non-root user, the device does not show up quickly enough for UInput._find_device_fallback() to find it. (It works...

Could you post the modifications you made to the base config so we can build it ourselves? Thanks!

I think that int_to_hex_string() needs to be reworked to produce a fixed-length output, because USB setup data needs to be 8 bytes long to get correctly unpacked.

I think in handle_get_descriptor(), vendorID and productID (and maybe some other things) need to have their endianness reversed.