doomhack / GBADoom

A port of prBoom to the Nintendo GBA.
214 stars 27 forks source link

Feature Request: Support for slow flashcarts/hardware. #39

Open RetroGamer02 opened 1 year ago

RetroGamer02 commented 1 year ago

There are cases where the current value of REG_WAITCNT does not allow the game to run. For these cases could you add support for REG_WAITCNT = B645; If not don't worry about it it would just be nice.

See https://github.com/XProger/OpenLara/blob/master/src/platform/gba/checkROM.cpp for a reference of how it could be done.