mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
revert file move, since shared (MAME/MESS) device
This commit is contained in:
parent
926294f15c
commit
6276af6f06
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -2917,6 +2917,8 @@ src/emu/sound/pokey.h svneol=native#text/plain
|
||||
src/emu/sound/pokey.txt svneol=native#text/plain
|
||||
src/emu/sound/qs1000.c svneol=native#text/plain
|
||||
src/emu/sound/qs1000.h svneol=native#text/plain
|
||||
src/emu/sound/qsound.c svneol=native#text/plain
|
||||
src/emu/sound/qsound.h svneol=native#text/plain
|
||||
src/emu/sound/rf5c400.c svneol=native#text/plain
|
||||
src/emu/sound/rf5c400.h svneol=native#text/plain
|
||||
src/emu/sound/rf5c68.c svneol=native#text/plain
|
||||
@ -3968,8 +3970,6 @@ src/mame/audio/polyplay.c svneol=native#text/plain
|
||||
src/mame/audio/poolshrk.c svneol=native#text/plain
|
||||
src/mame/audio/pulsar.c svneol=native#text/plain
|
||||
src/mame/audio/qix.c svneol=native#text/plain
|
||||
src/mame/audio/qsound.c svneol=native#text/plain
|
||||
src/mame/audio/qsound.h svneol=native#text/plain
|
||||
src/mame/audio/redalert.c svneol=native#text/plain
|
||||
src/mame/audio/redbaron.c svneol=native#text/plain
|
||||
src/mame/audio/redbaron.h svneol=native#text/plain
|
||||
|
@ -485,6 +485,17 @@ endif
|
||||
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
# QSound sample player
|
||||
#@src/emu/sound/qsound.h,SOUNDS += QSOUND
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter QSOUND,$(SOUNDS)),)
|
||||
SOUNDOBJS += $(SOUNDOBJ)/qsound.o $(CPUOBJ)/dsp16/dsp16.o $(CPUOBJ)/dsp16/dsp16dis.o
|
||||
endif
|
||||
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
# Ricoh sample players
|
||||
#@src/emu/sound/rf5c68.h,SOUNDS += RF5C68
|
||||
|
@ -242,7 +242,7 @@ Stephh's log (2006.09.20) :
|
||||
#include "machine/eepromser.h"
|
||||
#include "sound/2151intf.h"
|
||||
#include "sound/okim6295.h"
|
||||
#include "audio/qsound.h"
|
||||
#include "sound/qsound.h"
|
||||
#include "machine/kabuki.h"
|
||||
#include "includes/cps1.h"
|
||||
|
||||
|
@ -598,10 +598,10 @@ Stephh's inputs notes (based on some tests on the "parent" set) :
|
||||
|
||||
#include "emu.h"
|
||||
#include "cpu/z80/z80.h"
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "machine/eepromser.h"
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "sound/qsound.h"
|
||||
#include "sound/okim6295.h"
|
||||
#include "audio/qsound.h"
|
||||
|
||||
#include "includes/cps1.h" // External CPS1 definitions
|
||||
|
||||
|
@ -24,9 +24,9 @@
|
||||
#include "audio/taitosnd.h"
|
||||
#include "sound/2610intf.h"
|
||||
#include "sound/ymz280b.h"
|
||||
#include "sound/qsound.h"
|
||||
#include "sound/spu.h"
|
||||
#include "sound/ymf271.h"
|
||||
#include "audio/qsound.h"
|
||||
#include "audio/taito_zm.h"
|
||||
|
||||
#define VERBOSE_LEVEL ( 0 )
|
||||
|
@ -8,10 +8,10 @@
|
||||
#define _CPS1_H_
|
||||
|
||||
#include "sound/msm5205.h"
|
||||
#include "sound/qsound.h"
|
||||
#include "sound/okim6295.h"
|
||||
#include "machine/timekpr.h"
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "audio/qsound.h"
|
||||
|
||||
// Video raw params
|
||||
// measured clocks:
|
||||
|
@ -843,7 +843,6 @@ $(MAMEOBJ)/capcom.a: \
|
||||
$(DRIVERS)/vulgus.o $(VIDEO)/vulgus.o \
|
||||
$(MACHINE)/cps2crpt.o \
|
||||
$(MACHINE)/kabuki.o \
|
||||
$(AUDIO)/qsound.o \
|
||||
|
||||
$(MAMEOBJ)/cinemat.a: \
|
||||
$(DRIVERS)/ataxx.o \
|
||||
|
Loading…
Reference in New Issue
Block a user