Uninverted Num Lock on Amstrad PC1512 and PC1640.

This commit is contained in:
OBattler
2020-12-19 16:08:21 +01:00
parent bb93b7efba
commit 66e2b9bc1b

View File

@@ -2499,7 +2499,7 @@ machine_amstrad_init(const machine_t *model, int type)
keyboard_set_table(scancode_xt);
keyboard_send = kbd_adddata_ex;
keyboard_scan = 1;
keyboard_set_is_amstrad(1);
keyboard_set_is_amstrad(((type == AMS_PC1512) || (type == AMS_PC1640)) ? 0 : 1);
io_sethandler(0x0078, 2,
ms_read, NULL, NULL, ms_write, NULL, NULL, ams);