summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/stereo_fx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/stereo_fx.h')
-rw-r--r--src/devices/bus/isa/stereo_fx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/isa/stereo_fx.h b/src/devices/bus/isa/stereo_fx.h
index a3552dc5780..73363bc31a8 100644
--- a/src/devices/bus/isa/stereo_fx.h
+++ b/src/devices/bus/isa/stereo_fx.h
@@ -43,6 +43,8 @@ public:
DECLARE_READ8_MEMBER( invalid_r );
DECLARE_WRITE8_MEMBER( invalid_w );
+ void stereo_fx_io(address_map &map);
+ void stereo_fx_rom(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;