A lot of fixes - everything now seems to work properly.

This commit is contained in:
OBattler
2022-02-03 03:10:06 +01:00
parent 296e25c685
commit 6f2b93923c
59 changed files with 551 additions and 521 deletions

View File

@@ -355,7 +355,7 @@ static const device_config_t ps2_config[] = {
const device_t mouse_ps2_device = {
"Standard PS/2 Mouse",
"mouse_ps2",
"ps2",
DEVICE_PS2,
MOUSE_TYPE_PS2,
mouse_ps2_init, ps2_close, NULL,