Re: [hatari-devel] DIP switch support |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Wed, 11 May 2016 10:19:08 +0000
schrieb "Konador, Cyprian" <cyprian.konador@xxxxxxx>:
>
> DIP switches subject is Mega STe and TT only.
>
> They are visible under the same address as STe Jaguar analog Joistick
> port.
>
> Below you can find the outcome from my tests for my STe/ MSTe and TT:
> move.w $FFFF9200.w,Wartosc
> ; RESULT MSTE: FFF9
> ; RESULT STE: FFFF
> ; RESULT TT: 3F03
>
>
> move.b $FFFF9200.w,Wartosc
> ; RESULT MSTE: Buss Error
> ; RESULT STE: Buss Error
> ; RESULT TT: 00
>
>
> move.b $FFFF9201.w,Wartosc
> ; RESULT MSTE: F9
> ; RESULT STE: FF
> ; RESULT TT: 03
So that means that the lowest two switches are enabled on your system?
How does that match with the description from
http://gfa.atari-users.net/TT030/htm/swi.htm ?
Does that mean that DMA sound is disabled on your system??
Thomas