WIP: press I for inventory #26

This commit is contained in:
2022-06-11 05:51:13 -04:00
parent eb7f6369de
commit c1aa177767
8 changed files with 49 additions and 39 deletions
+10
View File
@@ -1567,4 +1567,14 @@ EndPut4x4
rts
.endp
.proc SetMainScreen
VDLI DLIinterruptGraph ; jsr SetDLI for graphics (game) screen
mwa #dl dlptrs ; issue #72 (glitches when switches)
lda dmactls
and #$fc
ora #$02 ; 2=normal, 3 = wide screen width
sta dmactls
rts
.endp
.endif