@@ -1,6 +1,6 @@
#include "z80.h"
#include "z80debug.h"
#include "zx_tape.h"
#include <stdio.h>
namespace z80
@@ -187,6 +187,10 @@ namespace z80
{
t+=1;
reading_m1 = true;
if (rPC==0x056c) {
zx_tape::rewind();
zx_tape::play();
}
return READ_MEM_8();
The note is not visible to the blocked user.