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