summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/galaxian.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galaxian.cpp')
-rw-r--r--src/mame/drivers/galaxian.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galaxian.cpp b/src/mame/drivers/galaxian.cpp
index c4f92dc5eba..3b62d347493 100644
--- a/src/mame/drivers/galaxian.cpp
+++ b/src/mame/drivers/galaxian.cpp
@@ -6633,7 +6633,7 @@ void galaxian_state::tenspot_set_game_bank(int bank, int from_game)
dstregion = memregion("proms")->base();
memcpy(dstregion, srcregion, 0x20);
- PALETTE_INIT_NAME(galaxian)(m_palette);
+ PALETTE_INIT_NAME(galaxian)(*m_palette);
}
DRIVER_INIT_MEMBER(galaxian_state,tenspot)