summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2009-10-12 02:50:35 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2009-10-12 02:50:35 +0000
commit17fc4a4a789b876fc079820eca65ccad0c94cda7 (patch)
tree2e3ff69db747a1b136c7276ae1f64b22fc075133 /.gitattributes
parentacf91ebdf7790251dc6785ec5c79a9c0321080e1 (diff)
m680x0 update:
- Added working PMMU address translation (not feature complete, but sufficient to boot several 68030 Macs in MESS) - Fixed up disassembly of some PMMU instructions - Added "68020 with 68851" CPU type
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index f73cd591ab2..52407ec347b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -241,6 +241,7 @@ src/emu/cpu/m68000/m68kcpu.h svneol=native#text/plain
src/emu/cpu/m68000/m68kdasm.c svneol=native#text/plain
src/emu/cpu/m68000/m68kfpu.c svneol=native#text/plain
src/emu/cpu/m68000/m68kmake.c svneol=native#text/plain
+src/emu/cpu/m68000/m68kmmu.h svneol=native#text/plain
src/emu/cpu/m6805/6805dasm.c svneol=native#text/plain
src/emu/cpu/m6805/6805ops.c svneol=native#text/plain
src/emu/cpu/m6805/m6805.c svneol=native#text/plain