Final round of clean-ups - AT / PS/2 KBC devices reduced to a single kbc_at_device added with parameters.

This commit is contained in:
OBattler
2025-08-23 16:12:48 +02:00
parent 713c5a3e59
commit d333ea8b4f
19 changed files with 484 additions and 765 deletions

View File

@@ -1401,7 +1401,7 @@ machine_at_hot433a_init(const machine_t *model)
machine_force_ps2(1);
else
machine_force_ps2(0);
device_add_params(&kbc_at_holtek_device, (void *) model->kbc_params);
device_add_params(machine_get_kbc_device(machine), (void *) model->kbc_params);
pic_toggle_latch(is_award);

File diff suppressed because it is too large Load Diff