summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/isa_stereo_fx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/isa_stereo_fx.c')
-rw-r--r--src/mess/machine/isa_stereo_fx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/isa_stereo_fx.c b/src/mess/machine/isa_stereo_fx.c
index f2a8a12576b..e3c1b7573c7 100644
--- a/src/mess/machine/isa_stereo_fx.c
+++ b/src/mess/machine/isa_stereo_fx.c
@@ -8,7 +8,7 @@ const device_type ISA8_STEREO_FX = &device_creator<stereo_fx_device>;
static const ym3812_interface pc_ym3812_interface =
{
- NULL
+ DEVCB_NULL
};
READ8_MEMBER( stereo_fx_device::dev_dsp_data_r )