mirror of
https://github.com/holub/mame
synced 2025-04-17 22:13:04 +03:00
(file rename)
This commit is contained in:
parent
ae413cc036
commit
b2c40f1f88
4
.gitattributes
vendored
4
.gitattributes
vendored
@ -6878,8 +6878,8 @@ src/mame/layout/wpc_an.lay svneol=native#text/xml
|
||||
src/mame/layout/zac_1.lay svneol=native#text/xml
|
||||
src/mame/layout/zac_2.lay svneol=native#text/xml
|
||||
src/mame/layout/zac_proto.lay svneol=native#text/xml
|
||||
src/mame/machine/315-5296.c svneol=native#text/plain
|
||||
src/mame/machine/315-5296.h svneol=native#text/plain
|
||||
src/mame/machine/315_5296.c svneol=native#text/plain
|
||||
src/mame/machine/315_5296.h svneol=native#text/plain
|
||||
src/mame/machine/3do.c svneol=native#text/plain
|
||||
src/mame/machine/acitya.c svneol=native#text/plain
|
||||
src/mame/machine/ajax.c svneol=native#text/plain
|
||||
|
@ -70,7 +70,7 @@
|
||||
#include "emu.h"
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "machine/nvram.h"
|
||||
#include "machine/315-5296.h"
|
||||
#include "machine/315_5296.h"
|
||||
#include "sound/okim6295.h"
|
||||
#include "sound/sn76496.h"
|
||||
#include "sound/2612intf.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "machine/315-5296.h"
|
||||
#include "machine/315_5296.h"
|
||||
|
||||
|
||||
const device_type SEGA_315_5296 = &device_creator<sega_315_5296_device>;
|
@ -1736,7 +1736,7 @@ $(MAMEOBJ)/sega.a: \
|
||||
$(DRIVERS)/turbo.o $(AUDIO)/turbo.o $(VIDEO)/turbo.o \
|
||||
$(DRIVERS)/vicdual.o $(AUDIO)/vicdual.o $(VIDEO)/vicdual.o $(AUDIO)/carnival.o $(AUDIO)/depthch.o $(AUDIO)/invinco.o $(AUDIO)/pulsar.o \
|
||||
$(DRIVERS)/zaxxon.o $(AUDIO)/zaxxon.o $(VIDEO)/zaxxon.o \
|
||||
$(MACHINE)/315-5296.o \
|
||||
$(MACHINE)/315_5296.o \
|
||||
$(MACHINE)/fd1089.o \
|
||||
$(MACHINE)/fd1094.o \
|
||||
$(MACHINE)/fddebug.o \
|
||||
|
Loading…
Reference in New Issue
Block a user