Added the Amstrad PC5286 and PC7286.

This commit is contained in:
OBattler
2025-08-16 17:48:32 +02:00
parent 7ed28f32df
commit 4a975fd85f
8 changed files with 419 additions and 5 deletions

View File

@@ -226,6 +226,8 @@ mouse_upc_port_2_write(uint16_t port, uint8_t val, void *priv)
if (dev->status & (STAT_CLEAR | STAT_RESET)) {
/* TODO: Silently reset the mouse. */
dev->status &= ~STAT_RX_FULL;
dev->status |= (STAT_DEV_IDLE | STAT_TX_IDLE);
}
}