summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2011-01-23 15:37:34 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2011-01-23 15:37:34 +0000
commit96cb9f475fba68caef267b4801e13ed021ac595e (patch)
treea278023a7ebffaa95609d2b4685dd9734f762e00 /.gitattributes
parent0a5618a90dd50fdfe51453822b68149598cd2cf5 (diff)
reorganized megadrive/sms sourcefiles:
* machine/megadriv.c + md_pcb.c (originally from MESS) -> machine/md_cart.c [since they only contained code to handle cart loading] * first half of drivers/megadriv.c (the code shared by mtech/mplay/c2 with MESS) -> machine/megadriv.c [since these are the 'machine' functions shared by arcade and console systems] * second half of drivers/megadriv.c (the part recently imported from MESS) -> it remains where it was [since it is 'driver'-specific, even if in this case it is a MESS driver] * drivers/segamsys.c (SMS part of the code used for mtech/mplay) -> machine/segamsys.c [again, these are 'machine' functions] among other things, this new setup makes the MESS-specific parts (machine/md_cart.c & drivers/megadriv.c) independent from the MAME files, i.e. if we ever decide to change the tree structure, it will be much easier to move these files in any other location of the tree without affecting MAME (or MESS) compile process
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index 50404b6a7a7..a1997199d9d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2289,7 +2289,6 @@ src/mame/drivers/segag80r.c svneol=native#text/plain
src/mame/drivers/segag80v.c svneol=native#text/plain
src/mame/drivers/segahang.c svneol=native#text/plain
src/mame/drivers/segald.c svneol=native#text/plain
-src/mame/drivers/segamsys.c svneol=native#text/plain
src/mame/drivers/segaorun.c svneol=native#text/plain
src/mame/drivers/segas16a.c svneol=native#text/plain
src/mame/drivers/segas16b.c svneol=native#text/plain
@@ -3501,8 +3500,7 @@ src/mame/machine/mc8123.c svneol=native#text/plain
src/mame/machine/mc8123.h svneol=native#text/plain
src/mame/machine/mcr.c svneol=native#text/plain
src/mame/machine/mcr68.c svneol=native#text/plain
-src/mame/machine/md_pcb.c svneol=native#text/plain
-src/mame/machine/md_pcb.h svneol=native#text/plain
+src/mame/machine/md_cart.c svneol=native#text/plain
src/mame/machine/megadriv.c svneol=native#text/plain
src/mame/machine/meters.c svneol=native#text/plain
src/mame/machine/meters.h svneol=native#text/plain
@@ -3573,6 +3571,7 @@ src/mame/machine/segacrpt.h svneol=native#text/plain
src/mame/machine/segag80.c svneol=native#text/plain
src/mame/machine/segaic16.c svneol=native#text/plain
src/mame/machine/segaic16.h svneol=native#text/plain
+src/mame/machine/segamsys.c svneol=native#text/plain
src/mame/machine/segas24.c svneol=native#text/plain
src/mame/machine/segas32.c svneol=native#text/plain
src/mame/machine/seibuspi.c svneol=native#text/plain