Skip to content

Commit

Permalink
mame.lst: add missing link (heh),
Browse files Browse the repository at this point in the history
cclimber.cpp: remove hack note
  • Loading branch information
happppp committed Jul 7, 2024
1 parent 64366ea commit 41a7b0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/mame/mame.lst
Original file line number Diff line number Diff line change
Expand Up @@ -1649,6 +1649,7 @@ atetb5205 // (bootleg, with OKI M5205)
atetrisbp //
atetrisc // 136066 (c) 1989
atetrisc2 // 136066 (c) 1989
link // (bootleg)

@source:atari/avalnche.cpp
avalnche // 030574 1978/04 [6502]
Expand Down
4 changes: 2 additions & 2 deletions src/mame/nichibutsu/cclimber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2946,7 +2946,7 @@ GAME( 1981, rpatrolb, rpatrol, rpatrol, rpatrol, cclimber_state, empty_i
GAME( 1981, silvland, rpatrol, rpatrol, rpatrol, cclimber_state, empty_init, ROT0, "Falcon", "Silver Land (hack of River Patrol)", MACHINE_SUPPORTS_SAVE )

// see pacman.cpp for parent
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
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
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
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

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

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

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

0 comments on commit 41a7b0e

Please sign in to comment.