summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gotya.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gotya.h')
-rw-r--r--src/mame/includes/gotya.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/gotya.h b/src/mame/includes/gotya.h
index 92c18b540af..292a4ca24dc 100644
--- a/src/mame/includes/gotya.h
+++ b/src/mame/includes/gotya.h
@@ -50,4 +50,5 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
+ void gotya(machine_config &config);
};