summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mustache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mustache.c')
-rw-r--r--src/mame/drivers/mustache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/mustache.c b/src/mame/drivers/mustache.c
index 2c9eccb7e95..31e61b349a5 100644
--- a/src/mame/drivers/mustache.c
+++ b/src/mame/drivers/mustache.c
@@ -250,6 +250,8 @@ ROM_END
DRIVER_INIT_MEMBER(mustache_state,mustache)
{
+ t5182_init(machine());
+
int i;
int G1 = machine().root_device().memregion("gfx1")->bytes()/3;