binji / binjgb

Gameboy emulator implemented in C, that also runs in the browser
https://binji.github.io/binjgb/
MIT License
534 stars 61 forks source link

Force DMG mode? #18

Closed gregkatz closed 5 years ago

gregkatz commented 5 years ago

I couldn't find it documented, so I thought I'd ask: Is there any way to force DMG mode? I'm trying to use your emulator's tracing to see where my emulator diverges, but I'm not currently aiming for CGB support.

binji commented 5 years ago

There wasn't, but I just added one. :-)

You can pass --force-dmg to any of the executables and they won't load as CGB.

gregkatz commented 5 years ago

Thanks! I really appreciate it!