summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author Alex W. Jackson <alex.w.jackson@gmail.com>2014-03-03 06:36:30 +0000
committer Alex W. Jackson <alex.w.jackson@gmail.com>2014-03-03 06:36:30 +0000
commit7805522af28fce2df7507ecc26cdb68b7ee6dbd3 (patch)
tree9c40e741a46a6774bdf44c6b15c337f2833228ab /src/mame/drivers
parent7619d8744bcd1132fe7ca32b922b5a2f72bf468a (diff)
funworld.c: fix saloon colors [Alex Jackson]
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/funworld.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/funworld.c b/src/mame/drivers/funworld.c
index 9fbcd414b4b..b3d6b7a26dc 100644
--- a/src/mame/drivers/funworld.c
+++ b/src/mame/drivers/funworld.c
@@ -5863,6 +5863,7 @@ DRIVER_INIT_MEMBER(funworld_state, saloon)
auto_free(machine(), buffer);
+ m_palette->update();
}