summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ym2203.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ym2203.cpp')
-rw-r--r--src/devices/sound/ym2203.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ym2203.cpp b/src/devices/sound/ym2203.cpp
index d2e5e61fb03..a29a47aeec7 100644
--- a/src/devices/sound/ym2203.cpp
+++ b/src/devices/sound/ym2203.cpp
@@ -35,7 +35,7 @@ u8 ym2203_device::read(offs_t offset)
u8 result = 0;
switch (offset & 1)
{
- case 0: // status port
+ case 0: // status port
result = m_fm.status();
break;