Subject: Re: Phantom with NetBSD
To: Junya Takeuchi <mail@jtake.net>
From: Leo Weppelman <leo@wau.mis.ah.nl>
List: port-atari
Date: 03/03/2001 21:58:26
On Sat, Mar 03, 2001 at 07:19:08PM +0900, Junya Takeuchi wrote:
> Hello!
> 
> I tried as your instructions
> I upgraded 1.5 comp. tgz.
> And,sys.tar.gz&config.tar.gz was prepared.
> 
> But,"make"error too...

Definitely my fault again. My assembly knowledge is limited and rusty :-(
I translated the assembly to C and let the compiler teach me. This leads
to:
    movl   #0xfffc00,%a0      | Switches card ON
    movb   #3,%a0@            | via RST signal
    movb   #214,%a0@          | on keyboard ACIA
    bclr   #2,0xffff8007      | Blitter clock = BUS clock/2

At least the assembler groks it.

Again, sorry for the mess... Now just hope it works.

Leo.