jkotlinski / durexforth

Modern C64 Forth
Other
233 stars 28 forks source link

Update disk.asm #365

Closed Whammo closed 3 years ago

Whammo commented 3 years ago

Drop a couple bytes and fix SA:

A command to the device is sent as a secondary address on the serial
  bus after the device number is sent during the serial attention
  handshaking sequence. If no secondary address is to be sent, the Y index
  register should be set to 255.
Whammo commented 3 years ago

SA 15 IS the command channel. SA = channel. Pardon me.