X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp-cpm3.git/blobdiff_plain/411cf4de1c9ddf0c5a92fad922ef9ddb6d661b85..f1710b4798b98078e7d1c8d07691ec1aea03855f:/cbios/boot.180 diff --git a/cbios/boot.180 b/cbios/boot.180 index 5b55c29..fcf00ae 100644 --- a/cbios/boot.180 +++ b/cbios/boot.180 @@ -58,7 +58,7 @@ hwini_skip: ?init: ; ld hl,1000000000000000b ; assign console to AVRCON: - ld hl,0100000000000000b ; assign console to ASCI0: + ld hl,0010000000000000b ; assign console to ASCI1: ld (@civec),hl ld (@covec),hl ld hl,0000000000000000b ; assign printer to nothing: @@ -155,7 +155,7 @@ hwini_tab: db dcntl,CWAITIO ;wait states db ccr,M_NCD ;No Clock Divide db cmr,PHI_X2 ;X2 Clock Multiplier -;TODO: db omr, ;Operation Mode Control Register + db omcr,~M_IOC ;Operation Mode Control Register hwini0_e: db 0 ;stop mark