Fix PCjr memory steps

This commit is contained in:
Jasmine Iwanek
2023-05-12 20:49:02 -04:00
parent cd4eadfd66
commit 4e994e1aef

View File

@@ -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 */