summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-01-03 09:01:18 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-01-03 09:01:18 +0000
commit415aebd2bd98af36894581ff61d089dc4113e08b (patch)
tree9a1074244654f572b98817c3205396894b63a062 /.gitattributes
parent422ccce762edc5e328f07ffa42ada1d72676e616 (diff)
Rewrote sbrkout driver based on schematics:
* XTAL-based timing * Correct video timing * Full memory map * Correct memory usage ("zero page" RAM is shared with videoram) * Removed all input hacks * Fixed interrupt generation * Connected coin counters * Added save state support Also fixed incorrect dependency in cdrom.c.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index ff729281f7d..e122b9b18a5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2247,7 +2247,6 @@ src/mame/includes/rampart.h svneol=native#text/plain
src/mame/includes/realbrk.h svneol=native#text/plain
src/mame/includes/relief.h svneol=native#text/plain
src/mame/includes/rescap.h svneol=native#text/plain
-src/mame/includes/sbrkout.h svneol=native#text/plain
src/mame/includes/segag80r.h svneol=native#text/plain
src/mame/includes/segag80v.h svneol=native#text/plain
src/mame/includes/segas24.h svneol=native#text/plain
@@ -2488,7 +2487,6 @@ src/mame/machine/rainbow.c svneol=native#text/plain
src/mame/machine/retofinv.c svneol=native#text/plain
src/mame/machine/s16fd.c svneol=native#text/plain
src/mame/machine/s24fd.c svneol=native#text/plain
-src/mame/machine/sbrkout.c svneol=native#text/plain
src/mame/machine/scramble.c svneol=native#text/plain
src/mame/machine/scudsp.c svneol=native#text/plain
src/mame/machine/scudsp.h svneol=native#text/plain
@@ -3030,7 +3028,6 @@ src/mame/video/runaway.c svneol=native#text/plain
src/mame/video/rungun.c svneol=native#text/plain
src/mame/video/sauro.c svneol=native#text/plain
src/mame/video/sbasketb.c svneol=native#text/plain
-src/mame/video/sbrkout.c svneol=native#text/plain
src/mame/video/sbugger.c svneol=native#text/plain
src/mame/video/scotrsht.c svneol=native#text/plain
src/mame/video/sderby.c svneol=native#text/plain