summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/adsp2100/adsp2100.c
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2014-03-19 18:37:57 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2014-03-19 18:37:57 +0000
commitda43be8423a6788db66ce46256a91eb12f536dea (patch)
tree8caab2fe0cfff0e661828e2591dada8bdc1852f9 /src/emu/cpu/adsp2100/adsp2100.c
parent818832987d7b31ce0c553c60af6e15e43591ecdc (diff)
renamed a few more files from *.c to *.inc
Diffstat (limited to 'src/emu/cpu/adsp2100/adsp2100.c')
-rw-r--r--src/emu/cpu/adsp2100/adsp2100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/adsp2100/adsp2100.c b/src/emu/cpu/adsp2100/adsp2100.c
index 27ddbcfdd98..99ec57bdc18 100644
--- a/src/emu/cpu/adsp2100/adsp2100.c
+++ b/src/emu/cpu/adsp2100/adsp2100.c
@@ -829,7 +829,7 @@ inline UINT32 adsp21xx_device::opcode_read()
IMPORT CORE UTILITIES
***************************************************************************/
-#include "2100ops.c"
+#include "2100ops.inc"