summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igs_fear.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/igs_fear.cpp')
-rw-r--r--src/mame/drivers/igs_fear.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/igs_fear.cpp b/src/mame/drivers/igs_fear.cpp
index f8d8ab0ee2c..9e288680e2c 100644
--- a/src/mame/drivers/igs_fear.cpp
+++ b/src/mame/drivers/igs_fear.cpp
@@ -96,8 +96,7 @@ void igs_fear_state::igs_fear(machine_config &config)
MCFG_VIDEO_START_OVERRIDE(igs_fear_state, igs_fear)
- PALETTE(config, m_palette, 0x200);
-
+ PALETTE(config, m_palette).set_entries(0x200);
GFXDECODE(config, m_gfxdecode, m_palette, gfx_igs_fear);
/* sound hardware */