mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
fixed uninitialized member in src/emu/machine/wd_fdc.c (nw)
This commit is contained in:
parent
1022619755
commit
b2538493aa
@ -71,6 +71,7 @@ void wd_fdc_t::device_start()
|
||||
t_sector = timer_alloc(TM_SECTOR);
|
||||
dden = disable_mfm;
|
||||
floppy = 0;
|
||||
status = 0x00;
|
||||
|
||||
save_item(NAME(status));
|
||||
save_item(NAME(command));
|
||||
|
Loading…
Reference in New Issue
Block a user