decrazyo

Results 13 comments of decrazyo

A device gets a unique RF address and AES encryption key when it's paired to a receiver. My example code will forget those values when it's powered off. To fix...

I can think of 2 issues that might be causing this. 1. I think the Everdrive N8 Pro uses a custom BIOS by default and the disk driver uses the...

I've got the older Everdrive N8 (non-pro) which doesn't seem to support changing the disk system BIOS so I haven't been able to test that out myself.

This is hard to debug/develop with the equipment I have so forgive me for just putting my thoughts/ideas out here. I've dug into my driver code and there are only...

@famiclone6502 The 50hz PAL issue is probably unrelated to the shell loading issue. The disk driver treats all systems identically, regardless of how it was identified. Feel free to open...

The "Wrong block CRC" message from the FDSkey definitely suggests that the driver is failing to verify the checksum. I spent some time trying to find/fix the problem in the...

I updated the system detection logic so it will retry detection a few times if it fails. If all detection attempts fail then it will default to NTSC@60hz since that's...

@TakuikaNinja True but I was trying to support the unlikely situation where someone had jerry-rigged an FDS to a 50Hz console, assuming that such a thing can be done, as...

I was able to read an RFID tag from about 10mm with my homemade antenna coil. My coil was about 65mm in diameter, had an unknown number of turns. A...

At the time, I decided to not use NMI to update the PPU during v-blank since LUnix allows application to register their own NMI handlers. It seemed preferable to make...