n64dev / cen64

Cycle-Accurate Nintendo 64 Emulator
BSD 3-Clause "New" or "Revised" License
803 stars 70 forks source link

Fix EEPROM detection Joybus status response #203

Closed meeq closed 3 years ago

meeq commented 3 years ago

Proper fix for workaround in https://github.com/DragonMinded/libdragon/pull/125#pullrequestreview-690939199

@rasky @sp1187

These response values have been confirmed on real hardware using the following test ROM which dumps the EEPROM status input and output data: eepromtest.zip

The same test ROM was used to verify these changes.