Search
lxdream.org :: lxdream/src/aica.c
lxdream 0.9.1
released Jun 29
Download Now
filename src/aica.c
changeset 1:eea311cfd33e
author nkeynes
date Sat Mar 13 00:03:32 2004 +0000 (20 years ago)
permissions -rw-r--r--
last change This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
view annotate diff log raw
     1 #include "dream.h"
     2 #include "aica.h"
     3 #define MMIO_IMPL
     4 #include "aica.h"
     6 MMIO_REGION_DEFFNS( AICA0 )
     7 MMIO_REGION_DEFFNS( AICA1 )
     8 MMIO_REGION_DEFFNS( AICA2 )
    10 void aica_init( void )
    11 {
    12     register_io_regions( mmio_list_spu );
    13     MMIO_NOTRACE(AICA0);
    14     MMIO_NOTRACE(AICA1);
    15 }
    17 void aica_reset( void )
    18 {
    20 }
.