summaryrefslogtreecommitdiff
path: root/source/spec.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/spec.c')
-rw-r--r--source/spec.c2
1 files changed, 0 insertions, 2 deletions
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;