summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/88games.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/88games.h')
-rw-r--r--src/mame/includes/88games.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/88games.h b/src/mame/includes/88games.h
index 94cc62c60ac..547594a23fa 100644
--- a/src/mame/includes/88games.h
+++ b/src/mame/includes/88games.h
@@ -15,7 +15,7 @@ public:
_88games_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_banked_rom(*this, "banked_rom"),
- m_paletteram_1000(*this, "paletteram_1000"),
+ m_paletteram_1000(*this, "palette"),
m_ram(*this, "ram"),
m_audiocpu(*this, "audiocpu"),
m_k052109(*this, "k052109"),