| 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 |
| r252889 | r252890 | |
|---|---|---|
| 518 | 518 | memory_region* ram_region = memregion(tag()); |
| 519 | 519 | |
| 520 | 520 | // 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) | |
| 522 | 522 | { |
| 523 | 523 | m_SCSPRAM = ram_region->base(); |
| 524 | 524 | m_SCSPRAM_LENGTH = ram_region->bytes(); |
| https://github.com/mamedev/mame/commit/a414d8ec4274c1251a6077db20e650ca915a83f2 |
| Previous | 199869 Revisions | Next |