mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +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) {
|
||||
ready_counter--;
|
||||
if(!ready_counter) {
|
||||
logerror("Drive spun up\n");
|
||||
// logerror("Drive spun up\n");
|
||||
ready = false;
|
||||
if(!cur_ready_cb.isnull())
|
||||
cur_ready_cb(this, ready);
|
||||
|
Loading…
Reference in New Issue
Block a user