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

15 lines
328 B
PHP
Raw Permalink 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
2022-04-18 08:59:54 +00:00
mono_charsperline = 40
2022-04-16 18:21:27 +00:00
charsperline = 20
screenrows = 28
2022-04-02 06:39:46 +00:00