summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/avgdvg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/avgdvg.c')
-rw-r--r--src/mame/video/avgdvg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/avgdvg.c b/src/mame/video/avgdvg.c
index 11c5325d6f9..c02cf18f2f8 100644
--- a/src/mame/video/avgdvg.c
+++ b/src/mame/video/avgdvg.c
@@ -835,7 +835,7 @@ static int tempest_strobe2(vgdata *vg)
if ((OP2 == 0) && (vg->dvy12 == 0))
{
/* Contrary to previous documentation in MAME,
- Tempest does not have the vg->enspkl bit. */
+ Tempest does not have the vg->enspkl bit. */
if (vg->dvy & 0x800)
vg->color = vg->dvy & 0xf;
else