mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-18 13:30:43 +00:00
add Genius 1 and 2 to the collection
This commit is contained in:
parent
40eab69385
commit
77aa6b2f97
BIN
res/dsk/genius 2 PRODOS (san inc pack).po
Normal file
BIN
res/dsk/genius 2 PRODOS (san inc pack).po
Normal file
Binary file not shown.
BIN
res/dsk/genius PRODOS (san inc pack).po
Normal file
BIN
res/dsk/genius PRODOS (san inc pack).po
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
res/title.hgr/GENIUS
Normal file
BIN
res/title.hgr/GENIUS
Normal file
Binary file not shown.
BIN
res/title.hgr/GENIUS.2
Normal file
BIN
res/title.hgr/GENIUS.2
Normal file
Binary file not shown.
31
src/prelaunch/genius.2.a
Normal file
31
src/prelaunch/genius.2.a
Normal file
@ -0,0 +1,31 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/GENIUS.2",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $9CD
|
||||
jsr $800 ; decompress
|
||||
+GET_MACHINE_STATUS
|
||||
and #CHEATS_ENABLED
|
||||
pha
|
||||
lda #$60
|
||||
sta $9462
|
||||
jsr $9442
|
||||
pla
|
||||
beq +
|
||||
dec $1C40 ; patch - don't decrease lives
|
||||
dec $1C74 ; patch - don't increase lives
|
||||
+
|
||||
+DISABLE_ACCEL
|
||||
inc $9d ; game relies on it
|
||||
jmp $9600
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
31
src/prelaunch/genius.a
Normal file
31
src/prelaunch/genius.a
Normal file
@ -0,0 +1,31 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/GENIUS",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $9CD
|
||||
jsr $800 ; decompress
|
||||
+GET_MACHINE_STATUS
|
||||
and #CHEATS_ENABLED
|
||||
pha
|
||||
lda #$60
|
||||
sta $9462
|
||||
jsr $9442
|
||||
pla
|
||||
beq +
|
||||
dec $1C40 ; patch - don't decrease lives
|
||||
dec $1C74 ; patch - don't increase lives
|
||||
+
|
||||
+DISABLE_ACCEL
|
||||
inc $9d ; game relies on it
|
||||
jmp $9600
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
Reference in New Issue
Block a user