From 22c50be3f37e6591f420ee9404b85c3d85413c35 Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 3 Aug 2016 19:14:53 +0200 Subject: [PATCH] Hercules InColor now uses the correct video device. --- src/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video.c b/src/video.c index ae4dde6e7..895a12abf 100644 --- a/src/video.c +++ b/src/video.c @@ -66,7 +66,7 @@ static VIDEO_CARD video_cards[] = {"Compaq EGA", &cpqega_device, GFX_COMPAQ_EGA}, {"Compaq/Paradise VGA", &cpqvga_device, GFX_COMPAQ_VGA}, {"Hercules", &hercules_device, GFX_HERCULES}, - {"Hercules InColor", &hercules_device, GFX_INCOLOR}, + {"Hercules InColor", &incolor_device, GFX_INCOLOR}, {"MDA", &mda_device, GFX_MDA}, {"Miro Crystal S3 Vision964", &s3_miro_vision964_device, GFX_MIRO_VISION964}, {"Number Nine 9FX (S3 Trio64)", &s3_9fx_device, GFX_N9_9FX},