mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
const on both sides (nw)
This commit is contained in:
parent
96a156d943
commit
762bfd13f9
@ -531,7 +531,7 @@ TIMER_CALLBACK_MEMBER(gba_state::handle_irq)
|
|||||||
m_irq_timer->adjust(attotime::never);
|
m_irq_timer->adjust(attotime::never);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char *reg_names[] = {
|
static const char *const reg_names[] = {
|
||||||
/* Sound Registers */
|
/* Sound Registers */
|
||||||
"SOUND1CNT_L", "SOUND1CNT_H", "SOUND1CNT_X", "Unused",
|
"SOUND1CNT_L", "SOUND1CNT_H", "SOUND1CNT_X", "Unused",
|
||||||
"SOUND2CNT_L", "Unused", "SOUND2CNT_H", "Unused",
|
"SOUND2CNT_L", "Unused", "SOUND2CNT_H", "Unused",
|
||||||
|
Loading…
Reference in New Issue
Block a user