Search
lxdream.org :: lxdream/src/asic.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/asic.c
changeset 564:dc7b5ffb0535
prev561:533f6b478071
next581:430515437e55
author nkeynes
date Tue Jan 01 08:59:34 2008 +0000 (16 years ago)
branchlxdream-mmu
permissions -rw-r--r--
last change Update top-level Makefile.in (not committed with Makefile.am changes?)
file annotate diff log raw
1.1 --- a/src/asic.c Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/asic.c Tue Jan 01 08:59:34 2008 +0000
1.3 @@ -25,7 +25,7 @@
1.4 #include "mem.h"
1.5 #include "sh4/intc.h"
1.6 #include "sh4/dmac.h"
1.7 -#include "sh4/sh4core.h"
1.8 +#include "sh4/sh4.h"
1.9 #include "dreamcast.h"
1.10 #include "maple/maple.h"
1.11 #include "gdrom/ide.h"
1.12 @@ -387,11 +387,6 @@
1.13 {
1.14 int32_t val;
1.15 switch( reg ) {
1.16 - /*
1.17 - case 0x89C:
1.18 - sh4_stop();
1.19 - return 0x000000B;
1.20 - */
1.21 case PIRQ0:
1.22 case PIRQ1:
1.23 case PIRQ2:
1.24 @@ -531,8 +526,6 @@
1.25 case PVRDMA2CTL2:
1.26 if( val != 0 ) {
1.27 ERROR( "Write to unimplemented DMA control register %08X", reg );
1.28 - //dreamcast_stop();
1.29 - //sh4_stop();
1.30 }
1.31 break;
1.32 default:
.