The Trigem 286M now uses the correct internal graphics card.
This commit is contained in:
@@ -542,7 +542,7 @@ machine_at_headland_init(const machine_t *model)
|
|||||||
|
|
||||||
if (romset == ROM_TG286M) {
|
if (romset == ROM_TG286M) {
|
||||||
if (gfxcard == GFX_INTERNAL)
|
if (gfxcard == GFX_INTERNAL)
|
||||||
device_add(&oti067_ama932j_device);
|
device_add(&et4000k_tg286_isa_device);
|
||||||
} else if (romset == ROM_AMA932J) {
|
} else if (romset == ROM_AMA932J) {
|
||||||
if (gfxcard == GFX_INTERNAL)
|
if (gfxcard == GFX_INTERNAL)
|
||||||
device_add(&oti067_ama932j_device);
|
device_add(&oti067_ama932j_device);
|
||||||
|
|||||||
Reference in New Issue
Block a user