ksys573: fix disk regions, games boot again [R. Belmont]

This commit is contained in:
R. Belmont 2012-01-28 04:43:12 +00:00
parent 4167217afe
commit 2b2cf48aa1

View File

@ -461,7 +461,7 @@ INLINE void ATTR_PRINTF(3,4) verboselog( running_machine &machine, int n_level,
}
}
static const char *const diskregions[] = { "cdrom0", "cdrom1" };
static const char *const diskregions[] = { ":cdrom0", ":cdrom1" };
static WRITE32_HANDLER( mb89371_w )
{