Fix i/o-status? for X16 - i/o status byte is at $0286 instead of $90

This commit is contained in:
Philip Zembrod 2020-11-05 23:03:39 +01:00
parent d1a6435700
commit c33fa907be
4 changed files with 6 additions and 2 deletions

View File

@ -55,6 +55,8 @@ end-code
include vf-sys-cbm.fth
: i/o-status? $90 c@ ;
\ *** Block No. 143, Hexblock 8f
\ ... continued

View File

@ -58,6 +58,8 @@ Code curoff ( --)
include vf-sys-cbm.fth
: i/o-status? $90 c@ ;
\ *** Block No. 143, Hexblock 8f
\ ... continued

View File

@ -211,8 +211,6 @@ Code bus@ ( -- 8b)
: businput ( adr n --)
bounds ?DO bus@ I c! LOOP pause ;
: i/o-status? $90 c@ ;
: derror? ( -- flag )
disk $F busin bus@ dup Ascii 0 -
IF BEGIN emit bus@ dup #cr = UNTIL

View File

@ -85,6 +85,8 @@ Code curoff ( --)
include vf-sys-cbm.fth
: i/o-status? $0286 c@ ;
\ *** Block No. 143, Hexblock 8f
\ ... continued