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 Sun Feb 12 16:30:26 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Add -Werror for mregparm check, so it actually fails if mregparm isn't
accepted
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 Sun Feb 12 16:30:26 2012 +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.
.