]> cloudbase.mooo.com Git - z180-stamp-cpm3.git/blobdiff - cbios/boot.180
New memory map: bank 1 and common are now contiguous
[z180-stamp-cpm3.git] / cbios / boot.180
index c0ecc1155972c462658b1c4d84ea3f98b8d42e18..2a43b75671a8bc0b88ae76a35248fa1646ca5bfa 100644 (file)
@@ -6,7 +6,7 @@
 \r
        public  f_cpu\r
 \r
-       extrn   ?boot,?conin\r
+       extrn   boot,?conin\r
        extrn   pr.inln,pr.crlf,pr.dec,pr.decl\r
        extrn   ioini1l,msginit,mmuinit,intinit,cpu_frq\r
        extrn   prt0ini,gs_rtc\r
@@ -45,11 +45,10 @@ hwinit:
        ld      hl,hwini_tab\r
        call    ioini1l\r
        ld      a,0c3h\r
-       ld      hl,?boot\r
+       ld      hl,boot\r
        ld      (0),a\r
        ld      (1),hl\r
 hwini_skip:\r
-       call    mmuinit         ; setup mmu registers\r
        call    msginit\r
        call    cpu_frq\r
        ld      (f_cpu),hl\r
@@ -57,7 +56,8 @@ hwini_skip:
        ret\r
 \r
 ?init:\r
-       ld      hl,1000000000000000b    ; assign console to AVRCON:\r
+;      ld      hl,1000000000000000b    ; assign console to AVRCON:\r
+       ld      hl,0100000000000000b    ; assign console to ASCI0:\r
        ld      (@civec),hl\r
        ld      (@covec),hl\r
        ld      hl,0000000000000000b    ; assign printer to nothing:\r