summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-08-13 15:09:08 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-08-13 15:09:08 +0000
commita0574bb47397fd9af67ab4cadd43f9194cc0b98c (patch)
tree5174276a11753f32d1c85fdb02e6e091829c4511 /.gitattributes
parent16903498a4330981899e6a5943127b835ec39f42 (diff)
Moved several include files from mame/ to emu/, as they were
included by generic components in emu/ and thus should have no dependencies on the MAME code. Added new target ldplayer, which is based on MAME but serves as a standalone laserdisc player for CHDs. Right now only the Pioneer LD-V1000 is connected, and limited commands are available. Each player type is a driver, so you specify the player type on the command-line. The driver then opens the first CHD it finds in your ROM path and uses that as the laserdisc. The intention is that you specify the -rompath each time on the command-line, so a typical approach might be: ldplayer ldv1000 -rompath j:\mach3 where it will pick up the mach3.chd lurking in your j:\mach3 folder. Several basic commands are supported: Space = play/pause Alt = toggle frame display Left = scan forward (when playing) or step forward (when paused) Right = scan backward (when playing) or step backward (when paused) 0-9 = enter numbers for search Enter = execute search to frame
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes9
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index 9871f0db6d3..5c74c5912bd 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -642,12 +642,15 @@ src/emu/machine/pc16552d.c svneol=native#text/plain
src/emu/machine/pc16552d.h svneol=native#text/plain
src/emu/machine/pci.c svneol=native#text/plain
src/emu/machine/pci.h svneol=native#text/plain
+src/emu/machine/pckeybrd.h svneol=native#text/plain
+src/emu/machine/pcshare.h svneol=native#text/plain
src/emu/machine/pd4990a.c svneol=native#text/plain
src/emu/machine/pd4990a.h svneol=native#text/plain
src/emu/machine/pic8259.c svneol=native#text/plain
src/emu/machine/pic8259.h svneol=native#text/plain
src/emu/machine/pit8253.c svneol=native#text/plain
src/emu/machine/pit8253.h svneol=native#text/plain
+src/emu/machine/rescap.h svneol=native#text/plain
src/emu/machine/roc10937.c svneol=native#text/plain
src/emu/machine/roc10937.h svneol=native#text/plain
src/emu/machine/rp5h01.c svneol=native#text/plain
@@ -971,6 +974,9 @@ src/emu/video/voodoo.c svneol=native#text/plain
src/emu/video/voodoo.h svneol=native#text/plain
src/emu/watchdog.c svneol=native#text/plain
src/emu/watchdog.h svneol=native#text/plain
+src/ldplayer/ldpdriv.c svneol=native#text/plain
+src/ldplayer/ldplayer.c svneol=native#text/plain
+src/ldplayer/ldplayer.mak svneol=native#text/plain
src/lib/expat/ascii.h svneol=native#text/plain
src/lib/expat/asciitab.h svneol=native#text/plain
src/lib/expat/expat.h svneol=native#text/plain
@@ -2352,7 +2358,6 @@ src/mame/includes/rampart.h svneol=native#text/plain
src/mame/includes/realbrk.h svneol=native#text/plain
src/mame/includes/redalert.h svneol=native#text/plain
src/mame/includes/relief.h svneol=native#text/plain
-src/mame/includes/rescap.h svneol=native#text/plain
src/mame/includes/retofinv.h svneol=native#text/plain
src/mame/includes/rockola.h svneol=native#text/plain
src/mame/includes/segag80r.h svneol=native#text/plain
@@ -2605,9 +2610,7 @@ 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
-src/mame/machine/pcshare.h svneol=native#text/plain
src/mame/machine/pgmcrypt.c svneol=native#text/plain
src/mame/machine/pgmprot.c svneol=native#text/plain
src/mame/machine/pgmy2ks.c svneol=native#text/plain