Revert "add Shufflepuck Cafe to the collection"

This reverts commit bf03e4d4a4.
This commit is contained in:
4am
2025-10-10 21:56:52 -04:00
parent bf03e4d4a4
commit 42258eba70
5 changed files with 0 additions and 21 deletions
-1
View File
@@ -414,7 +414,6 @@
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
@@ -1,20 +0,0 @@
;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 ", *
}