Skip to content

DIAGNOSTIC: Alter SIO Timing for T0

Thomas Cherryhomes edited this page Feb 10, 2020 · 3 revisions

Alter SIO Timing for T0 ($B0)

Description

Alters the Timing value (in microseconds) for Timing value 0.

From the Atari Hardware Manual:

  The computer generates a delay (tO) between the lowering of COMMAND-  
    and the transmission of the first byte of the command frame. 

    computer tO (min) = 750 microsec. 
    computer tO (max) = 1600 microsec. 

    peripheral tO (min) = ?? 
    peripheral tO (max) = ?? 

Parameters

DCB Value
DDEVIC $70
DUNIT $01
DCOMND 0xB0
DSTATS 0x00
DBUF NULL
DTIMLO 0x0F
DBYT 0
DAUX 16-bit value containing # of microseconds in little-endian order

Examples

See thwap tool, for examples of how to alter this value: GitHub Link

See Also

DIAGNOSTIC: Alter SIO Timing for T1 DIAGNOSTIC: Alter SIO Timing for T2 DIAGNOSTIC: Alter SIO Timing for T3 DIAGNOSTIC: Alter SIO Timing for T4 DIAGNOSTIC: Alter SIO Timing for T5

Clone this wiki locally