summaryrefslogtreecommitdiffstatshomepage
path: root/src/ldplayer/ldpdriv.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-22Added PR-8210 support to the ldplayer. Fixed step forward command on the ↵ Aaron Giles1-0/+1
PR-8210. 02136: cubeqst: from minimal UI cubeqst requires the optional CHD 02127: xymg: The game name should be Xing Yun Man Guan and "Pin Yin:"should be omitted 02138: flamegun: Debugger/Cheat System upper case cpu tag of MAIN doesn't work 02139: In audio/system16.c, there is a reference to REGION_SOUND1 02133: chindrah: The title of Zhong Guo Long?(Hong Kong,V011H) is Dong Fang Zhi Zhu(Hong Kong, V011H) 02126: corrupt CHDs are reported as missing
2008-08-13Moved several include files from mame/ to emu/, as they were Aaron Giles1-21/+5
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
2008-07-17From: MACARENO Richard [mailto:macarenor@free.fr] Aaron Giles1-0/+1
Sent: Tue 7/8/2008 3:16 PM To: submit@mamedev.org Subject: Tinymame sumition... Hi I try a small update for Tinymame.. While Gaelco has offers their roms for World Rally for download on their website, they are supposed to be free... I supposed i can add this game to tinymame. I think i didn't make mistake implementing it (i'm not dev at all... I'm hebus on mamewold messageboard)... If it can be accepted, my name "macareno" for signing, would be more discreet than hebus... Attached-files are the diff file and the .exe for trying... Richard
2008-01-17(From neoforma) Aaron Giles1-0/+2
Added targ and spectar to TinyMAME since they're now available for download from mamedev.org.
2008-01-06Copyright cleanup: Aaron Giles1-1/+1
- removed years from copyright notices - removed redundant (c) from copyright notices - updated "the MAME Team" to be "Nicola Salmoria and the MAME Team"
2007-12-17Initial checkin of MAME 0.121.mame0121 Aaron Giles1-0/+56