From cdc4625b124f725fbc9462d5592d1d3be2aa613a Mon Sep 17 00:00:00 2001 From: Leo C Date: Mon, 11 May 2015 08:32:57 +0200 Subject: phys. address 0x00040 points to fifo_list --- z180/ddtz.180 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'z180/ddtz.180') 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: -- cgit v1.2.3