summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/iwm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/iwm.cpp')
-rw-r--r--src/devices/machine/iwm.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/machine/iwm.cpp b/src/devices/machine/iwm.cpp
index c74121f0a06..af955e30978 100644
--- a/src/devices/machine/iwm.cpp
+++ b/src/devices/machine/iwm.cpp
@@ -100,9 +100,6 @@ void iwm_device::set_floppy(floppy_image_device *floppy)
sync();
- if(floppy && std::string(floppy->tag()) == ":fdc:0:525")
- machine().debug_break();
-
logerror("floppy %s\n", floppy ? floppy->tag() : "-");
if(m_floppy && (m_control & 0x10))