summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2009-01-09 00:38:28 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2009-01-09 00:38:28 +0000
commit41b8808bcb4212a03ed6705f7a9525f82e0563b1 (patch)
treeb74ac0d705a78c87ffa5486e5b90cd173c57e4cd /.gitattributes
parentb62b683b18f07abe1633b195af3cb33397afebd7 (diff)
Renamed filetto.c to pcxt.c and made several improvements to the driver [Angelo Salese]
* Merged tetriunk.c and filetto.c,and renamed tetriunk set to tetriskr; * Fixed inputs & gameplay quirks in tetriskr,so it's now playable; * Added preliminary external graphics emulation hook-up for the backgrounds in tetriskr; * Rearranged & cleaned up the palette initialization,now 0x000-0x1ff offsets are for the char modes and 0x200-0x2ff are for the bitmap modes; * Fixed color attributes bits; * Cleaned up and fixed colors in CGA bitmap mode for Filetto; New games added or promoted from NOT_WORKING status --------------------------------------------------- Tetris (bootleg of Mirrorsoft PC-XT Tetris version) [Angelo Salese]
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index bb87a60cdac..9646aafc8b3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1467,7 +1467,6 @@ src/mame/drivers/fastlane.c svneol=native#text/plain
src/mame/drivers/fcombat.c svneol=native#text/plain
src/mame/drivers/fcrash.c svneol=native#text/plain
src/mame/drivers/fgoal.c svneol=native#text/plain
-src/mame/drivers/filetto.c svneol=native#text/plain
src/mame/drivers/finalizr.c svneol=native#text/plain
src/mame/drivers/findout.c svneol=native#text/plain
src/mame/drivers/firebeat.c svneol=native#text/plain
@@ -1822,6 +1821,7 @@ src/mame/drivers/pass.c svneol=native#text/plain
src/mame/drivers/pastelg.c svneol=native#text/plain
src/mame/drivers/pbaction.c svneol=native#text/plain
src/mame/drivers/pcktgal.c svneol=native#text/plain
+src/mame/drivers/pcxt.c svneol=native#text/plain
src/mame/drivers/pengo.c svneol=native#text/plain
src/mame/drivers/peplus.c svneol=native#text/plain
src/mame/drivers/pgm.c svneol=native#text/plain
@@ -2071,7 +2071,6 @@ src/mame/drivers/tehkanwc.c svneol=native#text/plain
src/mame/drivers/tempest.c svneol=native#text/plain
src/mame/drivers/terracre.c svneol=native#text/plain
src/mame/drivers/tetrisp2.c svneol=native#text/plain
-src/mame/drivers/tetriunk.c svneol=native#text/plain
src/mame/drivers/thayers.c svneol=native#text/plain
src/mame/drivers/thedeep.c svneol=native#text/plain
src/mame/drivers/thepit.c svneol=native#text/plain