mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
triplfun regression fix (nw)
This commit is contained in:
parent
9af036614c
commit
e137471c30
@ -295,6 +295,9 @@ WRITE16_MEMBER(seta_state::seta_vregs_w)
|
|||||||
|
|
||||||
if (new_bank != m_samples_bank)
|
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();
|
UINT8 *rom = memregion("x1snd")->base();
|
||||||
int samples_len = memregion("x1snd")->bytes();
|
int samples_len = memregion("x1snd")->bytes();
|
||||||
int addr;
|
int addr;
|
||||||
|
Loading…
Reference in New Issue
Block a user