Search
lxdream.org :: lxdream/src/aica/aica.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/aica/aica.c
changeset 829:517425d04f1b
prev736:a02d1475ccfd
next929:fd8cb0c82f5f
next953:f4a156508ad1
author nkeynes
date Mon Oct 06 01:05:12 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Move bundle/system paths into paths.c, install lxdreamrc into the bundle
(Fix OSX bundle missing default configuration)
file annotate diff log raw
1.1 --- a/src/aica/aica.c Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/aica/aica.c Mon Oct 06 01:05:12 2008 +0000
1.3 @@ -233,6 +233,8 @@
1.4 case AICA_IRQCLEAR:
1.5 aica_clear_event();
1.6 break;
1.7 + case AICA_FIFOIN: /* Read-only */
1.8 + break;
1.9 default:
1.10 MMIO_WRITE( AICA2, reg, val );
1.11 break;
.