mirror of
https://github.com/a2-4am/4cade.git
synced 2026-04-20 02:16:41 +00:00
Revert "add Shufflepuck Cafe to the collection"
This reverts commit bf03e4d4a4.
This commit is contained in:
@@ -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.
Binary file not shown.
@@ -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 ", *
|
||||
}
|
||||
Reference in New Issue
Block a user