Subject: Re: bus_space_set_region_4 count wrong in aica.c?
To: Anders Gavare <anders@gavare.se>
From: Jason Thorpe <thorpej@shagadelic.org>
List: port-dreamcast
Date: 11/08/2006 15:02:20
On Nov 8, 2006, at 11:25 AM, Anders Gavare wrote:

> Hi Dreamcasters,
>
> Just a quick question: shouldn't the count in the statement
>
>         /* load microcode, and clear memory */
>         bus_space_set_region_4(sc->sc_memt, sc->sc_aica_memh,
>             0, 0, AICA_RAM_SIZE);
>
> in dreamcast/dev/g2/aica.c actually be AICA_RAM_SIZE/4?

Yes, I think you're correct.  Please file a bug report with send-pr so  
this doesn't get lost.

>
>
> Anders

-- thorpej