]> git.sur5r.net Git - cc65/blob - asminc/atari2600_riot.inc
Merge pull request #849 from polluks/patch-4
[cc65] / asminc / atari2600_riot.inc
1 ; Atari 2600 RIOT read / write registers
2 ;
3 ; Source: DASM - vcs.h
4 ; Details available in: Stella Programmer's Guide by Steve Wright
5 ;
6 ; Florent Flament (contact@florentflament.com), 2017
7
8 ; Read registers
9 SWCHA  := $0280
10 SWACNT := $0281
11 SWCHB  := $0282
12 SWBCNT := $0283
13 INTIM  := $0284
14 TIMINT := $0285
15
16 ; Write registers
17 TIM1T  := $0294
18 TIM8T  := $0295
19 TIM64T := $0296
20 T1024T := $0297