- [NEW] Zoom per a la pantalla retina

- Treballant en la càrrega instantànea de TAPs
This commit is contained in:
2025-07-29 10:05:06 +02:00
parent fee07b6e1b
commit 913450fadb
4 changed files with 17 additions and 9 deletions

View File

@@ -190,10 +190,11 @@ namespace z80
{
t+=1;
reading_m1 = true;
/*if (rPC==0x056c) {
zx_tape::rewind();
zx_tape::play();
}*/
if (rPC==0x056A) {
z80debug::stop();
//zx_tape::rewind();
//zx_tape::play();
}
return READ_MEM_8();
}