mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
change var const style back to how it was where 2993e850bb
affects my own source code (nw)
This commit is contained in:
parent
895ffe0763
commit
7396134c94
@ -150,8 +150,8 @@ WRITE8_MEMBER(tmpz84c015_device::irq_priority_w)
|
||||
|
||||
if (m_irq_priority != data)
|
||||
{
|
||||
static char const *const dev[3] = { "tmpz84c015_ctc", "tmpz84c015_sio", "tmpz84c015_pio" };
|
||||
static int const prio[6][3] =
|
||||
static const char *const dev[3] = { "tmpz84c015_ctc", "tmpz84c015_sio", "tmpz84c015_pio" };
|
||||
static const int prio[6][3] =
|
||||
{
|
||||
{ 0, 1, 2 }, // 0: ctc -> sio -> pio -> ext
|
||||
{ 1, 0, 2 }, // 1: sio -> ctc -> pio -> ext
|
||||
|
Loading…
Reference in New Issue
Block a user