From 74a5b986f3b44e94f9e648c0a42dae8d3c066c53 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 9 Jan 2016 21:18:23 +0000 Subject: [PATCH] z80fixedbank: remove old debug --- Kernel/lib/z80fixedbank.s | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.34.1