mirror of
https://github.com/86Box/86Box.git
synced 2026-02-21 17:15:32 -07:00
Re-add XGA ROM reading.
This commit is contained in:
@@ -3131,6 +3131,7 @@ xga_init(const device_t *info)
|
||||
|
||||
rom = malloc(xga->bios_rom.sz);
|
||||
memset(rom, 0xff, xga->bios_rom.sz);
|
||||
(void) fread(rom, xga->bios_rom.sz, 1, f);
|
||||
(void) fclose(f);
|
||||
|
||||
xga->bios_rom.rom = rom;
|
||||
|
||||
Reference in New Issue
Block a user