mirror of
https://github.com/86Box/86Box.git
synced 2026-03-04 11:48:23 -07:00
Fix video initialization on four 486 machines and the IDE SET DRIVE PARAMETERS command.
This commit is contained in:
@@ -490,6 +490,8 @@ machine_at_tg486g_init(const machine_t *model)
|
||||
|
||||
device_add_params(machine_get_kbc_device(machine), (void *) model->kbc_params);
|
||||
|
||||
video_reset(gfxcard[0]);
|
||||
|
||||
if (gfxcard[0] != VID_INTERNAL) {
|
||||
for (uint16_t i = 0; i < 32768; i++)
|
||||
rom[i] = mem_readb_phys(0x000c0000 + i);
|
||||
|
||||
Reference in New Issue
Block a user