mirror of
https://github.com/a2-4am/4cade.git
synced 2024-10-11 17:24:15 +00:00
faster seek, smaller demo launcher, no Night Stalker demo sound
This commit is contained in:
parent
857a7b960e
commit
e5e60ab091
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
res/DEMO/TB
BIN
res/DEMO/TB
Binary file not shown.
Binary file not shown.
@ -150,7 +150,7 @@ iCurBlockLo = $D401 ; constant
|
||||
iCurBlockHi = $D403 ; constant
|
||||
launchpatch = $D655 ; glue.launch.a
|
||||
iAddToPath = $FE6C ; Roger Rabbit, avoid, use Infiltrator 2 style instead
|
||||
itraverse = $D94E ; Roger Rabbit, avoid, use Infiltrator 2 style instead
|
||||
itraverse = $D94C ; Roger Rabbit, avoid, use Infiltrator 2 style instead
|
||||
ldrhi = $56 ; constant
|
||||
namlo = $57 ; constant
|
||||
namhi = $58 ; constant
|
||||
|
@ -5,7 +5,8 @@
|
||||
!to "res/DEMO/ALIEN.DOWNPOUR",plain
|
||||
*=$300
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
!source "src/constants.a" ; no code in these
|
||||
!source "src/macros.a"
|
||||
|
||||
+READ_RAM2_WRITE_RAM2
|
||||
jsr EnableAccelerator
|
||||
|
@ -5,7 +5,8 @@
|
||||
!to "res/DEMO/CHOPLIFTER",plain
|
||||
*=$300
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
!source "src/constants.a" ; no code in these
|
||||
!source "src/macros.a"
|
||||
|
||||
+READ_RAM2_WRITE_RAM2
|
||||
jsr EnableAccelerator
|
||||
|
@ -5,7 +5,8 @@
|
||||
!to "res/DEMO/NIGHT.STALKER",plain
|
||||
*=$a000
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
!source "src/constants.a" ; no code in these
|
||||
!source "src/macros.a"
|
||||
|
||||
+READ_RAM2_WRITE_RAM2
|
||||
jsr EnableAccelerator
|
||||
@ -42,6 +43,7 @@ x_b !pseudopc $1C1 {
|
||||
sta $1DC5
|
||||
sta $ABC9
|
||||
sta $AC6E
|
||||
sta $B765
|
||||
lda #$4C
|
||||
sta $BF00
|
||||
sta $BB6B
|
||||
|
@ -5,7 +5,8 @@
|
||||
!to "res/DEMO/SNEAKERS",plain
|
||||
*=$300
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
!source "src/constants.a" ; no code in these
|
||||
!source "src/macros.a"
|
||||
|
||||
+READ_RAM2_WRITE_RAM2
|
||||
jsr EnableAccelerator
|
||||
|
@ -5,7 +5,8 @@
|
||||
!to "res/DEMO/SPACE.QUARKS",plain
|
||||
*=$B000
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
!source "src/constants.a" ; no code in these
|
||||
!source "src/macros.a"
|
||||
|
||||
+READ_RAM2_WRITE_RAM2
|
||||
jsr EnableAccelerator
|
||||
|
@ -5,7 +5,8 @@
|
||||
!to "res/DEMO/TB",plain
|
||||
*=$300
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
!source "src/constants.a" ; no code in these
|
||||
!source "src/macros.a"
|
||||
|
||||
+READ_RAM2_WRITE_RAM2
|
||||
jsr EnableAccelerator
|
||||
|
@ -5,7 +5,8 @@
|
||||
!to "res/DEMO/WAVY.NAVY",plain
|
||||
*=$300
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
!source "src/constants.a" ; no code in these
|
||||
!source "src/macros.a"
|
||||
|
||||
+READ_RAM2_WRITE_RAM2
|
||||
jsr EnableAccelerator
|
||||
|
@ -238,9 +238,7 @@ resetval=$f0
|
||||
@seek32
|
||||
lda ldrhi
|
||||
ldx ldrlo
|
||||
+HIDE_NEXT_BYTE
|
||||
@seek64
|
||||
tax
|
||||
sta sizehi
|
||||
stx sizelo
|
||||
lda ldrhi
|
||||
@ -282,7 +280,7 @@ resetval=$f0
|
||||
@reset
|
||||
lda #resetval
|
||||
sta blefthi
|
||||
sta bleftlo
|
||||
stx bleftlo
|
||||
rts
|
||||
|
||||
@imp_read
|
||||
|
Loading…
Reference in New Issue
Block a user