Search
lxdream.org :: lxdream/src/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 378:f10fbdd4e24b
prev363:7d0bab24016c
next387:38e9fddbf0e3
author nkeynes
date Wed Sep 12 09:20:38 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Start splitting the common SH4 parts into sh4.c, with sh4core.c to become
just the emulation core.
file annotate diff log raw
1.1 --- a/src/Makefile.am Tue Aug 28 08:47:35 2007 +0000
1.2 +++ b/src/Makefile.am Wed Sep 12 09:20:38 2007 +0000
1.3 @@ -20,10 +20,12 @@
1.4 gdrom/ide.c gdrom/ide.h gdrom/packet.h gdrom/gdimage.c \
1.5 gdrom/gdrom.c gdrom/gdrom.h gdrom/nrg.c gdrom/cdi.c gdrom/linux.c \
1.6 dreamcast.c dreamcast.h eventq.c eventq.h \
1.7 - sh4/intc.c sh4/intc.h sh4/sh4mem.c sh4/timer.c sh4/dmac.c \
1.8 + sh4/sh4.c sh4/intc.c sh4/intc.h sh4/sh4mem.c sh4/timer.c sh4/dmac.c \
1.9 sh4/sh4core.c sh4/sh4core.h sh4/sh4dasm.c sh4/sh4dasm.h \
1.10 sh4/sh4mmio.c sh4/sh4mmio.h sh4/scif.c sh4/xltcache.c sh4/xltcache.h \
1.11 sh4/sh4trans.c sh4/sh4trans.h sh4/sh4x86.c \
1.12 + x86dasm/x86dasm.c x86dasm/x86dasm.h \
1.13 + x86dasm/i386-dis.c x86dasm/dis-init.c x86dasm/dis-buf.c \
1.14 aica/armcore.c aica/armcore.h aica/armdasm.c aica/armmem.c \
1.15 aica/aica.c aica/aica.h aica/audio.c aica/audio.h \
1.16 pvr2/pvr2.c pvr2/pvr2.h pvr2/pvr2mem.c \
.