mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
Fix validation after 28104cdbdf
This commit is contained in:
parent
34ea2f26de
commit
8f904d1b62
@ -502,7 +502,7 @@ void gdrom_device::WriteData( uint8_t *data, int dataLength )
|
||||
DEFINE_DEVICE_TYPE(ATAPI_GDROM, gdrom_device, "gdrom", "GD-ROM")
|
||||
|
||||
gdrom_device::gdrom_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
|
||||
atapi_cdrom_device(mconfig, GDROM, tag, owner, clock)
|
||||
atapi_cdrom_device(mconfig, ATAPI_GDROM, tag, owner, clock)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -591,7 +591,6 @@ void cdi_state::cdimono1(machine_config &config)
|
||||
m_slave_hle->read_mousey().set_ioport("MOUSEY");
|
||||
m_slave_hle->read_mousebtn().set_ioport("MOUSEBTN");
|
||||
|
||||
CDROM(config, "cdrom").set_interface("cdi_cdrom");
|
||||
SOFTWARE_LIST(config, "cd_list").set_original("cdi").set_filter("!DVC");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user