diff options
author | 2008-01-10 22:34:51 +0000 | |
---|---|---|
committer | 2008-01-10 22:34:51 +0000 | |
commit | 47cf2c7874f185282cb683a32e16132e79d2a0c3 (patch) | |
tree | 0935c6267f8666c60cb8bc3a960c90b2c737d6c3 /.gitattributes | |
parent | d194ca43ebe330bc5dfc1a82bf4ec1d18c5143d7 (diff) |
log:
- added MESS PC-Engine emulatation
- added Blazing Lazers (working)
- added Paranoia (non-working due to lack of jamma interface
emulation)
- fixed MAME debug build under VC2003
Please co-credit Charles MacDonald & Mr. Do for Blazing Lazers.
Note to Nathan: video/vdc.* re taken as-is from MESS, for the
machine stuff I extracted common code (to be shared by MAME and
MESS) and created machine/pcecommn.*
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 8b3495af316..0b28f629516 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1727,6 +1727,7 @@ src/mame/drivers/pandoras.c svneol=native#text/plain src/mame/drivers/pangofun.c svneol=native#text/plain src/mame/drivers/panicr.c svneol=native#text/plain src/mame/drivers/paradise.c svneol=native#text/plain +src/mame/drivers/paranoia.c svneol=native#text/plain src/mame/drivers/parodius.c svneol=native#text/plain src/mame/drivers/pasha2.c svneol=native#text/plain src/mame/drivers/pass.c svneol=native#text/plain @@ -2025,6 +2026,7 @@ src/mame/drivers/twin16.c svneol=native#text/plain src/mame/drivers/twincobr.c svneol=native#text/plain src/mame/drivers/twins.c svneol=native#text/plain src/mame/drivers/tx1.c svneol=native#text/plain +src/mame/drivers/uapce.c svneol=native#text/plain src/mame/drivers/ultraman.c svneol=native#text/plain src/mame/drivers/ultratnk.c svneol=native#text/plain src/mame/drivers/ultrsprt.c svneol=native#text/plain @@ -2477,6 +2479,8 @@ src/mame/machine/nmk112.h svneol=native#text/plain src/mame/machine/nycaptor.c svneol=native#text/plain src/mame/machine/opwolf.c svneol=native#text/plain src/mame/machine/pacplus.c svneol=native#text/plain +src/mame/machine/pcecommn.c svneol=native#text/plain +src/mame/machine/pcecommn.h svneol=native#text/plain src/mame/machine/pckeybrd.c svneol=native#text/plain src/mame/machine/pckeybrd.h svneol=native#text/plain src/mame/machine/pcshare.c svneol=native#text/plain @@ -3206,6 +3210,8 @@ src/mame/video/usgames.c svneol=native#text/plain src/mame/video/vaportra.c svneol=native#text/plain src/mame/video/vastar.c svneol=native#text/plain src/mame/video/vball.c svneol=native#text/plain +src/mame/video/vdc.c svneol=native#text/plain +src/mame/video/vdc.h svneol=native#text/plain src/mame/video/vendetta.c svneol=native#text/plain src/mame/video/vertigo.c svneol=native#text/plain src/mame/video/vicdual.c svneol=native#text/plain |