summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/madmotor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/madmotor.h')
-rw-r--r--src/mame/includes/madmotor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/madmotor.h b/src/mame/includes/madmotor.h
index cc88cb2ca00..fb705cbd16f 100644
--- a/src/mame/includes/madmotor.h
+++ b/src/mame/includes/madmotor.h
@@ -21,6 +21,7 @@ public:
/* devices */
device_t *m_maincpu;
device_t *m_audiocpu;
+ DECLARE_WRITE16_MEMBER(madmotor_sound_w);
};