IF386AX: Set video card to fixed and make the power off function actually power off.

This commit is contained in:
OBattler
2025-03-25 02:02:00 +01:00
parent db6e74a3b9
commit 3f6593f314
3 changed files with 9 additions and 6 deletions

View File

@@ -4768,7 +4768,7 @@ const machine_t machines[] = {
.max_multi = 0
},
.bus_flags = MACHINE_AT,
.flags = MACHINE_VIDEO,
.flags = MACHINE_VIDEO_FIXED,
.ram = {
.min = 1024,
.max = 4096,