- [NEW] Implementada decodificació parcial dels ports, tal i com ho fa el spectrum

This commit is contained in:
2025-07-24 08:37:20 +02:00
parent 0df17bf4c9
commit 42da652aef
5 changed files with 55 additions and 27 deletions

View File

@@ -75,7 +75,7 @@ namespace mem
writable[0] = writable[1] = false;
for (int i=2;i<8;++i) writable[i] = true;
z80::connect_port(0xfd, nullptr, mem::zx_128_port_out);
z80::connect_port(0x7ffd, 0x8002, nullptr, mem::zx_128_port_out);
break;
}
}