mirror of
https://github.com/holub/mame
synced 2025-06-07 21:33:45 +03:00
v1050: remove legacy floppy options
This commit is contained in:
parent
bde076d14a
commit
01585019b5
@ -918,6 +918,8 @@ void v1050_state::update_fdc()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// disk format: 80 tracks, 1 head, 10 sectors, 512 bytes sector length, first sector id 1
|
||||||
|
|
||||||
static SLOT_INTERFACE_START( v1050_floppies )
|
static SLOT_INTERFACE_START( v1050_floppies )
|
||||||
SLOT_INTERFACE( "525ssqd", FLOPPY_525_SSQD ) // Teac FD 55E-02-U
|
SLOT_INTERFACE( "525ssqd", FLOPPY_525_SSQD ) // Teac FD 55E-02-U
|
||||||
SLOT_INTERFACE( "525qd", FLOPPY_525_QD ) // Teac FD 55-FV-35-U
|
SLOT_INTERFACE( "525qd", FLOPPY_525_QD ) // Teac FD 55-FV-35-U
|
||||||
@ -937,16 +939,6 @@ WRITE_LINE_MEMBER( v1050_state::fdc_drq_w )
|
|||||||
update_fdc();
|
update_fdc();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
static LEGACY_FLOPPY_OPTIONS_START( v1050 )
|
|
||||||
LEGACY_FLOPPY_OPTION( v1050, "dsk", "Visual 1050 disk image", basicdsk_identify_default, basicdsk_construct_default, NULL,
|
|
||||||
HEADS([1])
|
|
||||||
TRACKS([80])
|
|
||||||
SECTORS([10])
|
|
||||||
SECTOR_LENGTH([512])
|
|
||||||
FIRST_SECTOR_ID([1]))
|
|
||||||
LEGACY_FLOPPY_OPTIONS_END
|
|
||||||
*/
|
|
||||||
|
|
||||||
// Machine Initialization
|
// Machine Initialization
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user