rearranged

This commit is contained in:
Jakub Husak
2020-05-15 23:39:55 +02:00
parent 374c39d94a
commit 53965989b8
8 changed files with 2 additions and 0 deletions
+2
View File
@@ -11,11 +11,13 @@ Remember to fool the Operating System not to hang up by cart on/off, by:
<pre>
carton (x - bank to switch)
pha
sei
sta $D580,x
sta wsync ; needed for ntsc, no big difference in speed
sta wsync ; needed for ntsc
lda trig3
sta gintlk
cli
pla
rts
</pre>