deltabeard / Peanut-GB

A Game Boy (DMG) emulator single header library written in C99. Performance is prioritised over accuracy.
https://projects.deltabeard.com/peanutgb/
283 stars 40 forks source link

no input possible on certain roms #38

Closed itsmeitsme closed 5 years ago

itsmeitsme commented 5 years ago

Hi,

I've ported this emulator to a ESP32 based embedded system. While the main functions work fine, I'm having some trouble with keypad inputs.

Super Mario Land: input works fine Tetris: no input possible this is where I got my roms: [Edit: Removed]

deltabeard commented 5 years ago

Hi,

According to issue https://github.com/deltabeard/Peanut-GB/issues/31 Tetris has a problem whereby you can't get past the start screen. This is due to poor emulation accuracy of Peanut-GB unfortunately (and also poor programming within that game?). Tetris 2, Tetris DX and Tetris Plus are tested working however.

Please do not link to ROM downloading websites. Instead, acquire your ROMs legally by reading them off of physical cartridges that you own.

Thanks. Good luck with your ESP32 project. :+1:

deltabeard commented 4 years ago

Tetris is now working as of commit cd1474d3b0866900f16df8610b4f9be5e5d65b67