diff options
| author | 2009-08-22 06:25:07 +0000 | |
|---|---|---|
| committer | 2009-08-22 06:25:07 +0000 | |
| commit | f474114e1d33a559fdb9e3369d648ce45e081e99 (patch) | |
| tree | e7ef30fac785ae9c7b91750733249f116fb0bc5e /.gitattributes | |
| parent | b99862230da58440c266b30762484acb1f2ee778 (diff) | |
Added infrastructure to compile universal standalone disassembler:
- added unidasm to the tools build
- split the disassemblers out of libcpu and into new libdasm
- ensured the disassembly entry points for all disassemblers are
in the source file for the disassembler (sometimes new generic
versions were created)
Still needs command line options and file loading, but the
fundamentals are present, and it links.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ab96acee908..6aa61bcc834 100644 --- a/.gitattributes +++ b/.gitattributes @@ -62,6 +62,7 @@ src/emu/cpu/cp1610/1610dasm.c svneol=native#text/plain src/emu/cpu/cp1610/cp1610.c svneol=native#text/plain src/emu/cpu/cp1610/cp1610.h svneol=native#text/plain src/emu/cpu/cpu.mak svneol=native#text/plain +src/emu/cpu/cubeqcpu/cubedasm.c svneol=native#text/plain src/emu/cpu/cubeqcpu/cubeqcpu.c svneol=native#text/plain src/emu/cpu/cubeqcpu/cubeqcpu.h svneol=native#text/plain src/emu/cpu/drcbec.c svneol=native#text/plain @@ -93,6 +94,7 @@ src/emu/cpu/e132xs/e132xs.h svneol=native#text/plain src/emu/cpu/e132xs/e132xsop.c svneol=native#text/plain src/emu/cpu/esrip/esrip.c svneol=native#text/plain src/emu/cpu/esrip/esrip.h svneol=native#text/plain +src/emu/cpu/esrip/esripdsm.c svneol=native#text/plain src/emu/cpu/f8/f8.c svneol=native#text/plain src/emu/cpu/f8/f8.h svneol=native#text/plain src/emu/cpu/f8/f8dasm.c svneol=native#text/plain @@ -422,6 +424,7 @@ src/emu/cpu/tms34010/dis34010.c svneol=native#text/plain src/emu/cpu/tms34010/makefile svneol=native#text/plain src/emu/cpu/tms34010/tms34010.c svneol=native#text/plain src/emu/cpu/tms34010/tms34010.h svneol=native#text/plain +src/emu/cpu/tms57002/57002dsm.c svneol=native#text/plain src/emu/cpu/tms57002/tms57002.c svneol=native#text/plain src/emu/cpu/tms57002/tms57002.h svneol=native#text/plain src/emu/cpu/tms57002/tmsinstr.lst svneol=native#text/plain @@ -3692,4 +3695,5 @@ src/tools/split.c svneol=native#text/plain src/tools/src2html.c svneol=native#text/plain src/tools/srcclean.c svneol=native#text/plain src/tools/tools.mak svneol=native#text/plain +src/tools/unidasm.c svneol=native#text/plain src/version.c svneol=native#text/plain |
