diff options
| author | 2026-05-20 01:12:44 +1000 | |
|---|---|---|
| committer | 2026-05-20 01:12:44 +1000 | |
| commit | cc1e3ee97a63e778947c30db038fafe3efe2f2c2 (patch) | |
| tree | 711509d66f4d26770b8f78fab362c58e725ea4c0 /src/devices/machine/w83877tf.cpp | |
| parent | 464f95b511ca680c7dbbdd9fd3dddd8085821f91 (diff) | |
srcclean and manual cleanup
Diffstat (limited to 'src/devices/machine/w83877tf.cpp')
| -rw-r--r-- | src/devices/machine/w83877tf.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/w83877tf.cpp b/src/devices/machine/w83877tf.cpp index 53eb206aabe..4968383fdca 100644 --- a/src/devices/machine/w83877tf.cpp +++ b/src/devices/machine/w83877tf.cpp @@ -689,8 +689,8 @@ void w83877tf_device::request_irq(int irq, int state) m_isa->irq12_w(state); break; //case 13: - // m_isa->irq13_w(state); - // break; + // m_isa->irq13_w(state); + // break; case 14: m_isa->irq14_w(state); break; |
