1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-04-10 20:37:50 +00:00

More Apple /// details

This commit is contained in:
david-schmidt 2018-09-29 00:31:32 -04:00
parent 405e155881
commit 7f2a0b2cfc
3 changed files with 4 additions and 4 deletions
SourceGen/RuntimeData/Apple

@ -10,7 +10,7 @@ KBD @ $C000 ;last key pressed
KBDFLG @ $C008 ;
KBDSTRB @ $C010 ;RW keyboard strobe
SPKR @ $C030 ;RW toggle speaker (Apple II type)
SPKRIII @ $C040 ;WR beeps speaker (Apple /// type)
SPKRIII @ $C040 ;RW beeps speaker (Apple /// type)
JOYRDY @ $C066 ;
CLOCK @ $C070 ;clock
PHASOFF @ $C080 ;

@ -170,7 +170,7 @@ PNIBL1 @ $F314 ;
PNIBL2 @ $F323 ;
POST1 @ $F336 ;
POST2 @ $F338 ;
#POSTERR @ $F34C ;
;POSTERR @ $F34C ;
SET1MEG @ $F34C ;
SEV @ $F354 ;
SEEK @ $F400 ;
@ -438,7 +438,7 @@ CBYTES @ $FE01 ;
CCOLMS @ $FE05 ;
CSHFT @ $FE07 ;
SHFTCNT @ $FE1A ;
#DONE @ $FE28 ;
;DONE @ $FE28 ;
STORCHRS @ $FE28 ;
STORSET @ $FE2A ;
STOROW @ $FE2C ;

@ -3,7 +3,7 @@
;
; Source: SOS programmer's guide
*SYNOPSIS SOS public addresses and constants.
*SYNOPSIS SOS constants.
; SOS MLI function codes.
*TAG SOS-MLI-Functions