mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
renamed tms5110r.c to tms5110r.inc
This commit is contained in:
parent
690cd1a3a1
commit
9489f76d46
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -2930,7 +2930,7 @@ src/emu/sound/tms36xx.c svneol=native#text/plain
|
||||
src/emu/sound/tms36xx.h svneol=native#text/plain
|
||||
src/emu/sound/tms5110.c svneol=native#text/plain
|
||||
src/emu/sound/tms5110.h svneol=native#text/plain
|
||||
src/emu/sound/tms5110r.c svneol=native#text/plain
|
||||
src/emu/sound/tms5110r.inc svneol=native#text/plain
|
||||
src/emu/sound/tms5220.c svneol=native#text/plain
|
||||
src/emu/sound/tms5220.h svneol=native#text/plain
|
||||
src/emu/sound/tms5220.txt svneol=native#text/plain
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -132,7 +132,7 @@ enum {
|
||||
};
|
||||
|
||||
/* Pull in the ROM tables */
|
||||
#include "tms5110r.c"
|
||||
#include "tms5110r.inc"
|
||||
|
||||
/*
|
||||
speed parameter
|
||||
|
Loading…
Reference in New Issue
Block a user