mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
add Guardian
This commit is contained in:
parent
9613f20143
commit
057faaeeb6
BIN
res/action.hgr/GUARDIAN
Normal file
BIN
res/action.hgr/GUARDIAN
Normal file
Binary file not shown.
BIN
res/action.hgr/GUARDIAN2
Normal file
BIN
res/action.hgr/GUARDIAN2
Normal file
Binary file not shown.
1
res/attract/GUARDIAN
Normal file
1
res/attract/GUARDIAN
Normal file
@ -0,0 +1 @@
|
||||
#
# Attract mode for Guardian
#
ACTION.HGR/GUARDIAN2=A
ACTION.HGR/GUARDIAN=A
[eof]
|
File diff suppressed because one or more lines are too long
@ -3,9 +3,10 @@
|
||||
## New & changed games
|
||||
|
||||
- Added Flight Simulator II
|
||||
- Added Guardian
|
||||
- Added Short Circuit
|
||||
- Removed Flight Simulator I
|
||||
- Combined Tetris 48K and Tetris 128K into one entry; just launch Tetris and it'll figure it out
|
||||
- Combined Tetris 48K and Tetris 128K; just launch Tetris and it'll figure it out
|
||||
|
||||
## Enhancements & bug fixes
|
||||
|
||||
@ -18,7 +19,7 @@
|
||||
- Added missing levels in Out Of This World
|
||||
- Removed latent copy protection in Sea Dragon (sneaky sneaky)
|
||||
- Enable fast machine speed or accelerator (if available) to speed up searching, browsing, and game launching
|
||||
- Prevent flashes of other game screenshots while loading the game you actually want
|
||||
- Prevent flashes of other game screenshots while loading a demo or game
|
||||
- Detect VidHD in passive mode
|
||||
- Fixed a freeze on startup with certain accelerators
|
||||
- Fixed a crash on Apple ][+
|
||||
|
@ -1 +1 @@
|
||||
#
# action shots slideshow of games that begin with "E","F","G"
#
GOONIES6=GOONIES
FS2
GALAXIAN
FORMULA.1
GAMMA.GOBLINS
FALCONS
EGGS.IT
GENETIC.DRIFT
GOONIES2=GOONIES
GOLD.RUSH
[eof]
|
||||
#
# action shots slideshow of games that begin with "E","F","G"
#
GOONIES6=GOONIES
FS2
GALAXIAN
FORMULA.1
GUARDIAN2=GUARDIAN
GAMMA.GOBLINS
FALCONS
EGGS.IT
GENETIC.DRIFT
GOLD.RUSH
[eof]
|
@ -1 +1 @@
|
||||
#
# action shots slideshow of games that begin with "E","F","G"
#
FROGGER.II
GALAXY.GATES
FREE.FALL2=FREE.FALL
GUMBALL2=GUMBALL
[eof]
|
||||
#
# action shots slideshow of games that begin with "E","F","G"
#
FROGGER.II
GALAXY.GATES
FREE.FALL2=FREE.FALL
GUMBALL2=GUMBALL
GUARDIAN
GOONIES2=GOONIES
[eof]
|
@ -1 +1 @@
|
||||
#
# slideshow of games that begin with "E","F","G"
#
FROGGER
FIREBIRD
GUMBALL
EGGS.IT
FORMULA.1
GOLD.RUSH
FROGGER.II
GALAXY.GATES
[eof]
|
||||
#
# slideshow of games that begin with "E","F","G"
#
FROGGER
FIREBIRD
GUMBALL
EGGS.IT
FORMULA.1
GOLD.RUSH
GUARDIAN
FROGGER.II
GALAXY.GATES
[eof]
|
@ -1 +1 @@
|
||||
#
# slideshow of titles not in other company-specific slideshows
#
SHAMUS
SPIDER.RAID
INTL.GRAN.PRIX
BERZAP
RESCUE.RAIDERS
SPDWAY.CLASSIC
FORMULA.1
NORAD
FROGGER
BUDGETRILOGY
[eof]
|
||||
#
# slideshow of titles not in other company-specific slideshows
#
SHAMUS
SPIDER.RAID
INTL.GRAN.PRIX
BERZAP
RESCUE.RAIDERS
SPDWAY.CLASSIC
FORMULA.1
GUARDIAN
NORAD
FROGGER
BUDGETRILOGY
[eof]
|
BIN
res/title.hgr/GUARDIAN
Normal file
BIN
res/title.hgr/GUARDIAN
Normal file
Binary file not shown.
@ -45,8 +45,8 @@ HasVidHDCard
|
||||
@passiveByteLoop
|
||||
lda $FD00, y ; SMC (high byte)
|
||||
bne @passiveNextSlot
|
||||
iny
|
||||
bpl @passiveByteLoop
|
||||
dey
|
||||
bne @passiveByteLoop
|
||||
txa
|
||||
and #$0F ; A = $01..$07
|
||||
asl
|
||||
|
Loading…
Reference in New Issue
Block a user