summaryrefslogtreecommitdiff
path: root/z180/ddtz.180
diff options
context:
space:
mode:
Diffstat (limited to 'z180/ddtz.180')
-rw-r--r--z180/ddtz.1809
1 files changed, 5 insertions, 4 deletions
diff --git a/z180/ddtz.180 b/z180/ddtz.180
index e5d48e1..e8a26fd 100644
--- a/z180/ddtz.180
+++ b/z180/ddtz.180
@@ -1796,7 +1796,7 @@ l10c5h:
jr z,l10e7h
ld l,(ix+002h)
ld h,(ix+003h)
- ld a,(ddtrst)
+ ld a,(ddtzrst)
comst
cp (hl)
comend
@@ -1859,7 +1859,7 @@ l1144h:
ld h,(ix+003h)
- ld a,(ddtrst)
+ ld a,(ddtzrst)
comst
ld e,(hl)
ld (hl),a
@@ -5944,7 +5944,7 @@ l27dah:
ret
x27ea:
- ld a,(ddtrst)
+ ld a,(ddtzrst)
comst
cp (iy+000h)
comend
@@ -6137,7 +6137,8 @@ ddtram:
; The following 2 params are changeable by user.
; Should these moved to top ram?
;
-ddtrst: rst DRSTNUM ;rst used by ddtz
+ddtzrst:
+ rst DDTZRSTVEC ;rst used by ddtz
ddtei: ei ;ints enabled/disabled while ddtz is running
ret ;
offs.pc: