mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
fixed cart regression in saturn. nw.
This commit is contained in:
parent
aaa7936ef4
commit
217b516f2b
@ -784,7 +784,7 @@ struct cdrom_interface saturn_cdrom =
|
||||
|
||||
DEVICE_IMAGE_LOAD_MEMBER( saturn_state, sat_cart )
|
||||
{
|
||||
UINT8 *ROM = image.device().memregion("maincpu")->base()+0x080000;
|
||||
UINT8 *ROM = image.device().memregion(":maincpu")->base()+0x080000;
|
||||
UINT32 length;
|
||||
|
||||
if (image.software_entry() != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user