X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp-cpm3.git/blobdiff_plain/40df51aed30ddcd710c7356f8098516c27088392..1e1c17d3fc07e3783873a621d8f165a3f56ff01f:/cbios/boot.180?ds=sidebyside diff --git a/cbios/boot.180 b/cbios/boot.180 index c0ecc11..2a43b75 100644 --- a/cbios/boot.180 +++ b/cbios/boot.180 @@ -6,7 +6,7 @@ public f_cpu - extrn ?boot,?conin + extrn boot,?conin extrn pr.inln,pr.crlf,pr.dec,pr.decl extrn ioini1l,msginit,mmuinit,intinit,cpu_frq extrn prt0ini,gs_rtc @@ -45,11 +45,10 @@ hwinit: ld hl,hwini_tab call ioini1l ld a,0c3h - ld hl,?boot + ld hl,boot ld (0),a ld (1),hl hwini_skip: - call mmuinit ; setup mmu registers call msginit call cpu_frq ld (f_cpu),hl @@ -57,7 +56,8 @@ hwini_skip: ret ?init: - ld hl,1000000000000000b ; assign console to AVRCON: +; ld hl,1000000000000000b ; assign console to AVRCON: + ld hl,0100000000000000b ; assign console to ASCI0: ld (@civec),hl ld (@covec),hl ld hl,0000000000000000b ; assign printer to nothing: