add Speedway Classic (moved from 4cade)

This commit is contained in:
4am 2021-02-17 13:52:21 -05:00
parent ae2c6eb80e
commit 6546abd262
18 changed files with 44 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -7,6 +7,8 @@ BOP.N.WRESTLE2=Type(06),AuxType(3FF8),Access(C3)
FIGHT.NIGHT=Type(06),AuxType(3FF8),Access(C3)
FORMULA.1.RACER=Type(06),AuxType(3FF8),Access(C3)
KARATE.CHAMP=Type(06),AuxType(3FF8),Access(C3)
SPDWAY.CLASSIC=Type(06),AuxType(3FF8),Access(C3)
SPDWAY.CLASSIC2=Type(06),AuxType(3FF8),Access(C3)
SUM.GAMES.II01=Type(06),AuxType(3FF8),Access(C3)
SUM.GAMES.II02=Type(06),AuxType(3FF8),Access(C3)
SUM.GAMES.II03=Type(06),AuxType(3FF8),Access(C3)

View File

@ -0,0 +1,9 @@
#
# Attract mode for SPDWAY.CLASSIC
# This file is automatically generated
#
ACTION.HGR/SPDWAY.CLASSIC2=A
ACTION.HGR/SPDWAY.CLASSIC=A
[eof]

View File

@ -7,6 +7,7 @@ CALI.GAMES=Type(04),AuxType(8000),Access(C3)
FIGHT.NIGHT=Type(04),AuxType(8000),Access(C3)
FORMULA.1.RACER=Type(04),AuxType(8000),Access(C3)
KARATE.CHAMP=Type(04),AuxType(8000),Access(C3)
SPDWAY.CLASSIC=Type(04),AuxType(8000),Access(C3)
SUMMER.EDITION=Type(04),AuxType(8000),Access(C3)
SUMMER.GAMES=Type(04),AuxType(8000),Access(C3)
SUMMER.GAMES.II=Type(04),AuxType(8000),Access(C3)

View File

@ -5,6 +5,7 @@
1000,FIGHT.NIGHT
1000,FORMULA.1.RACER
1000,KARATE.CHAMP
0000,SPDWAY.CLASSIC=Speedway Classic
0000,SUMMER.GAMES
0000,SUMMER.GAMES.II
0110,SUMMER.EDITION=The Games: Summer Edition

View File

@ -21,5 +21,7 @@ SUM.GAMES.II09=SUMMER.GAMES.II
SUM.GAMES.II10=SUMMER.GAMES.II
WORLD.KARATE
WORLD.KARATE2=WORLD.KARATE
SPDWAY.CLASSIC
SPDWAY.CLASSIC2=SPDWAY.CLASSIC
[eof]

View File

@ -2,6 +2,8 @@
# Racing action slideshow
#
SPDWAY.CLASSIC
SPDWAY.CLASSIC2=SPDWAY.CLASSIC
FORMULA.1.RACER
[eof]

View File

@ -2,6 +2,7 @@
# HGR title slideshow of racing games
#
SPDWAY.CLASSIC
FORMULA.1.RACER
[eof]

View File

@ -6,5 +6,6 @@ SUMMER.GAMES
SUMMER.GAMES.II
WINTER.GAMES
WORLD.KARATE
SPDWAY.CLASSIC
[eof]

Binary file not shown.

View File

@ -5,6 +5,7 @@ BOP.N.WRESTLE=Type(06),AuxType(4000),Access(C3)
FIGHT.NIGHT=Type(06),AuxType(4000),Access(C3)
FORMULA.1.RACER=Type(06),AuxType(4000),Access(C3)
KARATE.CHAMP=Type(06),AuxType(4000),Access(C3)
SPDWAY.CLASSIC=Type(06),AuxType(4000),Access(C3)
SUMMER.GAMES=Type(06),AuxType(4000),Access(C3)
SUMMER.GAMES.II=Type(06),AuxType(4000),Access(C3)
WINTER.GAMES=Type(06),AuxType(4000),Access(C3)

Binary file not shown.

View File

@ -12,6 +12,7 @@
- Fight Night
- Formula 1 Racer
- Karate Champ
- Speedway Classic
- Summer Games
- Summer Games II
- The Games: Summer Edition

View File

@ -21,7 +21,6 @@ International Gran Prix
One on One
Shuffleboard
Ski Crazed
Speedway Classic
Street Sports Baseball
Street Sports Basketball
Street Sports Football

23
src/prelaunch/spdway.classic.a Executable file
View File

@ -0,0 +1,23 @@
;license:MIT
;(c) 2019 by Frank M.
!cpu 6502
!to "build/PRELAUNCH/SPDWAY.CLASSIC",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$60 ; hook
sta $2078
jsr $2000 ; decompress
; re-patch reset vector
+RESET_VECTOR $100
+DISABLE_ACCEL
jmp $817
!if * > $1C0 {
!error "code is too large, ends at ", *
}