fix Bug Attack & Round About (#235)

* fix Bug Attack coding

playable on keyboard (K to start)

* Delete roundabout.a

* rename
This commit is contained in:
frankmilliron 2020-06-03 08:10:58 -07:00 committed by GitHub
parent d98aaee689
commit 3275f5f9e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@
1011,BRUCE.LEE
1001,BUBBLE.BOBBLE
0001,BUCK.ROGERS=Buck Rogers: Planet of Zoom
1001,BUG.ATTACK
0001,BUG.ATTACK
0003,BURGERTIME=BurgerTime
0001,BUZZARD.BAIT
0110,CALI.GAMES=California Games
@ -332,7 +332,7 @@
# 4cade master game list
#
# Format:
# ABC,directory=name
# ABCD,directory=name
#
# A=1 if game requires joystick, 0 if playable on keyboard
# B=1 if game requires 128K, 0 if playable on 64K

View File

@ -2,7 +2,7 @@
;(c) 2020 by qkumba/Frank M.
!cpu 6502
!to "build/PRELAUNCH/ROUNDABOUT",plain
!to "build/PRELAUNCH/ROUND.ABOUT",plain
*=$106
!source "src/prelaunch/common.a"