Added NoriQs enhancements for the MZ65xx machines

This commit is contained in:
Philip Smart
2025-09-01 19:30:06 +01:00
parent 930b61aad1
commit 8a90b8fec8
6 changed files with 750 additions and 587 deletions

View File

@@ -222,7 +222,11 @@ if( digitalRead( PS2_IrqPin ) )
return;
#endif
if( _ps2mode & _TX_MODE )
{
// Added by NoriQ
//delayMicroseconds(10);
send_bit( );
}
else
{
static uint32_t prev_ms = 0;