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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user