summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2018-09-20 14:17:27 +0200
committer hap <happppp@users.noreply.github.com>2018-09-20 14:17:27 +0200
commit7396134c94fff4ce4a5c99e8bde932357d04ccb8 (patch)
tree426d41e6cf2bed484b353505508d0e6a8d68a7d6
parent895ffe0763a713fe644c53afe573e9839ee822a1 (diff)
change var const style back to how it was where 2993e850bbe44f8e7992877bd1e5a767f762b1ac affects my own source code (nw)
-rw-r--r--src/devices/cpu/z80/tmpz84c015.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/z80/tmpz84c015.cpp b/src/devices/cpu/z80/tmpz84c015.cpp
index 9186c3af491..a6a0f773adb 100644
--- a/src/devices/cpu/z80/tmpz84c015.cpp
+++ b/src/devices/cpu/z80/tmpz84c015.cpp
@@ -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