mirror of
https://github.com/holub/mame
synced 2025-04-09 18:17:44 +03:00
fujitsu/fmtowns.cpp, hash/fmtowns_cd.xml: Bulk replace "fmt_cdrom" interface with "cdrom"
This commit is contained in:
parent
73e953c714
commit
490d0ac14f
1918
hash/fmtowns_cd.xml
1918
hash/fmtowns_cd.xml
File diff suppressed because it is too large
Load Diff
@ -2668,7 +2668,7 @@ void towns_state::towns_base(machine_config &config)
|
||||
SOFTWARE_LIST(config, "fd_list_cracked").set_original("fmtowns_flop_cracked");
|
||||
SOFTWARE_LIST(config, "fd_list_misc").set_original("fmtowns_flop_misc");
|
||||
|
||||
CDROM(config, m_cdrom, 0).set_interface("fmt_cdrom");
|
||||
CDROM(config, m_cdrom).set_interface("cdrom");
|
||||
m_cdda->set_cdrom_tag(m_cdrom);
|
||||
SOFTWARE_LIST(config, "cd_list").set_original("fmtowns_cd");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user