summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-01-29 02:14:44 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-01-29 02:14:44 +0000
commitf394a31d0e5470ceacfd7951a75b06208f81a134 (patch)
tree3e263eea442b0ca7d62cd2b641e9a46f98201b1d /.gitattributes
parent04dc9d1025179d39da2ec0f7e716f716e95acff6 (diff)
Cleaned up Time Pilot sound board implementation:
* full memory maps * partial machine driver removes need for replicating filtering logic * updated all relevant drivers Cleaned up Time Pilot and Tutankham drivers: * correct clocks where possible * merged memory maps * fully decoded memory maps * replaced hacky sprite rendering in Time Pilot with partial updates * save state support * removed Power Surge kludge, replaced with unmapped handler control * Tutankham runs at 60fps, with IRQs every other frame * Proper IRQ ack in Tutankham
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 0429aabf774..1cd061c2692 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2284,12 +2284,14 @@ src/mame/includes/tatsumi.h svneol=native#text/plain
src/mame/includes/taxidrvr.h svneol=native#text/plain
src/mame/includes/thedeep.h svneol=native#text/plain
src/mame/includes/thunderj.h svneol=native#text/plain
+src/mame/includes/timeplt.h svneol=native#text/plain
src/mame/includes/tnzs.h svneol=native#text/plain
src/mame/includes/toaplan1.h svneol=native#text/plain
src/mame/includes/toobin.h svneol=native#text/plain
src/mame/includes/triplhnt.h svneol=native#text/plain
src/mame/includes/tubep.h svneol=native#text/plain
src/mame/includes/turbo.h svneol=native#text/plain
+src/mame/includes/tutankhm.h svneol=native#text/plain
src/mame/includes/twincobr.h svneol=native#text/plain
src/mame/includes/tx1.h svneol=native#text/plain
src/mame/includes/ultratnk.h svneol=native#text/plain