X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp-cpm3.git/blobdiff_plain/e8a98308cd28da296993a9085df28dc5957de86d..aa1cd3a9e22307c7f0733c3c80c85d3329f5038b:/cbios/chario.180?ds=inline diff --git a/cbios/chario.180 b/cbios/chario.180 index 7133b77..930a86d 100644 --- a/cbios/chario.180 +++ b/cbios/chario.180 @@ -9,7 +9,7 @@ extrn ff_dev extrn as0_dev,as1_dev - extrn _b0call + extrn _b0hlcall maclib z180reg.inc maclib config.inc @@ -74,7 +74,7 @@ null_dev: ld b,c ld c,0 ; ioctl: - b0call _ioctl + b0hlcall _ioctl ret dseg @@ -90,7 +90,7 @@ _ioctl: cseg ?ci: ; character input - b0call _ci + b0hlcall _ci ret dseg @@ -106,7 +106,7 @@ _ci: cseg ?cist: ; character input - b0call _cist + b0hlcall _cist ret dseg @@ -123,7 +123,7 @@ _cist: ; character input status cseg ?co: ; character input - b0call _co + b0hlcall _co ret dseg @@ -141,7 +141,7 @@ _co: ; character output cseg ?cost: ; character input - b0call _cost + b0hlcall _cost ret dseg