mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 15:05:14 +00:00
14 lines
302 B
PHP
14 lines
302 B
PHP
; Atari 7800 TIA & RIOT read / write registers
|
|
;
|
|
; Karri Kaksonen (karri@sipo.fi), 2022
|
|
|
|
; TIA, RIOT & MARIA registers mapping
|
|
.include "atari7800_tia.inc"
|
|
.include "atari7800_riot.inc"
|
|
.include "atari7800_maria.inc"
|
|
|
|
; constants for the conio implementation
|
|
charsperline = 20
|
|
screenrows = 28
|
|
|