summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/quakeat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/quakeat.c')
-rw-r--r--src/mame/drivers/quakeat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/quakeat.c b/src/mame/drivers/quakeat.c
index bf0bab1b715..6fae73c0fd1 100644
--- a/src/mame/drivers/quakeat.c
+++ b/src/mame/drivers/quakeat.c
@@ -164,7 +164,7 @@ static MACHINE_DRIVER_START( quake )
MDRV_PIC8259_ADD( "pic8259_1", quakeat_pic8259_1_config )
MDRV_PIC8259_ADD( "pic8259_2", quakeat_pic8259_2_config )
- /* video hardware */
+ /* video hardware */
MDRV_SCREEN_ADD("screen", RASTER)
MDRV_SCREEN_FORMAT(BITMAP_FORMAT_INDEXED16)
MDRV_SCREEN_REFRESH_RATE(60)