Added definitions for the 6522 VIA.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4601 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -7,3 +7,16 @@
|
|||||||
; Zero page, Commodore stuff
|
; Zero page, Commodore stuff
|
||||||
|
|
||||||
DEVNUM := $D4 ; Device number
|
DEVNUM := $D4 ; Device number
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
; ---------------------------------------------------------------------------
|
||||||
|
; I/O: 6522 VIA2
|
||||||
|
|
||||||
|
VIA := $E840
|
||||||
|
VIA_PRB := $E840
|
||||||
|
VIA_PRA := $E841
|
||||||
|
VIA_DDRB := $E842
|
||||||
|
VIA_DDRA := $E843
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user