bus_space_set_region_4 count wrong in aica.c?
Anders Gavare <[email protected]> Wed, 8 Nov 2006 20:25:48 +0100 (CET)
| Newsgroups | gmane.os.netbsd.ports.dreamcast |
|---|---|
| Message-ID | <[email protected]> |
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