mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
fd1094: get rid of a spammy printf
This commit is contained in:
parent
931d6f5b62
commit
bda55823e4
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user