VTech Laser TX: Fix RAM step, fixes #5554.
This commit is contained in:
@@ -1734,7 +1734,7 @@ const machine_t machines[] = {
|
||||
.ram = {
|
||||
.min = 256,
|
||||
.max = 640,
|
||||
.step = 256
|
||||
.step = 64
|
||||
},
|
||||
.nvrmask = 0,
|
||||
.kbc_device = &keyboard_xt_device,
|
||||
|
||||
Reference in New Issue
Block a user