summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/rf5c400.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/rf5c400.cpp')
-rw-r--r--src/devices/sound/rf5c400.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/rf5c400.cpp b/src/devices/sound/rf5c400.cpp
index e652dda3056..6eaa2245ca9 100644
--- a/src/devices/sound/rf5c400.cpp
+++ b/src/devices/sound/rf5c400.cpp
@@ -355,7 +355,7 @@ READ16_MEMBER( rf5c400_device::rf5c400_r )
return 0;
}
- case 0x13: // memory read
+ case 0x13: // memory read
{
return m_rom[m_ext_mem_address];
}