1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-02-07 14:31:00 +00:00

Move SPEEDZ from F8-ROM to Applesoft

It's an Applesoft thing.
This commit is contained in:
Andy McFadden 2019-10-27 11:12:22 -07:00
parent 0fc121c9cb
commit 819a363178
2 changed files with 2 additions and 3 deletions

View File

@ -58,6 +58,7 @@ BAS_HPAG @ $E6 ;hi-res page to draw on ($20 or $40)
BAS_SCALE @ $E7 ;hi-res graphics scale factor
BAS_HSHAPE @ $E8 2 ;hi-res shape table pointer (2b)
BAS_FIRST @ $F0 ;used for lo-res plot coordinates
BAS_SPEEDZ @ $F1 ;controls text output speed
BAS_ORMASK @ $F3 ;mask for output control
BAS_REMSTK @ $F8 ;stack pointer saved before each statement

View File

@ -17,7 +17,7 @@ MON_GBASL @ $26 ;base address for lo-res drawing (lo)
MON_GBASH @ $27 ;base address for lo-res drawing (hi)
MON_H2 @ $2C ;right end of horizontal line drawn by HLINE
MON_V2 @ $2D ;bottom of vertical line drawn by VLINE
MON_COLOR = $30 ;lo-res graphics color
MON_COLOR @ $30 ;lo-res graphics color
MON_INVFLAG @ $32 ;text mask (255=normal, 127=flash, 63=inv)
MON_PROMPT @ $33 ;prompt character
MON_CSWL @ $36 ;character output hook (lo)
@ -39,8 +39,6 @@ MON_A5H @ $45 ;general purpose
MON_RNDL @ $4E ;low byte of KEYIN "random" value
MON_RNDH @ $4F ;high byte of KEYIN "random" value
MON_SPDBYT @ $F1 ;text output speed limiter
MON_BRKV @ $03F0 2 ;address of BRK handler
MON_SOFTEVEC @ $03F2 2 ;address of RESET handler
MON_PWREDUP @ $03F4 ;power-up RESET checksum