mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
renamed s3c24xx.c to s3c24xx.inc
This commit is contained in:
parent
3c81060f84
commit
7421215f85
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -2502,7 +2502,7 @@ src/emu/machine/s3c2410.c svneol=native#text/plain
|
||||
src/emu/machine/s3c2410.h svneol=native#text/plain
|
||||
src/emu/machine/s3c2440.c svneol=native#text/plain
|
||||
src/emu/machine/s3c2440.h svneol=native#text/plain
|
||||
src/emu/machine/s3c24xx.c svneol=native#text/plain
|
||||
src/emu/machine/s3c24xx.inc svneol=native#text/plain
|
||||
src/emu/machine/s3c44b0.c svneol=native#text/plain
|
||||
src/emu/machine/s3c44b0.h svneol=native#text/plain
|
||||
src/emu/machine/saturn.c svneol=native#text/plain
|
||||
|
@ -1726,9 +1726,9 @@ ifneq ($(filter I8255,$(MACHINES)),)
|
||||
MACHINEOBJS += $(MACHINEOBJ)/i8255.o
|
||||
endif
|
||||
|
||||
$(MACHINEOBJ)/s3c2400.o: $(MACHINESRC)/s3c24xx.c
|
||||
$(MACHINEOBJ)/s3c2410.o: $(MACHINESRC)/s3c24xx.c
|
||||
$(MACHINEOBJ)/s3c2440.o: $(MACHINESRC)/s3c24xx.c
|
||||
$(MACHINEOBJ)/s3c2400.o: $(MACHINESRC)/s3c24xx.inc
|
||||
$(MACHINEOBJ)/s3c2410.o: $(MACHINESRC)/s3c24xx.inc
|
||||
$(MACHINEOBJ)/s3c2440.o: $(MACHINESRC)/s3c24xx.inc
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
|
@ -29,7 +29,7 @@ INLINE void ATTR_PRINTF(3,4) verboselog( running_machine &machine, int n_level,
|
||||
}
|
||||
|
||||
#define DEVICE_S3C2400
|
||||
#include "machine/s3c24xx.c"
|
||||
#include "machine/s3c24xx.inc"
|
||||
#undef DEVICE_S3C2400
|
||||
|
||||
UINT32 s3c2400_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
|
||||
|
@ -29,7 +29,7 @@ INLINE void ATTR_PRINTF(3,4) verboselog( running_machine &machine, int n_level,
|
||||
}
|
||||
|
||||
#define DEVICE_S3C2410
|
||||
#include "machine/s3c24xx.c"
|
||||
#include "machine/s3c24xx.inc"
|
||||
#undef DEVICE_S3C2410
|
||||
|
||||
UINT32 s3c2410_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
|
||||
|
@ -29,7 +29,7 @@ INLINE void ATTR_PRINTF(3,4) verboselog( running_machine &machine, int n_level,
|
||||
}
|
||||
|
||||
#define DEVICE_S3C2440
|
||||
#include "machine/s3c24xx.c"
|
||||
#include "machine/s3c24xx.inc"
|
||||
#undef DEVICE_S3C2440
|
||||
|
||||
UINT32 s3c2440_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
|
||||
|
Loading…
Reference in New Issue
Block a user