mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
cd32: fix so it can find the CD-ROM [R. Belmont]
This commit is contained in:
parent
de57245ef4
commit
4874e317d1
@ -112,7 +112,7 @@ static DEVICE_RESET( akiko )
|
||||
else
|
||||
{
|
||||
// MAME case
|
||||
state->m_cdrom = cdrom_open(get_disk_handle(machine, "cdrom"));
|
||||
state->m_cdrom = cdrom_open(get_disk_handle(machine, ":cdrom"));
|
||||
state->m_cdrom_is_device = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user