softswitch fix (#100)

'gizmo' setting hits annunciator switches that turn off graphics on ][+ 80-column softswitch. joyport setting hits //c+ coloring switch.
This commit is contained in:
frankmilliron 2020-01-05 15:53:58 -08:00 committed by 4am
parent ff982507bb
commit c7e9243841

View File

@ -18,6 +18,10 @@
lda #$BF
sta $400F ; reset vector fix
lda #$60 ; annunciator fix - kills Gizmo/joyport support
sta $5B77 ; but fixes ][+ 80-col softswitch
sta $5B43 ; and //c+ coloring
+DISABLE_ACCEL
jmp $4000