mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
ksys573: fix disk regions, games boot again [R. Belmont]
This commit is contained in:
parent
4167217afe
commit
2b2cf48aa1
@ -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 )
|
static WRITE32_HANDLER( mb89371_w )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user