mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
apf: remove legacy floppy options
This commit is contained in:
parent
7cd70226a3
commit
c277729276
@ -62,6 +62,7 @@ ToDo:
|
||||
- Add back the disk support when we can get some info on it
|
||||
(6600, 6500-6503 wd179x disc controller? 6400, 6401)
|
||||
- Need to add back the disk format in the new wdc code
|
||||
(40 tracks, 1 head, 8 sectors, 256 bytes sector length, first sector id 1)
|
||||
- Need disk-based software
|
||||
|
||||
|
||||
@ -494,23 +495,6 @@ static SLOT_INTERFACE_START( apf_floppies )
|
||||
SLOT_INTERFACE( "525dd", FLOPPY_525_SSDD )
|
||||
SLOT_INTERFACE_END
|
||||
|
||||
#if 0
|
||||
static LEGACY_FLOPPY_OPTIONS_START(apfimag)
|
||||
LEGACY_FLOPPY_OPTION(apfimag, "apd", "APF disk image", basicdsk_identify_default, basicdsk_construct_default, NULL,
|
||||
HEADS([1])
|
||||
TRACKS([40])
|
||||
SECTORS([8])
|
||||
SECTOR_LENGTH([256])
|
||||
FIRST_SECTOR_ID([1]))
|
||||
LEGACY_FLOPPY_OPTIONS_END
|
||||
|
||||
static const floppy_interface apfimag_floppy_interface =
|
||||
{
|
||||
FLOPPY_STANDARD_5_25_SSDD_40,
|
||||
LEGACY_FLOPPY_OPTIONS_NAME(apfimag),
|
||||
NULL
|
||||
};
|
||||
#endif
|
||||
|
||||
static SLOT_INTERFACE_START(apf_cart)
|
||||
SLOT_INTERFACE_INTERNAL("std", APF_ROM_STD)
|
||||
|
Loading…
Reference in New Issue
Block a user