Merge pull request #3351 from jriwanek-forks/pcjr

Fix PCjr memory steps
This commit is contained in:
Miran Grča
2023-05-15 03:35:26 +02:00
committed by GitHub

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