| 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 |
| r22780 | r22781 | |
|---|---|---|
| 67 | 67 | m_num_voices = GOMOKU_MAX_VOICES; |
| 68 | 68 | m_last_channel = m_channel_list + m_num_voices; |
| 69 | 69 | |
| 70 | m_sound_rom = memregion("gomoku")->base(); | |
| 70 | m_sound_rom = memregion(":gomoku")->base(); | |
| 71 | 71 | |
| 72 | 72 | /* start with sound enabled, many games don't have a sound enable register */ |
| 73 | 73 | m_sound_enable = 1; |
| r22780 | r22781 | |
|---|---|---|
| 11 | 11 | |
| 12 | 12 | todo: |
| 13 | 13 | |
| 14 | - Refactor sound emulation. | |
| 15 | ||
| 14 | 16 | - BG(Go table) is generated by board circuitry, so not fully emulated. |
| 15 | 17 | |
| 16 | 18 | - Couldn't figure out the method to specify palette, so I modified palette number manually. |
| Previous | 199869 Revisions | Next |