- [FIX] Corregit el acces als port amb OUT

- [NEW] Nou model de gestió de memòria
This commit is contained in:
2025-07-23 13:51:51 +02:00
parent 3fd28136f6
commit 6e3e8e9b69
16 changed files with 315 additions and 94 deletions

View File

@@ -1,3 +1,4 @@
/*
#include "zx_128mem.h"
#include "z80mem.h"
#include "z80.h"
@@ -187,3 +188,4 @@ bool zx_128mem::getShadowScreen()
{
return config & ZX_128MEM_SCREEN;
}
*/