Fixed patch for the Cardex ET4000/W32p ICS RAMDAC BIOS.

This commit is contained in:
OBattler 2016-07-23 04:40:07 +02:00
parent 5d331611f5
commit 455baf46f2

View file

@ -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)
{