Continued work - version for C64

This commit is contained in:
Pecusx
2023-05-08 09:55:37 +02:00
parent b13b53602b
commit b438982e3d
5 changed files with 2046 additions and 1 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ upstartEnd
// Set Data Direction for CIA #2, Port A to output
//
lda $dd02
and #%11111100 // Mask the bits we're interested in.
and #%11111100 // Mask the bits were interested in.
ora #$03 // Set bits 0 and 1.
sta $dd02