summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ics2115.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ics2115.cpp')
-rw-r--r--src/devices/sound/ics2115.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/sound/ics2115.cpp b/src/devices/sound/ics2115.cpp
index c5cfea8e94a..9ce19fe649f 100644
--- a/src/devices/sound/ics2115.cpp
+++ b/src/devices/sound/ics2115.cpp
@@ -885,8 +885,8 @@ u16 ics2115_device::word_r(offs_t offset, u16 mem_mask)
break;
/*
case 3:
- TODO : used for byte size only;
- break;
+ TODO : used for byte size only;
+ break;
*/
default:
#ifdef ICS2115_DEBUG
@@ -911,8 +911,8 @@ void ics2115_device::word_w(offs_t offset, u16 data, u16 mem_mask)
break;
/*
case 3:
- TODO : used for byte size only;
- break;
+ TODO : used for byte size only;
+ break;
*/
default:
#ifdef ICS2115_DEBUG