Previous 199869 Revisions Next

r44378 Saturday 23rd January, 2016 at 17:37:44 UTC by Miodrag Milanović
fix compile (nw)
[src/devices/sound]scsp.cpp

trunk/src/devices/sound/scsp.cpp
r252889r252890
518518   memory_region* ram_region = memregion(tag());
519519   
520520   // coolridr.c defines a region for the RAM, stv.c doesn't (uses set_ram_base instead, which seems to be more correct anyway?)
521   if (ram_regon != NULL)
521   if (ram_region != NULL)
522522   {
523523      m_SCSPRAM = ram_region->base();
524524      m_SCSPRAM_LENGTH = ram_region->bytes();


Previous 199869 Revisions Next


© 1997-2024 The MAME Team