cd32: fix so it can find the CD-ROM [R. Belmont]

This commit is contained in:
R. Belmont 2012-06-21 02:35:51 +00:00
parent de57245ef4
commit 4874e317d1

View File

@ -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;
}