summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/suna8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/suna8.c')
-rw-r--r--src/mame/drivers/suna8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/suna8.c b/src/mame/drivers/suna8.c
index 356070273f2..bce347951d4 100644
--- a/src/mame/drivers/suna8.c
+++ b/src/mame/drivers/suna8.c
@@ -572,7 +572,7 @@ static READ8_HANDLER( rranger_soundstatus_r )
static WRITE8_HANDLER( sranger_prot_w )
{
/* check code at 0x2ce2 (in sranger), protection is so dire that I can't even exactly
- estabilish if what I'm doing can be considered or not a kludge... -AS */
+ estabilish if what I'm doing can be considered or not a kludge... -AS */
memory_write_byte(space,0xcd99,0xff);
}