From f4deff44a10ee99b8fbade1de81620c11a503a2e Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 16 Aug 2018 02:39:24 +0200 Subject: [PATCH] The Trigem 286M now uses the correct internal graphics card. --- src/machine/m_at_headland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/m_at_headland.c b/src/machine/m_at_headland.c index 155b00bd7..b16b8b794 100644 --- a/src/machine/m_at_headland.c +++ b/src/machine/m_at_headland.c @@ -542,7 +542,7 @@ machine_at_headland_init(const machine_t *model) if (romset == ROM_TG286M) { if (gfxcard == GFX_INTERNAL) - device_add(&oti067_ama932j_device); + device_add(&et4000k_tg286_isa_device); } else if (romset == ROM_AMA932J) { if (gfxcard == GFX_INTERNAL) device_add(&oti067_ama932j_device);