Disabling the PS/2 mouse via the KBC command byte now also disables the "Write to mouse output buffer" and "Write to mouse" commands, fixes hang when entering CMOS Setup on the P55T2S;

Unified the various machines' identical port 92h implementations.
This commit is contained in:
OBattler
2018-01-07 20:36:30 +01:00
parent 4c5dadc84a
commit 32bc2a02b3
7 changed files with 35 additions and 50 deletions

View File

@@ -238,10 +238,12 @@ extern void mem_add_bios(void);
extern void mem_init(void);
extern void mem_resize(void);
extern void port_92_reset(void);
extern uint8_t port_92_read(uint16_t port, void *priv);
extern void port_92_write(uint16_t port, uint8_t val, void *priv);
extern void port_92_clear_reset(void);
extern void port_92_add(void);
extern void port_92_remove(void);
extern void port_92_reset(void);
#endif /*EMU_MEM_H*/