Difference between revisions of "User:Dan Englender/USBLogs"

From WikiTI
Jump to: navigation, search
(Error 1803)
Line 1: Line 1:
 
== Error 1803 ==
 
== Error 1803 ==
 +
=== INTERRUPTMACRO_TYPE EQU 1 ===
 +
<nowiki>LOGGING_ON EQU 1
 +
ASSERT_ON EQU 1
 +
INTERRUPTMACRO_TYPE EQU 1
 +
SAFETYINT_ON EQU 1
 +
ALWAYSCANCELINT_ON EQU 0</nowiki>
 +
  <nowiki>
 +
SetupLog      00
 +
KBDInit      34
 +
AutoSetup    00
 +
HostInit      00
 +
GetMaxPack    00
 +
OutA0Start    08
 +
Data          08 -> 80 06 00 01 00 00 08 00
 +
InA0Start    08
 +
Data          08 -> 12 01 00 02 00 00 00 08
 +
SetAddress    0A
 +
SndConData    00
 +
OutA0Start    08
 +
Data          08 -> 00 05 0A 00 00 00 00 00
 +
Error        03
 +
Error        18
 +
Interrupt    1B (55)
 +
Custom        02 (56)
 +
KillDevice    00
 +
Interrupt    1E (55)
 +
Custom        00 (56)
 +
LogDone      00</nowiki>
 +
 +
=== INTERRUPTMACRO_TYPE EQU 2 ===
 
  <nowiki>LOGGING_ON EQU 1
 
  <nowiki>LOGGING_ON EQU 1
 
ASSERT_ON EQU 1
 
ASSERT_ON EQU 1
Line 30: Line 60:
 
Custom        00 (56)
 
Custom        00 (56)
 
LogDone      00</nowiki>
 
LogDone      00</nowiki>
 
  
 
== Error 1703 ==
 
== Error 1703 ==

Revision as of 12:03, 7 September 2006

Error 1803

INTERRUPTMACRO_TYPE EQU 1

LOGGING_ON EQU 1
ASSERT_ON EQU 1
INTERRUPTMACRO_TYPE EQU 1
SAFETYINT_ON EQU 1
ALWAYSCANCELINT_ON EQU 0
 
SetupLog      00
KBDInit       34
AutoSetup     00
HostInit      00
GetMaxPack    00
OutA0Start    08
Data          08 -> 80 06 00 01 00 00 08 00
InA0Start     08
Data          08 -> 12 01 00 02 00 00 00 08
SetAddress    0A
SndConData    00
OutA0Start    08
Data          08 -> 00 05 0A 00 00 00 00 00
Error         03
Error         18
Interrupt     1B (55)
Custom        02 (56)
KillDevice    00
Interrupt     1E (55)
Custom        00 (56)
LogDone       00

INTERRUPTMACRO_TYPE EQU 2

LOGGING_ON EQU 1
ASSERT_ON EQU 1
INTERRUPTMACRO_TYPE EQU 2
SAFETYINT_ON EQU 1
ALWAYSCANCELINT_ON EQU 0
 
SetupLog      00
KBDInit       34
AutoSetup     00
HostInit      00
GetMaxPack    00
OutA0Start    08
Data          08 -> 80 06 00 01 00 00 08 00
Interrupt     0B (55)
Custom        02 (56)
Custom        2D (8F)
Custom        00 (86)
Custom        00 (84)
InA0Start     08
Data          08 -> 12 01 00 02 00 00 00 08
SetAddress    01
SndConData    00
OutA0Start    08
Data          08 -> 00 05 01 00 00 00 00 00
Error         03
Error         18
KillDevice    00
Interrupt     1E (55)
Custom        00 (56)
LogDone       00

Error 1703

LOGGING_ON EQU 1
ASSERT_ON EQU 1
INTERRUPTMACRO_TYPE EQU 2
SAFETYINT_ON EQU 1
ALWAYSCANCELINT_ON EQU 0
 
SetupLog      00
KBDInit       34
AutoSetup     00
HostInit      00
GetMaxPack    00
OutA0Start    08
Data          08 -> 80 06 00 01 00 00 08 00
Interrupt     1B (55)
Custom        02 (56)
Error         03
Error         17
KillDevice    00
Interrupt     1E (55)
Custom        00 (56)
LogDone       00