Correct the maximum RAM amount of the Genoa Unknown 486 to 16 MB.

This commit is contained in:
OBattler
2024-07-22 16:13:46 +02:00
parent af357b5ee5
commit 62c3fdb2ce

View File

@@ -5697,7 +5697,7 @@ const machine_t machines[] = {
.flags = MACHINE_APM,
.ram = {
.min = 1024,
.max = 65536,
.max = 16384,
.step = 1024
},
.nvrmask = 127,