mirror of
https://github.com/86Box/86Box.git
synced 2026-03-04 03:38:22 -07:00
And also check for the correct variable in the parameter handler.
This commit is contained in:
@@ -1652,7 +1652,7 @@ write_cmd_data_chips(void *priv, uint8_t val)
|
||||
atkbc_t *dev = (atkbc_t *) priv;
|
||||
uint8_t ret = 1;
|
||||
|
||||
switch (val) {
|
||||
switch (dev->command) {
|
||||
default:
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user