mirror of
https://github.com/a2-4am/4cade.git
synced 2026-04-23 22:19:00 +00:00
add Glider to the collection
This commit is contained in:
@@ -213,6 +213,7 @@
|
||||
000101,GENIUS.2=Genius 2
|
||||
000100,GENIUS.3=Genius 3
|
||||
100601,GHOSTBUSTERS=Ghostbusters
|
||||
000100,GLIDER=Glider
|
||||
000100,GLUTTON=Glutton
|
||||
000111,GOLD.RUSH=Gold Rush
|
||||
000101,GORGON=Gorgon
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,27 @@
|
||||
;license:MIT
|
||||
;(c) 2025 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH.INDEXED/GLIDER",plain
|
||||
*=$106
|
||||
|
||||
!source "src/macros.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $818
|
||||
jsr $800 ; decompress
|
||||
+READ_RAM2_NO_WRITE
|
||||
lda MachineStatus
|
||||
and #CHEATS_ENABLED
|
||||
beq +
|
||||
lda #$AD
|
||||
sta $D2B ; don't decrease lives
|
||||
+
|
||||
jsr DisableAccelerator
|
||||
+READ_ROM_NO_WRITE
|
||||
jmp $4100
|
||||
|
||||
!if * > PrelaunchMax {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
||||
Reference in New Issue
Block a user