summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2012-02-02 15:14:43 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2012-02-02 15:14:43 +0000
commit39dfe5ea91f1ee2e7d4e25e243bd866f458d7caf (patch)
treedad0ce6a490e2b728a925ab3be754057af295da8
parentfdca6f887c85a2e1526728feaf8fbdd40d236687 (diff)
First pass of cleaning up LDPLAYER to allow for building (nw)
-rw-r--r--.gitattributes1
-rw-r--r--src/ldplayer/ldplayer.c2
-rw-r--r--src/ldplayer/ldplayer_dev.lst42
3 files changed, 44 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 0cee26f5c7c..7d2cfcea0ac 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1392,6 +1392,7 @@ src/ldplayer/layout/pr8210.lay svneol=native#text/plain
src/ldplayer/ldplayer.c svneol=native#text/plain
src/ldplayer/ldplayer.lst svneol=native#text/plain
src/ldplayer/ldplayer.mak svneol=native#text/plain
+src/ldplayer/ldplayer_dev.lst svneol=native#text/plain
src/lib/cothread/amd64.c svneol=native#text/plain
src/lib/cothread/doc/amd64.asm svneol=native#text/plain
src/lib/cothread/doc/style.css svneol=native#text/plain
diff --git a/src/ldplayer/ldplayer.c b/src/ldplayer/ldplayer.c
index 9a344d58aba..79a1ea57742 100644
--- a/src/ldplayer/ldplayer.c
+++ b/src/ldplayer/ldplayer.c
@@ -13,7 +13,7 @@
#include "emuopts.h"
#include "uimenu.h"
#include "cpu/mcs48/mcs48.h"
-#include "machine/pr8210.h"
+#include "machine/ldpr8210.h"
#include "machine/ldv1000.h"
#include <ctype.h>
diff --git a/src/ldplayer/ldplayer_dev.lst b/src/ldplayer/ldplayer_dev.lst
new file mode 100644
index 00000000000..b5ac33a8cf4
--- /dev/null
+++ b/src/ldplayer/ldplayer_dev.lst
@@ -0,0 +1,42 @@
+/******************************************************************************
+
+ ldplayer_dev.lst
+
+ List of all enabled devices in the system. This file is parsed by
+ makedev.exe, sorted, and output as C code describing the devices.
+
+****************************************************************************
+
+ Copyright Aaron Giles
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in
+ the documentation and/or other materials provided with the
+ distribution.
+ * Neither the name 'MAME' nor the names of its contributors may be
+ used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY AARON GILES ''AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL AARON GILES BE LIABLE FOR ANY DIRECT,
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+******************************************************************************/
+
+PIONEER_LDV1000
+PIONEER_PR8210 \ No newline at end of file