Previous 199869 Revisions Next

r22781 Sunday 12th May, 2013 at 09:50:28 UTC by hap
fix gomoku crash
[src/mame/audio]gomoku.c
[src/mame/drivers]gomoku.c

trunk/src/mame/audio/gomoku.c
r22780r22781
6767   m_num_voices = GOMOKU_MAX_VOICES;
6868   m_last_channel = m_channel_list + m_num_voices;
6969
70   m_sound_rom = memregion("gomoku")->base();
70   m_sound_rom = memregion(":gomoku")->base();
7171
7272   /* start with sound enabled, many games don't have a sound enable register */
7373   m_sound_enable = 1;
trunk/src/mame/drivers/gomoku.c
r22780r22781
1111
1212todo:
1313
14- Refactor sound emulation.
15
1416- BG(Go table) is generated by board circuitry, so not fully emulated.
1517
1618- Couldn't figure out the method to specify palette, so I modified palette number manually.

Previous 199869 Revisions Next


© 1997-2024 The MAME Team