- [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_48mem.h"
#include "z80mem.h"
#include <string.h>
@@ -67,4 +68,5 @@ uint8_t *zx_48mem::rawPtr(uint32_t address)
uint8_t *zx_48mem::rawTagPtr(uint32_t address)
{
return &tags[address];
}
}
*/