mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
floppy: Default on head 0, not 1 [O. Galibert]
This commit is contained in:
parent
70dc15b685
commit
82d4d9f92e
@ -194,7 +194,7 @@ void floppy_image_device::device_start()
|
||||
mon = 1;
|
||||
|
||||
cyl = 0;
|
||||
ss = 1;
|
||||
ss = 0;
|
||||
stp = 1;
|
||||
dskchg = 0;
|
||||
index_timer = timer_alloc(0);
|
||||
|
Loading…
Reference in New Issue
Block a user