fmtowns_flop.xml: added a new software list for floppy-only

FM Towns games (boot disks for CDs remain in the CD
  list, for easier launching). Many thanks to r09 and
  Breiztiger for help with info and images. [Fabio Priuli]
This commit is contained in:
etabeta78 2016-06-14 16:29:25 +02:00
parent b0c1c2e6ec
commit 64afe989f3
2 changed files with 1647 additions and 0 deletions

1646
hash/fmtowns_flop.xml Normal file

File diff suppressed because it is too large Load diff

View file

@ -2731,6 +2731,7 @@ static MACHINE_CONFIG_FRAGMENT( towns_base )
MCFG_WD_FDC_DRQ_CALLBACK(WRITELINE(towns_state,mb8877a_drq_w))
MCFG_FLOPPY_DRIVE_ADD("fdc:0", towns_floppies, "35hd", towns_state::floppy_formats)
MCFG_FLOPPY_DRIVE_ADD("fdc:1", towns_floppies, "35hd", towns_state::floppy_formats)
MCFG_SOFTWARE_LIST_ADD("fd_list","fmtowns_flop")
MCFG_CDROM_ADD("cdrom")
MCFG_CDROM_INTERFACE("fmt_cdrom")