summaryrefslogtreecommitdiffstats
path: root/src/devices/sound/swp00.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/swp00.cpp')
-rw-r--r--src/devices/sound/swp00.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/swp00.cpp b/src/devices/sound/swp00.cpp
index eb0d7c59107..0fa494658b1 100644
--- a/src/devices/sound/swp00.cpp
+++ b/src/devices/sound/swp00.cpp
@@ -11,7 +11,7 @@ DEFINE_DEVICE_TYPE(SWP00, swp00_device, "swp00", "Yamaha SWP00 (TC170C120SF / XQ
swp00_device::swp00_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, SWP00, tag, owner, clock),
device_sound_interface(mconfig, *this),
- device_rom_interface(mconfig, *this, 25+2, ENDIANNESS_LITTLE, 32)
+ device_rom_interface(mconfig, *this)
{
}