diff options
| author | 2012-02-23 14:19:37 +0000 | |
|---|---|---|
| committer | 2012-02-23 14:19:37 +0000 | |
| commit | 97c3d0cb3986b29007ab69d6401d367d2f5b09bd (patch) | |
| tree | b7ecebcaeaad8232c80cae48dc8389ac37a346df /src/ldplayer | |
| parent | dc0fc0e01fd65f29fade25c082977da1cbeb1e9d (diff) | |
- removed need for *_dev.lst files [Miodrag Milanovic]
- enforced short names for slot card devices
- updated validation, romverify and listxml output accordingly
- slotoptions now also contain shortnames so it's possible to link
slot option and device
Diffstat (limited to 'src/ldplayer')
| -rw-r--r-- | src/ldplayer/ldplayer_dev.lst | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/src/ldplayer/ldplayer_dev.lst b/src/ldplayer/ldplayer_dev.lst deleted file mode 100644 index b5ac33a8cf4..00000000000 --- a/src/ldplayer/ldplayer_dev.lst +++ /dev/null @@ -1,42 +0,0 @@ -/****************************************************************************** - - 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 |
