fd1094: get rid of a spammy printf

This commit is contained in:
hap 2016-08-26 16:50:52 +02:00
parent 931d6f5b62
commit bda55823e4

View File

@ -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();
}