diff options
Diffstat (limited to 'src/devices/sound/8950intf.cpp')
-rw-r--r-- | src/devices/sound/8950intf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/8950intf.cpp b/src/devices/sound/8950intf.cpp index af981b756be..3907daa4700 100644 --- a/src/devices/sound/8950intf.cpp +++ b/src/devices/sound/8950intf.cpp @@ -160,7 +160,7 @@ DEFINE_DEVICE_TYPE(Y8950, y8950_device, "y8950", "Y8950 MSX-Audio") y8950_device::y8950_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : device_t(mconfig, Y8950, tag, owner, clock) , device_sound_interface(mconfig, *this) - , device_rom_interface(mconfig, *this, 21) + , device_rom_interface(mconfig, *this) , m_stream(nullptr) , m_timer{ nullptr, nullptr } , m_chip(nullptr) |