triplfun regression fix (nw)

This commit is contained in:
David Haywood 2016-01-25 01:41:11 +00:00
parent 9af036614c
commit e137471c30

View File

@ -295,6 +295,9 @@ WRITE16_MEMBER(seta_state::seta_vregs_w)
if (new_bank != m_samples_bank)
{
if (memregion("x1snd") == nullptr) // triplfun no longer has the hardware, but still writes here
break;
UINT8 *rom = memregion("x1snd")->base();
int samples_len = memregion("x1snd")->bytes();
int addr;