Correct the maximum RAM amount of the Genoa Unknown 486 to 16 MB.
This commit is contained in:
@@ -5697,7 +5697,7 @@ const machine_t machines[] = {
|
|||||||
.flags = MACHINE_APM,
|
.flags = MACHINE_APM,
|
||||||
.ram = {
|
.ram = {
|
||||||
.min = 1024,
|
.min = 1024,
|
||||||
.max = 65536,
|
.max = 16384,
|
||||||
.step = 1024
|
.step = 1024
|
||||||
},
|
},
|
||||||
.nvrmask = 127,
|
.nvrmask = 127,
|
||||||
|
|||||||
Reference in New Issue
Block a user