diff options
author | 2014-03-19 17:23:04 +0000 | |
---|---|---|
committer | 2014-03-19 17:23:04 +0000 | |
commit | 9489f76d46f0f32fd1809c316a3fa15faf7432bd (patch) | |
tree | a1c1cdaf3d289c496659eec328c3055934117012 /src/emu/sound | |
parent | 690cd1a3a1d83af656c4bf0371aa0c1985832ec2 (diff) |
renamed tms5110r.c to tms5110r.inc
Diffstat (limited to 'src/emu/sound')
-rw-r--r-- | src/emu/sound/sound.mak | 6 | ||||
-rw-r--r-- | src/emu/sound/tms5110.c | 2 | ||||
-rw-r--r-- | src/emu/sound/tms5110r.inc (renamed from src/emu/sound/tms5110r.c) | 0 | ||||
-rw-r--r-- | src/emu/sound/tms5220.c | 2 | ||||
-rw-r--r-- | src/emu/sound/vlm5030.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/src/emu/sound/sound.mak b/src/emu/sound/sound.mak index 2e0a14bc865..15f939cbe4f 100644 --- a/src/emu/sound/sound.mak +++ b/src/emu/sound/sound.mak @@ -689,7 +689,7 @@ ifneq ($(filter TMS5110,$(SOUNDS)),) SOUNDOBJS += $(SOUNDOBJ)/tms5110.o endif -$(SOUNDOBJ)/tms5110.o: $(SOUNDSRC)/tms5110r.c +$(SOUNDOBJ)/tms5110.o: $(SOUNDSRC)/tms5110r.inc @@ -701,7 +701,7 @@ ifneq ($(filter TMS5220,$(SOUNDS)),) SOUNDOBJS += $(SOUNDOBJ)/tms5220.o $(EMUMACHINE)/spchrom.o endif -$(SOUNDOBJ)/tms5220.o: $(SOUNDSRC)/tms5110r.c +$(SOUNDOBJ)/tms5220.o: $(SOUNDSRC)/tms5110r.inc @@ -745,7 +745,7 @@ ifneq ($(filter VLM5030,$(SOUNDS)),) SOUNDOBJS += $(SOUNDOBJ)/vlm5030.o endif -$(SOUNDOBJ)/vlm5030.o: $(SOUNDSRC)/tms5110r.c +$(SOUNDOBJ)/vlm5030.o: $(SOUNDSRC)/tms5110r.inc diff --git a/src/emu/sound/tms5110.c b/src/emu/sound/tms5110.c index 2a4441ab9e4..f05f511cc9b 100644 --- a/src/emu/sound/tms5110.c +++ b/src/emu/sound/tms5110.c @@ -84,7 +84,7 @@ #define CTL_STATE_NEXT_OUTPUT (2) /* Pull in the ROM tables */ -#include "tms5110r.c" +#include "tms5110r.inc" #define DEBUG_5110 0 diff --git a/src/emu/sound/tms5110r.c b/src/emu/sound/tms5110r.inc index 6f2e3c1c7b9..6f2e3c1c7b9 100644 --- a/src/emu/sound/tms5110r.c +++ b/src/emu/sound/tms5110r.inc diff --git a/src/emu/sound/tms5220.c b/src/emu/sound/tms5220.c index f4d9c194919..e03b62f1124 100644 --- a/src/emu/sound/tms5220.c +++ b/src/emu/sound/tms5220.c @@ -326,7 +326,7 @@ static INT16 clip_analog(INT16 cliptemp); static const UINT8 reload_table[4] = { 0, 2, 4, 6 }; //sample count reload for 5220c and cd2501ecd only; 5200 and 5220 always reload with 0; keep in mind this is loaded on IP=0 PC=12 subcycle=1 so it immediately will increment after one sample, effectively being 1,3,5,7 as in the comments above. // Pull in the ROM tables -#include "tms5110r.c" +#include "tms5110r.inc" void tms5220_device::set_variant(int variant) diff --git a/src/emu/sound/vlm5030.c b/src/emu/sound/vlm5030.c index d5fb8b3476c..6e8097b349d 100644 --- a/src/emu/sound/vlm5030.c +++ b/src/emu/sound/vlm5030.c @@ -132,7 +132,7 @@ enum { }; /* Pull in the ROM tables */ -#include "tms5110r.c" +#include "tms5110r.inc" /* speed parameter |