summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2008-11-19 03:29:10 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2008-11-19 03:29:10 +0000
commit6c1655976f4f81e7f5fec31a34e0b566c3c227c5 (patch)
tree88f966aeb3f885a9b858432aa83370d318f0271e /.gitattributes
parent13bd16a0909c0202d091fcf4c61c45a0fe2e56ac (diff)
Big H8 update
H8: - Added support for 8-bit H8 family MCUs, starting with the H8/3344 - Pointer-ified all H8 cores - Some cleanup and renames toward additional future work System 23: - Added extremely preliminary support for I/O boards with the H8/3344 - Added new game: Motocross Go! (MG3 Ver. A) [credit Guru]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index 6e968aa5b20..d61dffbfc0c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -113,9 +113,11 @@ src/emu/cpu/h6280/h6280.c svneol=native#text/plain
src/emu/cpu/h6280/h6280.h svneol=native#text/plain
src/emu/cpu/h6280/h6280ops.h svneol=native#text/plain
src/emu/cpu/h6280/tblh6280.c svneol=native#text/plain
-src/emu/cpu/h83002/h83002.c svneol=native#text/plain
-src/emu/cpu/h83002/h83002.h svneol=native#text/plain
+src/emu/cpu/h83002/h8.h svneol=native#text/plain
+src/emu/cpu/h83002/h8_16.c svneol=native#text/plain
+src/emu/cpu/h83002/h8_8.c svneol=native#text/plain
src/emu/cpu/h83002/h8disasm.c svneol=native#text/plain
+src/emu/cpu/h83002/h8ops.h svneol=native#text/plain
src/emu/cpu/h83002/h8periph.c svneol=native#text/plain
src/emu/cpu/h83002/h8priv.h svneol=native#text/plain
src/emu/cpu/hd6309/6309dasm.c svneol=native#text/plain