From c257263f3b0e22be70f537264ea33af107c8547a Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 10 Jan 2023 19:16:39 +0000 Subject: Futher tweaks to tape loading. Still failing on bad TAP files. --- source/spec.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/spec.c') diff --git a/source/spec.c b/source/spec.c index 596acd7..c2b4a87 100644 --- a/source/spec.c +++ b/source/spec.c @@ -359,12 +359,10 @@ static int EDCallback(Z80 *z80, Z80Val data) SPECWriteMemSNAP)) { z80->AF.b.lo |= eZ80_Carry; - z80->BC.w=0xb001; } else { z80->AF.b.lo &= ~eZ80_Carry; - z80->BC.w = 0xff01; } break; -- cgit v1.2.3