Previous 199869 Revisions Next

r44450 Monday 25th January, 2016 at 01:41:11 UTC by David Haywood
triplfun regression fix (nw)
[src/mame/video]seta.cpp

trunk/src/mame/video/seta.cpp
r252961r252962
295295
296296            if (new_bank != m_samples_bank)
297297            {
298               if (memregion("x1snd") == nullptr) // triplfun no longer has the hardware, but still writes here
299                  break;
300
298301               UINT8 *rom = memregion("x1snd")->base();
299302               int samples_len = memregion("x1snd")->bytes();
300303               int addr;


Previous 199869 Revisions Next


© 1997-2024 The MAME Team