X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp-cpm3.git/blobdiff_plain/a28ee78cdd671f113af301e41ecf857d2f2c9d41..1c7e396322093876bd5405aa6c2beed7c04608ec:/cbios/boot.180?ds=sidebyside diff --git a/cbios/boot.180 b/cbios/boot.180 index e0463e6..766277f 100644 --- a/cbios/boot.180 +++ b/cbios/boot.180 @@ -54,11 +54,12 @@ hwini_skip: call cpu_frq ld (f_cpu),hl ld (f_cpu+2),de + call intinit ; setup interrupts and vectors ret ?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: @@ -68,7 +69,6 @@ hwini_skip: ld (@aovec),hl - call intinit ; setup interrupts and vectors call prt0ini ; init timer ei ld c,2