summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/fd1094.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/fd1094.cpp')
-rw-r--r--src/mame/machine/fd1094.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/fd1094.cpp b/src/mame/machine/fd1094.cpp
index aed3905fcf5..7080c9630ff 100644
--- a/src/mame/machine/fd1094.cpp
+++ b/src/mame/machine/fd1094.cpp
@@ -675,7 +675,7 @@ void fd1094_device::device_reset()
// flush the cache and switch to the reset state
m_cache.reset();
change_state(STATE_RESET);
- fprintf(stderr, "reset done\n");
+
// reset the parent
m68000_device::device_reset();
}