mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
floppy: Forgot to remove the logerror output (nw)
This commit is contained in:
parent
e867481847
commit
9620634a72
@ -596,7 +596,7 @@ void floppy_image_device::index_resync()
|
|||||||
if(idx && ready) {
|
if(idx && ready) {
|
||||||
ready_counter--;
|
ready_counter--;
|
||||||
if(!ready_counter) {
|
if(!ready_counter) {
|
||||||
logerror("Drive spun up\n");
|
// logerror("Drive spun up\n");
|
||||||
ready = false;
|
ready = false;
|
||||||
if(!cur_ready_cb.isnull())
|
if(!cur_ready_cb.isnull())
|
||||||
cur_ready_cb(this, ready);
|
cur_ready_cb(this, ready);
|
||||||
|
Loading…
Reference in New Issue
Block a user