This commit is contained in:
Miodrag Milanovic 2015-01-13 17:48:41 +01:00
commit b1876ae1a3
2 changed files with 1 additions and 7 deletions

View File

@ -438,4 +438,4 @@ ROM_START( segajw )
ROM_END
GAMEL( 198?, segajw, 0, segajw, segajw, driver_device, 0, ROT0, "Sega", "Golden Poker Series \"Joker's Wild\" (Rev. B)", GAME_NOT_WORKING | GAME_NO_SOUND | GAME_IMPERFECT_GRAPHICS, layout_segajw ) // TODO: correct title
GAMEL( 1991, segajw, 0, segajw, segajw, driver_device, 0, ROT0, "Sega", "Golden Poker Series \"Joker's Wild\" (Rev. B)", GAME_NOT_WORKING | GAME_NO_SOUND | GAME_IMPERFECT_GRAPHICS, layout_segajw ) // TODO: correct title

View File

@ -267,12 +267,6 @@ static GFXDECODE_START( gamate )
GFXDECODE_END
#endif
static const unsigned short gamate_palette[4] =
{
0,1,2,3
};
/* palette in red, green, blue tribles */
static const unsigned char gamate_colors[4][3] =
{