Search
lxdream.org :: lxdream/src/aica/aica.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/aica/aica.h
changeset 934:3acd3b3ee6d1
prev829:517425d04f1b
author nkeynes
date Wed Oct 07 17:53:56 2009 +1000 (14 years ago)
permissions -rw-r--r--
last change Create a host attachment for the SCIF serial port. By default, uses /dev/console
Add general fd listening to netutil, and rename to ioutil
Add SCIF update on port read/write - fixes KOS timing problems but needs to
be redone properly.
file annotate diff log raw
1.1 --- a/src/aica/aica.h Mon Aug 25 09:16:44 2008 +0000
1.2 +++ b/src/aica/aica.h Wed Oct 07 17:53:56 2009 +1000
1.3 @@ -71,6 +71,10 @@
1.4 void aica_event( int event );
1.5 void aica_write_channel( int channel, uint32_t addr, uint32_t val );
1.6
1.7 +extern unsigned char aica_main_ram[];
1.8 +extern unsigned char aica_scratch_ram[];
1.9 +
1.10 +
1.11 /**
1.12 * The AICA core runs at 44100 samples/second, regardless of what we're
1.13 * actually outputing.
.