Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Christian Groessler
2013-09-10 13:36:28 +02:00
7 changed files with 580 additions and 16 deletions

View File

@@ -23,6 +23,9 @@ YSIZE = 25
;-----------------------------------------------------------------------------
; I/O Definitions
; Note: These numbers aren't addresses. They are offsets from the start of
; each chip's register set. They are used in the indirect indexed addressing
; mode.
; I/O $d800: VIC-II
@@ -66,6 +69,9 @@ VIC_CTRL2 = $16
VIC_HLINE = $12
VIC_LPEN_X = $13
VIC_LPEN_Y = $14
VIC_VIDEO_ADR = $18
VIC_IRR = $19 ; Interrupt request register