Fix video initialization on four 486 machines and the IDE SET DRIVE PARAMETERS command.

This commit is contained in:
OBattler
2026-02-07 18:37:11 +01:00
parent 7ec2e3f6a6
commit 6fa6e5c1ea
4 changed files with 10 additions and 2 deletions

View File

@@ -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);