1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-25 14:29:27 +00:00
C02/include/vic8k.a02

13 lines
406 B
Plaintext
Raw Normal View History

2018-08-14 18:14:32 +00:00
;c02 Program Initialization Code for Vic-20 with at 8K Expansion
2018-01-28 18:30:49 +00:00
;Video RAM and ROM
VICSCN EQU $1000 ;Video Screen Memory Area (Unexpanded)
CHRROM EQU $8000 ;Character Generator ROM
VICCLR EQU $9400 ;Color RAM (Unexpanded)
2018-01-28 18:30:49 +00:00
2018-08-14 18:49:55 +00:00
;BASIC Stub Constants
BASIC EQU $1201 ;Start of BASIC Program
SYSADR EQM "4622" ;M/L SYS Address
2018-08-14 18:49:55 +00:00
INCLUDE "../include/vic.a02" ;Include VIC 20 Common Code