summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pgmprot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pgmprot.c')
-rw-r--r--src/mame/machine/pgmprot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pgmprot.c b/src/mame/machine/pgmprot.c
index 293c1cc935c..8898afe9fb0 100644
--- a/src/mame/machine/pgmprot.c
+++ b/src/mame/machine/pgmprot.c
@@ -1111,7 +1111,7 @@ WRITE16_HANDLER( oldsplus_w )
state->m_oldsplus_val = oldsplus_ae[state->m_oldsplus_int[0]];
break;
- case 0x9d:
+ case 0x9d:
state->m_oldsplus_val = oldsplus_9d[state->m_oldsplus_int[0]];
break;