summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2011-05-16 00:01:37 +0000
committer smf- <smf-@users.noreply.github.com>2011-05-16 00:01:37 +0000
commit6b3bb8fd757f78336a847cd1ed648ac44afd5c37 (patch)
tree684cf7efcbc61b5dd1dce105b74627333eb50ecf /.gitattributes
parent62950e69172b1c86d1cbd5be33f47259993b91ef (diff)
"I'm sorry. Am I interrupting anything?" -- Lando Calrissian
Moved PlayStation IRQ code to sub device of the CPU. [smf]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index bcae626dcf8..45518d5d371 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -378,6 +378,8 @@ src/emu/cpu/psx/dma.c svneol=native#text/plain
src/emu/cpu/psx/dma.h svneol=native#text/plain
src/emu/cpu/psx/gte.c svneol=native#text/plain
src/emu/cpu/psx/gte.h svneol=native#text/plain
+src/emu/cpu/psx/irq.c svneol=native#text/plain
+src/emu/cpu/psx/irq.h svneol=native#text/plain
src/emu/cpu/psx/mdec.c svneol=native#text/plain
src/emu/cpu/psx/mdec.h svneol=native#text/plain
src/emu/cpu/psx/psx.c svneol=native#text/plain