mirror of
https://github.com/holub/mame
synced 2025-05-02 04:31:01 +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;
|
adkcon = 0;
|
||||||
dmacon = 0;
|
dmacon = 0;
|
||||||
dskpt = 0;
|
dskpt = 0;
|
||||||
|
dskbyt = 0;
|
||||||
pre_dsklen = 0x4000;
|
pre_dsklen = 0x4000;
|
||||||
dma_value = 0;
|
dma_value = 0;
|
||||||
dma_state = DMA_IDLE;
|
dma_state = DMA_IDLE;
|
||||||
|
Loading…
Reference in New Issue
Block a user