diff options
author | 2016-08-26 16:50:52 +0200 | |
---|---|---|
committer | 2016-08-26 16:50:52 +0200 | |
commit | bda55823e49b23e3e3f45fd34f6edd9982995551 (patch) | |
tree | 9952caded477a27648bac9bb7e2f0f89b465924e /src | |
parent | 931d6f5b628ecdfc19956316a18da9fdacdd8177 (diff) |
fd1094: get rid of a spammy printf
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/machine/fd1094.cpp | 2 |
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(); } |