Search
lxdream.org :: lxdream :: r820:de3af5480989
lxdream 0.9.1
released Jun 29
Download Now
changeset820:de3af5480989
parent819:ef4fec10a63a
child821:4398dafeb77d
authornkeynes
dateTue Aug 19 23:39:14 2008 +0000 (15 years ago)
Fix testsh4x86 again
src/test/testsh4x86.c
1.1 --- a/src/test/testsh4x86.c Tue Aug 19 22:58:05 2008 +0000
1.2 +++ b/src/test/testsh4x86.c Tue Aug 19 23:39:14 2008 +0000
1.3 @@ -27,7 +27,9 @@
1.4 #include "sh4/sh4core.h"
1.5 #include "sh4/sh4mmio.h"
1.6
1.7 +struct dreamcast_module sh4_module;
1.8 struct mmio_region mmio_region_MMU;
1.9 +struct mmio_region mmio_region_PMM;
1.10 struct breakpoint_struct sh4_breakpoints[MAX_BREAKPOINTS];
1.11 int sh4_breakpoint_count = 0;
1.12
.