diff options
Diffstat (limited to 'src/devices/sound/k007232.cpp')
-rw-r--r-- | src/devices/sound/k007232.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/k007232.cpp b/src/devices/sound/k007232.cpp index cc25519e4b9..1272f7b579b 100644 --- a/src/devices/sound/k007232.cpp +++ b/src/devices/sound/k007232.cpp @@ -162,7 +162,7 @@ k007232_device::k007232_device(const machine_config &mconfig, const char *tag, d void k007232_device::device_start() { /* Set up the chips */ - m_pcmlimit = region()->bytes(); + m_pcmlimit = m_rom.bytes(); m_port_write_handler.resolve(); |