diff options
author | 2018-12-09 05:34:17 +0100 | |
---|---|---|
committer | 2018-12-09 05:34:30 +0100 | |
commit | 4b3ff6417eed11d0285b4d224ccb6371eececa85 (patch) | |
tree | 58a9565fd5c978e1a568c4e9bcf6d27afc3c151b /src/devices/bus/isa/stereo_fx.h | |
parent | 29c777f6429ee2d0b2943290025ce00816e79d7d (diff) |
mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw
Diffstat (limited to 'src/devices/bus/isa/stereo_fx.h')
-rw-r--r-- | src/devices/bus/isa/stereo_fx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/stereo_fx.h b/src/devices/bus/isa/stereo_fx.h index 5242adcfbef..c3fa08339b8 100644 --- a/src/devices/bus/isa/stereo_fx.h +++ b/src/devices/bus/isa/stereo_fx.h @@ -38,7 +38,7 @@ protected: void dack_w(int line, uint8_t data) override; required_device<pc_joy_device> m_joy; - required_device<cpu_device> m_cpu; + required_device<i80c31_device> m_cpu; private: // internal state |