floppy: Default on head 0, not 1 [O. Galibert]

This commit is contained in:
Olivier Galibert 2012-11-23 18:15:42 +00:00
parent 70dc15b685
commit 82d4d9f92e

View File

@ -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);