Topic: Jupiter Ace
Been playing around a little bit experimenting with the Jupiter Ace.
The speaker sits on Port $FE, however it is set up a bit differently requiring a read and a write.
> Jupiter ACE I/O Ports
>
>Port FEh Read (or any Read with A0=0)
> 0-4 Keyboard Bits
> 5 Cassette Input (EAR/LOAD)
> 6-7 Not used
>Any read from this port toggles the speaker "off". Speaker IN.
>
>
>Port FEh Write (or any Write with A0=0)
> 0-2 Not used
> 3 Cassette Output (MIC/SAVE)
> 4-7 Not used
>Any write to this port toggles the speaker "on". Speaker OUT.
So, something like:
out (0),a Speaker Out
in a,(0) Speaker In
So far everything has been a fail for me, but, I enjoy the fiddling around & experimenting.
One of these days I'll crack it and get something (anything) to work.