Merge pull request #3351 from jriwanek-forks/pcjr
Fix PCjr memory steps
This commit is contained in:
@@ -303,7 +303,7 @@ const machine_t machines[] = {
|
||||
.ram = {
|
||||
.min = 128,
|
||||
.max = 640,
|
||||
.step = 128
|
||||
.step = 64
|
||||
},
|
||||
.nvrmask = 0,
|
||||
.kbc_device = NULL, /* TODO: No specific kbd_device yet */
|
||||
|
Reference in New Issue
Block a user