From: Alan Cox Date: Sat, 9 Jan 2016 21:18:23 +0000 (+0000) Subject: z80fixedbank: remove old debug X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=74a5b986f3b44e94f9e648c0a42dae8d3c066c53;p=FUZIX.git z80fixedbank: remove old debug --- diff --git a/Kernel/lib/z80fixedbank.s b/Kernel/lib/z80fixedbank.s index debcc062..57bba453 100644 --- a/Kernel/lib/z80fixedbank.s +++ b/Kernel/lib/z80fixedbank.s @@ -274,10 +274,6 @@ _dofork: ; load p_page ld c, (hl) ; load existing page ptr - push af - ld a, c - call outcharhex - pop af ld a, (U_DATA__U_PAGE) call bankfork ; do the bank to bank copy