mirror of
https://github.com/digarok/festro.git
synced 2025-01-14 12:33:51 +00:00
16 lines
361 B
ArmAsm
16 lines
361 B
ArmAsm
|
|
**************************************************
|
|
* Apple Standard Memory Locations
|
|
* @todo: finalize as include?
|
|
**************************************************
|
|
CLRLORES equ $F832
|
|
LORES equ $C050
|
|
TXTSET equ $C051
|
|
MIXCLR equ $C052
|
|
MIXSET equ $C053
|
|
KEY equ $C000
|
|
STROBE equ $C010
|
|
SPEAKER equ $C030
|
|
VBL equ $C02E
|
|
RDVBLBAR equ $C019 ;not VBL (VBL signal low)
|