mirror of
https://github.com/cc65/cc65.git
synced 2024-11-04 17:04:58 +00:00
8 lines
193 B
C++
8 lines
193 B
C++
; Atari 2600 TIA & RIOT read / write registers
|
|
;
|
|
; Florent Flament (contact@florentflament.com), 2017
|
|
|
|
; TIA & RIOT registers mapping
|
|
.include "atari2600_tia.inc"
|
|
.include "atari2600_riot.inc"
|