mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
Fixed patch for the Cardex ET4000/W32p ICS RAMDAC BIOS.
This commit is contained in:
parent
5d331611f5
commit
455baf46f2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue