mirror of
https://github.com/holub/mame
synced 2025-04-09 18:17:44 +03:00
nec/pce_cd.cpp, hash/pcecd.xml: Bulk replace "pce_cdrom" interface with "cdrom"
This commit is contained in:
parent
50779d4c35
commit
29615599ee
1018
hash/pcecd.xml
1018
hash/pcecd.xml
File diff suppressed because it is too large
Load Diff
@ -258,7 +258,7 @@ void pce_cd_device::device_add_mconfig(machine_config &config)
|
||||
{
|
||||
NVRAM(config, m_nvram).set_custom_handler(FUNC(pce_cd_device::nvram_init));
|
||||
|
||||
CDROM(config, m_cdrom).set_interface("pce_cdrom");
|
||||
CDROM(config, m_cdrom).set_interface("cdrom");
|
||||
|
||||
MSM5205(config, m_msm, PCE_CD_CLOCK / 6);
|
||||
m_msm->vck_legacy_callback().set(FUNC(pce_cd_device::msm5205_int)); /* interrupt function */
|
||||
|
Loading…
Reference in New Issue
Block a user