mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 04:45:31 -07:00
Applied the last two mainline PCem commits;
Restored the Mouse Systems mouse identify byte back to 'H'.
This commit is contained in:
@@ -349,7 +349,7 @@ void mousecallback(void *p)
|
||||
switch(mouse->type)
|
||||
{
|
||||
case 0:
|
||||
serial_write_fifo(mouse->serial, 'M');
|
||||
serial_write_fifo(mouse->serial, 'H');
|
||||
break;
|
||||
case 1:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user