summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/tanbus/tug8082.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/tanbus/tug8082.cpp')
-rw-r--r--src/devices/bus/tanbus/tug8082.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/tanbus/tug8082.cpp b/src/devices/bus/tanbus/tug8082.cpp
index 8fb596cb5d6..1e4ad1a4504 100644
--- a/src/devices/bus/tanbus/tug8082.cpp
+++ b/src/devices/bus/tanbus/tug8082.cpp
@@ -215,10 +215,10 @@ WRITE_LINE_MEMBER(tanbus_tug8082_device::bus_irq_w)
//{
//case 0x01:
m_tanbus->irq_w(state);
- // break;
+ // break;
//case 0x02:
- // m_tanbus->nmi_w(state);
- // break;
+ // m_tanbus->nmi_w(state);
+ // break;
//}
}