summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/tiny.mak
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-07-17 08:10:47 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-07-17 08:10:47 +0000
commit5df81c384323a7941d68e4307e913786116562e2 (patch)
tree089454bcd647e5f751eb3cff365e6754a137628b /src/mame/tiny.mak
parent5244807bf307a2cd81a8f2f5e4f5feaa9d452280 (diff)
From: MACARENO Richard [mailto:macarenor@free.fr]
Sent: Tue 7/8/2008 3:16 PM To: submit@mamedev.org Subject: Tinymame sumition... Hi I try a small update for Tinymame.. While Gaelco has offers their roms for World Rally for download on their website, they are supposed to be free... I supposed i can add this game to tinymame. I think i didn't make mistake implementing it (i'm not dev at all... I'm hebus on mamewold messageboard)... If it can be accepted, my name "macareno" for signing, would be more discreet than hebus... Attached-files are the diff file and the .exe for trying... Richard
Diffstat (limited to 'src/mame/tiny.mak')
-rw-r--r--src/mame/tiny.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/tiny.mak b/src/mame/tiny.mak
index 77059a32eb3..6aa04cc597c 100644
--- a/src/mame/tiny.mak
+++ b/src/mame/tiny.mak
@@ -37,6 +37,8 @@ CPUS += Z80
CPUS += M6502
CPUS += M6808
CPUS += M6809
+CPUS += M68000
+CPUS += DS5002FP
@@ -55,6 +57,7 @@ SOUNDS += ASTROCADE
SOUNDS += TMS5220
SOUNDS += OKIM6295
SOUNDS += HC55516
+SOUNDS += YM3812
@@ -78,6 +81,8 @@ DRVLIBS = \
$(DRIVERS)/williams.o $(MACHINE)/williams.o $(AUDIO)/williams.o $(VIDEO)/williams.o \
$(AUDIO)/gorf.o \
$(AUDIO)/wow.o \
+ $(DRIVERS)/gaelco.o $(VIDEO)/gaelco.o $(MACHINE)/gaelcrpt.o \
+ $(DRIVERS)/wrally.o $(MACHINE)/wrally.o $(VIDEO)/wrally.o \