And applied the same change to the Vendex (and all other XT clones) by separating the XT clone keyboard/PPI from the IBM XT 1986 one, and giving the clone one the PC-style port D read out on port 60h when keyboard is disabled, fixes #2213.

This commit is contained in:
OBattler
2022-10-28 02:23:08 +02:00
parent 52e47bde27
commit e6f208ef33
3 changed files with 28 additions and 11 deletions

View File

@@ -175,7 +175,7 @@ machine_xt86_init(const machine_t *model)
static void
machine_xt_clone_init(const machine_t *model)
{
device_add(&keyboard_xt86_device);
device_add(&keyboard_xtclone_device);
machine_xt_common_init(model);
}