The Trigem 286M now uses the correct internal graphics card.

This commit is contained in:
OBattler
2018-08-16 02:39:24 +02:00
parent ebb52ab21f
commit f4deff44a1

View File

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