summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m79amb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m79amb.h')
-rw-r--r--src/mame/includes/m79amb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/m79amb.h b/src/mame/includes/m79amb.h
index 7b179fb1514..e902b15d389 100644
--- a/src/mame/includes/m79amb.h
+++ b/src/mame/includes/m79amb.h
@@ -31,6 +31,7 @@ public:
DECLARE_WRITE8_MEMBER(m79amb_8000_w);
DECLARE_WRITE8_MEMBER(m79amb_8003_w);
required_device<cpu_device> m_maincpu;
+ void m79amb(machine_config &config);
};
/*----------- defined in audio/m79amb.c -----------*/