trunk/src/mame/drivers/thunderx.c
r18121 | r18122 | |
6 | 6 | |
7 | 7 | K052591 emulation by Eddie Edwards |
8 | 8 | |
| 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 | |
9 | 13 | ***************************************************************************/ |
10 | 14 | |
11 | 15 | #include "emu.h" |
r18121 | r18122 | |
994 | 998 | GAME( 1988, thunderxa, thunderx, thunderx, thunderx, driver_device, 0, ROT0, "Konami", "Thunder Cross (set 2)", GAME_SUPPORTS_SAVE ) |
995 | 999 | GAME( 1988, thunderxb, thunderx, thunderx, thunderx, driver_device, 0, ROT0, "Konami", "Thunder Cross (set 3)", GAME_SUPPORTS_SAVE ) |
996 | 1000 | GAME( 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 ) |