1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 20:29:34 +00:00
cc65/asminc/atari7800.inc

14 lines
294 B
PHP
Raw Normal View History

2022-03-01 04:44:26 +00:00
; 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"
2022-04-02 06:39:46 +00:00
; constants for the conio implementation
charsperline = 20
screenrows = 28