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