1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-26 05:29:32 +00:00
C02/x16/include/vera.a02

15 lines
384 B
Plaintext
Raw Permalink Normal View History

2019-09-23 23:57:03 +00:00
; C02 module vera.h02 assembly language subroutines
2019-09-25 19:56:26 +00:00
2019-09-29 01:59:58 +00:00
;Vera Internal Address Space
;$00000-$1FFFF Video RAM
;$F0000-$F001F Display composer Registers
;$F1000-$F11FF Palette
;$F2000-$F200F Layer 0 Registers
;$F3000-$F300F Layer 1 Registers
;$F4000-$F400F Sprite Registers
;$F5000-$F53FF Sprite Attributes
;$F6000- Audio
;$F7000-$F7001 SPI
;$F8000-$F8003 UART
2019-09-23 23:57:03 +00:00