mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
Removed empty PALETTE_INIT in cultures.c
This commit is contained in:
parent
7fc6cfe6ef
commit
1c076b2388
@ -101,7 +101,6 @@ static WRITE8_HANDLER( cpu_bankswitch_w )
|
||||
|
||||
static WRITE8_HANDLER( bg0_videoram_w )
|
||||
{
|
||||
|
||||
if(video_bank == 0)
|
||||
{
|
||||
int r,g,b,datax;
|
||||
@ -328,14 +327,6 @@ static GFXDECODE_START( culture )
|
||||
GFXDECODE_ENTRY("gfx3", 0, gfxlayout, 0x1000, 0x10 )
|
||||
GFXDECODE_END
|
||||
|
||||
|
||||
//WRONG!
|
||||
static PALETTE_INIT( cultures )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
static INTERRUPT_GEN( cultures_interrupt )
|
||||
{
|
||||
if (irq_enable)
|
||||
@ -347,7 +338,6 @@ static MACHINE_RESET( cultures )
|
||||
old_bank = -1;
|
||||
}
|
||||
|
||||
|
||||
static MACHINE_DRIVER_START( cultures )
|
||||
|
||||
/* basic machine hardware */
|
||||
@ -369,8 +359,6 @@ static MACHINE_DRIVER_START( cultures )
|
||||
MDRV_GFXDECODE(culture)
|
||||
MDRV_PALETTE_LENGTH(0x2000)
|
||||
|
||||
MDRV_PALETTE_INIT(cultures)
|
||||
|
||||
MDRV_VIDEO_START(cultures)
|
||||
MDRV_VIDEO_UPDATE(cultures)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user