mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
fixed uninitialized variable in src/emu/machine/amigafdc.c (nw)
This commit is contained in:
parent
504d6b9fb9
commit
843cd34370
@ -80,6 +80,7 @@ void amiga_fdc::device_reset()
|
||||
adkcon = 0;
|
||||
dmacon = 0;
|
||||
dskpt = 0;
|
||||
dskbyt = 0;
|
||||
pre_dsklen = 0x4000;
|
||||
dma_value = 0;
|
||||
dma_state = DMA_IDLE;
|
||||
|
Loading…
Reference in New Issue
Block a user