summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/stvvdp1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/stvvdp1.c')
-rw-r--r--src/mame/video/stvvdp1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/stvvdp1.c b/src/mame/video/stvvdp1.c
index a8976e81ee5..4ee41e13413 100644
--- a/src/mame/video/stvvdp1.c
+++ b/src/mame/video/stvvdp1.c
@@ -179,7 +179,7 @@ READ16_HANDLER( saturn_vdp1_regs_r )
case 0x12/2: return state->m_vdp1.lopr;
case 0x14/2: return state->m_vdp1.copr;
/* MODR register, read register for the other VDP1 regs
- (Shienryu SS version abuses of this during intro) */
+ (Shienryu SS version abuses of this during intro) */
case 0x16/2:
UINT16 modr;