summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-08-04 15:58:29 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-08-04 15:58:29 +0000
commitff3f202d0a4f1528992210e7b55ce98f710c8fd4 (patch)
tree358a8ed489c5596f226c6d8b0231f0329944e3f3 /.gitattributes
parent4c693d72a551eecf7ea7cabb1ff810aa7488cb5e (diff)
Convert seta.c, seta2.c, and ssv.c to driver_data. [Atari Ace]
-- From: Atari Ace <atari_ace@frontier.com> Date: Tue, Aug 3, 2010 at 3:03 PM Subject: [patch] Convert seta/seta2/ssv to driver_data To: submit@mamedev.org Cc: atariace@hotmail.com Hi mamedev, This patch removes all global variables from seta.c, seta2.c and ssv.c. The number of AM_BASE() macros drops by 4% from 3111 to 2989. Note: ssv.h and seta2.h are new files. ~aa
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 7e64e0183b5..44630e0c7b6 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2834,6 +2834,7 @@ src/mame/includes/sei_crtc.h svneol=native#text/plain
src/mame/includes/seibuspi.h svneol=native#text/plain
src/mame/includes/senjyo.h svneol=native#text/plain
src/mame/includes/seta.h svneol=native#text/plain
+src/mame/includes/seta2.h svneol=native#text/plain
src/mame/includes/sf.h svneol=native#text/plain
src/mame/includes/shadfrce.h svneol=native#text/plain
src/mame/includes/shootout.h svneol=native#text/plain
@@ -2863,6 +2864,7 @@ src/mame/includes/spy.h svneol=native#text/plain
src/mame/includes/srmp2.h svneol=native#text/plain
src/mame/includes/sslam.h svneol=native#text/plain
src/mame/includes/sspeedr.h svneol=native#text/plain
+src/mame/includes/ssv.h svneol=native#text/plain
src/mame/includes/st0016.h svneol=native#text/plain
src/mame/includes/stactics.h svneol=native#text/plain
src/mame/includes/starfire.h svneol=native#text/plain