summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Roberto Fresca <robertof@mamedev.org>2008-08-21 09:42:50 +0000
committer Roberto Fresca <robertof@mamedev.org>2008-08-21 09:42:50 +0000
commita211e376948b517d221fa7b635f8a9cfda1aeecb (patch)
treed2f71ca14cb68002a7922d6f8aa1129544b19b7d /.gitattributes
parentc783bad331b92fa9f4659f819c0f3e46d2dcb47b (diff)
Bells and whistles to Game-A-Tron gambling hardware.
After an exhaustive analysis to the unknown writes, finally figured out the missing sound device. - Added sound support to "Poker 4-1" and "Pull Tabs". - Figured out the output ports. Documented each bit accessed. - Added button lamps support. Created layouts for both games. - Switched the 8255 port C to be used as output port. - Adjusted the coin pulse timing. - Updated technical notes. - Splitted the driver to driver + video. - Final clean-up.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 98c1fd07421..37315a5e04c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2474,8 +2474,10 @@ src/mame/layout/pe_schip.lay svneol=native#text/plain
src/mame/layout/pe_slots.lay svneol=native#text/plain
src/mame/layout/peplus.lay svneol=native#text/plain
src/mame/layout/pmpoker.lay svneol=native#text/plain
+src/mame/layout/poker41.lay svneol=native#text/plain
src/mame/layout/pokio.lay svneol=native#text/plain
src/mame/layout/pottnpkr.lay svneol=native#text/plain
+src/mame/layout/pulltabs.lay svneol=native#text/plain
src/mame/layout/pyramid.lay svneol=native#text/plain
src/mame/layout/quintoon.lay svneol=native#text/plain
src/mame/layout/rocknms.lay svneol=native#text/plain
@@ -2909,6 +2911,7 @@ src/mame/video/galpanic.c svneol=native#text/plain
src/mame/video/galspnbl.c svneol=native#text/plain
src/mame/video/gameplan.c svneol=native#text/plain
src/mame/video/gaplus.c svneol=native#text/plain
+src/mame/video/gatron.c svneol=native#text/plain
src/mame/video/gauntlet.c svneol=native#text/plain
src/mame/video/gberet.c svneol=native#text/plain
src/mame/video/gbusters.c svneol=native#text/plain