Okay, you're gonna laugh at my expence. That's okay. I did. It was a
bug on my part. Can anyone find the error with the following?
SLOT = 2
ACIA_Data = $c088 + (SLOT * 16)
ACIA_Status = $c089
ACIA_Command = $c08a
ACIA_Control = $c08b
Anyway, it's fixed. Also, I've updated the program to be sensitive to
lowercase by switching a flag. I also updated the init script to use a
variable for the SSC slot. Change the variable and it loads the
appropriate version of the SSC driver, etc. Should simplify a lot of
things. ;-)