1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-10-01 10:54:56 +00:00
C02/include/vic20.a02

13 lines
397 B
Plaintext
Raw Normal View History

2018-01-28 18:30:49 +00:00
; c02 Program Initialization Code for Unexpanded VIC-20
;Video RAM and ROM
2018-08-14 18:49:55 +00:00
VICSCN EQU $1E00 ;Video Screen Memory Area (Unexpanded)
CHRROM EQU $8000 ;Character Generator ROM
VICCLR EQU $9600 ;COLOR RAM (UNEXPANDED)
2018-01-28 18:30:49 +00:00
2018-08-14 18:49:55 +00:00
;BASIC Stub Constants
BASIC EQU $1001 ;Start of BASIC Program
SYSADR EQM "4110" ;M/L SYS Address
2018-01-28 18:30:49 +00:00
2018-08-14 18:49:55 +00:00
INCLUDE "../include/vic.a02" ;Include VIC 20 Common Code