- He llevat el fullRefresh de gbscreen, no te molt de sentit en GB i era problematic

- [NEW] mem::reset
This commit is contained in:
2025-01-19 22:02:57 +01:00
parent 9b1e6047d0
commit 036ab23173
3 changed files with 10 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
#include "mbc_none.h"
namespace mem
{
void (*reset)(void);
uint8_t(*readMem)(uint16_t);
void (*writeMem)(uint16_t, uint8_t);
uint8_t(*getTag)(uint16_t);