diff --git a/src/devices/sound/scsp.cpp b/src/devices/sound/scsp.cpp index e082a68aca1..6dfacfa9a6b 100644 --- a/src/devices/sound/scsp.cpp +++ b/src/devices/sound/scsp.cpp @@ -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();