summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2016-08-26 13:39:32 +1000
committer Vas Crabb <vas@vastheman.com>2016-08-26 13:39:32 +1000
commit11b806878ffe2a25b60132af61e177c6395ff56a (patch)
tree5e7a8903e27e6ff1de0ac7982c2632ec3c3389fc
parentc1b041e8345492d1ca75edc0ed161e36a844494e (diff)
quick fix for Sega System 32 (nw)
-rw-r--r--src/mame/drivers/segas32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segas32.cpp b/src/mame/drivers/segas32.cpp
index 39932d84bb7..eefeef00698 100644
--- a/src/mame/drivers/segas32.cpp
+++ b/src/mame/drivers/segas32.cpp
@@ -544,7 +544,7 @@ segas32_state::segas32_state(const machine_config &mconfig, const char *tag, dev
m_system32_workram(*this,"workram"),
m_system32_videoram(*this,"videoram", 0),
m_system32_spriteram(*this,"spriteram", 0),
- m_system32_paletteram(*this,"paletteram", 0) ,
+ m_system32_paletteram(*this,"paletteram.%u", 0) ,
m_ports_a(*this, {"P1_A", "P2_A", "PORTC_A", "PORTD_A", "SERVICE12_A", "SERVICE34_A", "PORTG_A", "PORTH_A"}),
m_ports_b(*this, {"P1_B", "P2_B", "PORTC_B", "PORTD_B", "SERVICE12_B", "SERVICE34_B", "PORTG_B", "PORTH_B"}),
m_analog_ports(*this, {"ANALOG1", "ANALOG2", "ANALOG3", "ANALOG4", "ANALOG5", "ANALOG6", "ANALOG7", "ANALOG8"}),