summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/upd7752.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/upd7752.h')
-rw-r--r--src/devices/sound/upd7752.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/upd7752.h b/src/devices/sound/upd7752.h
index 5861238ca51..fe73763146b 100644
--- a/src/devices/sound/upd7752.h
+++ b/src/devices/sound/upd7752.h
@@ -29,6 +29,7 @@ public:
DECLARE_WRITE8_MEMBER( write );
DECLARE_READ8_MEMBER( read );
+ void upd7752_ram(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;