Merge pull request #3977 from Cacodemon345/mga-g100
Fix detection of MGA G100 video RAM when 16MB
This commit is contained in:
@@ -6368,6 +6368,8 @@ mystique_init(const device_t *info)
|
|||||||
NULL);
|
NULL);
|
||||||
mystique->svga.clock_gen = mystique;
|
mystique->svga.clock_gen = mystique;
|
||||||
mystique->svga.getclock = mystique_getclock;
|
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);
|
io_sethandler(0x03c0, 0x0020, mystique_in, NULL, NULL, mystique_out, NULL, NULL, mystique);
|
||||||
|
Reference in New Issue
Block a user