summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx_cart/moonsound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx_cart/moonsound.h')
-rw-r--r--src/devices/bus/msx_cart/moonsound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/msx_cart/moonsound.h b/src/devices/bus/msx_cart/moonsound.h
index 41f5ceb61ab..dbdb0e99014 100644
--- a/src/devices/bus/msx_cart/moonsound.h
+++ b/src/devices/bus/msx_cart/moonsound.h
@@ -23,6 +23,7 @@ public:
DECLARE_READ8_MEMBER(read_ymf278b_pcm);
DECLARE_READ8_MEMBER(read_c0);
+ void ymf278b_map(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;