unmap cartridge and imem/dmem from fastmem (checks outweighed the performance) + support for PAL framerate

This commit is contained in:
CocoSimone
2023-02-11 12:58:18 +01:00
parent 30c6931f09
commit 2cd82dff69
5 changed files with 39 additions and 228 deletions

View File

@@ -52,6 +52,7 @@ struct Core {
int cycles = 0;
bool pause = true;
bool isPAL = false;
bool romLoaded = false;
SDL_GameController* gamepad;
bool gamepadConnected = false;