ITotalJustice / notorious_beeg

gba emulator written in c++23
https://notorious-beeg.netlify.app/
GNU General Public License v3.0
41 stars 4 forks source link

implement waitstate control #56

Closed ITotalJustice closed 1 year ago

ITotalJustice commented 2 years ago

waitstates can be modified by the game, openlara in particular does this

ITotalJustice commented 1 year ago

This was partially implemented in https://github.com/ITotalJustice/notorious_beeg/commit/f3eed8206479541c2751f2c5c25e1d489b1176d5

N/S isn't properly handled, executing from rom is very slow, but this is a separate issue.