summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/konami/konamops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/konami/konamops.c')
-rw-r--r--src/emu/cpu/konami/konamops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/konami/konamops.c b/src/emu/cpu/konami/konamops.c
index e04c2483311..1049e18e28e 100644
--- a/src/emu/cpu/konami/konamops.c
+++ b/src/emu/cpu/konami/konamops.c
@@ -300,7 +300,7 @@ INLINE void bra( konami_state *cpustate )
}
/* $21 BRN relative ----- */
-static UINT8 konami_brn_t; // hack around GCC 4.6 error because we need the side effects of IMMBYTE
+static UINT8 konami_brn_t; // hack around GCC 4.6 error because we need the side effects of IMMBYTE
INLINE void brn( konami_state *cpustate )
{
IMMBYTE(cpustate, konami_brn_t);