Skip to content

Commit 41a7b0e

Browse files
committed
mame.lst: add missing link (heh),
cclimber.cpp: remove hack note
1 parent 64366ea commit 41a7b0e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/mame/mame.lst

+1
Original file line numberDiff line numberDiff line change
@@ -1649,6 +1649,7 @@ atetb5205 // (bootleg, with OKI M5205)
16491649
atetrisbp //
16501650
atetrisc // 136066 (c) 1989
16511651
atetrisc2 // 136066 (c) 1989
1652+
link // (bootleg)
16521653

16531654
@source:atari/avalnche.cpp
16541655
avalnche // 030574 1978/04 [6502]

src/mame/nichibutsu/cclimber.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2946,7 +2946,7 @@ GAME( 1981, rpatrolb, rpatrol, rpatrol, rpatrol, cclimber_state, empty_i
29462946
GAME( 1981, silvland, rpatrol, rpatrol, rpatrol, cclimber_state, empty_init, ROT0, "Falcon", "Silver Land (hack of River Patrol)", MACHINE_SUPPORTS_SAVE )
29472947

29482948
// see pacman.cpp for parent
2949-
GAME( 1985, cannonb, cannonbp, cannonb, cannonb, cclimber_state, init_cannonb, ROT90, "bootleg (Soft)", "Cannon Ball (bootleg on Crazy Kong hardware) (set 1, buggy)" , MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE ) // bootleggers missed protection after bonus game
2949+
GAME( 1985, cannonb, cannonbp, cannonb, cannonb, cclimber_state, init_cannonb, ROT90, "bootleg (Soft)", "Cannon Ball (bootleg on Crazy Kong hardware) (set 1, buggy)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE ) // bootleggers missed protection after bonus game
29502950
GAME( 1985, cannonb2, cannonbp, cannonb, cannonb, cclimber_state, init_cannonb2, ROT90, "bootleg (TV Game Gruenberg)", "Cannon Ball (bootleg on Crazy Kong hardware) (set 2, buggy)", MACHINE_SUPPORTS_SAVE ) // bootleggers missed protection after bonus game
29512951
GAME( 1985, cannonb3, cannonbp, cannonb, cannonb, cclimber_state, init_cannonb2, ROT90, "bootleg (Soft)", "Cannon Ball (bootleg on Crazy Kong hardware) (set 3, no bonus game)", MACHINE_SUPPORTS_SAVE ) // the bonus game is patched out, thus avoiding the protection issue
29522952

@@ -2957,7 +2957,7 @@ GAME( 1982, swimmerb, swimmer, swimmer, swimmerb, swimmer_state, empty_i
29572957
GAME( 1983, guzzler, 0, guzzler, guzzler, swimmer_state, empty_init, ROT90, "Tehkan", "Guzzler", MACHINE_SUPPORTS_SAVE )
29582958
GAME( 1983, guzzlers, guzzler, guzzler, guzzler, swimmer_state, empty_init, ROT90, "Tehkan", "Guzzler (Swimmer conversion)", MACHINE_SUPPORTS_SAVE )
29592959

2960-
GAME( 1983, au, 0, au, au, swimmer_state, empty_init, ROT90, "hack", "Au (Swimmer conversion?)", MACHINE_SUPPORTS_SAVE ) // suspect ROM has been tampered with
2960+
GAME( 1983, au, 0, au, au, swimmer_state, empty_init, ROT90, "Tehkan", "Au (Swimmer conversion)", MACHINE_SUPPORTS_SAVE )
29612961

29622962
GAME( 1983, yamato, 0, yamato, yamato, yamato_state, init_yamato, ROT90, "Sega", "Yamato (US)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE )
29632963
GAME( 1983, yamato2, yamato, yamato, yamato, yamato_state, init_yamato, ROT90, "Sega", "Yamato (World?)", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE )

0 commit comments

Comments
 (0)