Previous 199869 Revisions Next

r18122 Monday 24th September, 2012 at 20:08:53 UTC by Tafoid
Eliminate a GAME macro for a game not proven to exist.  Instead, left as a comment at the top of the driver (nw)
[src/mame/drivers]thunderx.c

trunk/src/mame/drivers/thunderx.c
r18121r18122
66
77    K052591 emulation by Eddie Edwards
88
9- There was a set in MAME at one time that was given the setname (thndrxja)
10  which is supposedly a later revision of the japanese set currently in MAME.
11  No roms were ever sourced for this set, so the GAME macro no longer exists.
12
913***************************************************************************/
1014
1115#include "emu.h"
r18121r18122
994998GAME( 1988, thunderxa, thunderx, thunderx, thunderx, driver_device, 0, ROT0,  "Konami", "Thunder Cross (set 2)", GAME_SUPPORTS_SAVE )
995999GAME( 1988, thunderxb, thunderx, thunderx, thunderx, driver_device, 0, ROT0,  "Konami", "Thunder Cross (set 3)", GAME_SUPPORTS_SAVE )
9961000GAME( 1988, thunderxj, thunderx, thunderx, thnderxj, driver_device, 0, ROT0,  "Konami", "Thunder Cross (Japan)", GAME_SUPPORTS_SAVE )
997//GAME( 1988, thndrxja, thunderx, thunderx, thndrxja, driver_device, 0, ROT0,  "Konami", "Thunder Cross (Japan, newer revision)", GAME_SUPPORTS_SAVE )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team