Fix detection of MGA G100 video RAM when 16MB

This commit is contained in:
Cacodemon345
2023-12-31 19:18:20 +06:00
parent 0ee66c4be8
commit 7b75d6f11d

View File

@@ -6371,6 +6371,8 @@ mystique_init(const device_t *info)
NULL);
mystique->svga.clock_gen = mystique;
mystique->svga.getclock = mystique_getclock;
if (mystique->vram_size >= 16)
mystique->svga.decode_mask = mystique->svga.vram_mask;
}
io_sethandler(0x03c0, 0x0020, mystique_in, NULL, NULL, mystique_out, NULL, NULL, mystique);