From 455baf46f259e91d906c3f17bb81e7531f47fd94 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 23 Jul 2016 04:40:07 +0200 Subject: [PATCH] Fixed patch for the Cardex ET4000/W32p ICS RAMDAC BIOS. --- src/vid_et4000w32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vid_et4000w32.c b/src/vid_et4000w32.c index a9dbca2db..943681144 100644 --- a/src/vid_et4000w32.c +++ b/src/vid_et4000w32.c @@ -1241,7 +1241,7 @@ void *et4000w32p_common_init(char *biosfile) /* The ROM is hardcoded to 256k sticks, so let's patch it for 1M. */ if (memcmp(&((&et4000->bios_rom)->rom[0x008f]), "06/28/94 V1.0CN", 15) == 0) { - bios_offset = 0x01d3; + bios_offset = 0x026d; } else if (memcmp(&((&et4000->bios_rom)->rom[0x008f]), "04/28/95 V2.10N", 15) == 0) {