mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
and more *.c -> *.inc renaming
This commit is contained in:
parent
da43be8423
commit
9b8613f35c
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1417,7 +1417,7 @@ src/emu/cpu/drcumlsh.h svneol=native#text/plain
|
||||
src/emu/cpu/dsp16/dsp16.c svneol=native#text/plain
|
||||
src/emu/cpu/dsp16/dsp16.h svneol=native#text/plain
|
||||
src/emu/cpu/dsp16/dsp16dis.c svneol=native#text/plain
|
||||
src/emu/cpu/dsp16/dsp16ops.c svneol=native#text/plain
|
||||
src/emu/cpu/dsp16/dsp16ops.inc svneol=native#text/plain
|
||||
src/emu/cpu/dsp32/dsp32.c svneol=native#text/plain
|
||||
src/emu/cpu/dsp32/dsp32.h svneol=native#text/plain
|
||||
src/emu/cpu/dsp32/dsp32dis.c svneol=native#text/plain
|
||||
|
@ -448,4 +448,4 @@ void dsp16_device::execute_run()
|
||||
} while (m_icount > 0);
|
||||
}
|
||||
|
||||
#include "dsp16ops.c"
|
||||
#include "dsp16ops.inc"
|
||||
|
Loading…
Reference in New Issue
Block a user