X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp-cpm3.git/blobdiff_plain/3c56f4c2ba4bfa53c22bd0b70453012dd94dee3e..e8a98308cd28da296993a9085df28dc5957de86d:/cbios/misc.180 diff --git a/cbios/misc.180 b/cbios/misc.180 index 3c36572..58122f8 100644 --- a/cbios/misc.180 +++ b/cbios/misc.180 @@ -3,7 +3,7 @@ public cpu_frq public get_tmr - extrn div32_r,?pmsg + extrn div32_r,pr.inln extrn msg.sm,msg.recv,hwl2phy maclib z180reg.inc @@ -67,16 +67,13 @@ sp.i.1: add a,'0' ld (spi$nr),a - ld hl,spi$msg - call ?pmsg -sp.i.2: - halt - jr sp.i.2 - -spi$msg: + call pr.inln db 13,10,'Spurious Int: ' spi$nr: db '0' db 0 +sp.i.2: + halt + jr sp.i.2 ;-------------------------------------------------------------------- ;