add Shufflepuck Cafe to the collection

This commit is contained in:
Peter Ferrie
2025-10-10 18:07:08 -07:00
parent 9130a90527
commit bf03e4d4a4
5 changed files with 21 additions and 0 deletions
+1
View File
@@ -414,6 +414,7 @@
100010,SHOOTING.GALLRY=Shooting Gallery
000110,SHOOT.OUT=Shoot Out
000101,SHORT.CIRCUIT=Short Circuit
000000,SHFLPUCK=Shufflepuck Cafe
100111,SI=Shuttle Intercept
100410,SIGMA.SEVEN=Sigma Seven
000601,SL=Situation Critical
Binary file not shown.
Binary file not shown.
+20
View File
@@ -0,0 +1,20 @@
;license:MIT
;(c) 2025 by qkumba
!cpu 6502
!to "build/PRELAUNCH.INDEXED/SHFLPUCK",plain
*=$106
!source "src/macros.a"
+ENABLE_ACCEL
lda #$60
sta $4080
jsr $4000 ; decompress
+LC_REBOOT
+DISABLE_ACCEL
jmp $6D00
!if * > PrelaunchMax {
!error "code is too large, ends at ", *
}