mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +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
|
// flush the cache and switch to the reset state
|
||||||
m_cache.reset();
|
m_cache.reset();
|
||||||
change_state(STATE_RESET);
|
change_state(STATE_RESET);
|
||||||
fprintf(stderr, "reset done\n");
|
|
||||||
// reset the parent
|
// reset the parent
|
||||||
m68000_device::device_reset();
|
m68000_device::device_reset();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user