[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Some place else to download a2gameserver?
> > -Does the SSC like running in slot 3? I don't suppose this sort of
> > thing really matters on a ][, since it doesn't have any conflicting
> > slot 3 firmware, right?
>
> If you depend on "PR#s" at any point, that won't work for a card
> in slot 3.
Well, yes, I kind of do. I need the firmware to automatically echo
back data to the host. I do this pretty simply with PR#s. But I guess
I can directly call a firmware routine if this is too problematic.
> > -Do I have some hair-brained bug in the recently changed code?
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. ;-)