mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
fix compile (nw)
This commit is contained in:
parent
098b43d520
commit
a414d8ec42
@ -518,7 +518,7 @@ void scsp_device::init()
|
||||
memory_region* ram_region = memregion(tag());
|
||||
|
||||
// coolridr.c defines a region for the RAM, stv.c doesn't (uses set_ram_base instead, which seems to be more correct anyway?)
|
||||
if (ram_regon != NULL)
|
||||
if (ram_region != NULL)
|
||||
{
|
||||
m_SCSPRAM = ram_region->base();
|
||||
m_SCSPRAM_LENGTH = ram_region->bytes();
|
||||
|
Loading…
Reference in New Issue
Block a user