Subject: bus_space_set_region_4 count wrong in aica.c?
To: None <port-dreamcast@netbsd.org>
From: Anders Gavare <anders@gavare.se>
List: port-dreamcast
Date: 11/08/2006 20:25:48
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?


Anders