summaryrefslogtreecommitdiffstatshomepage
path: root/src/ldplayer (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-18ldplayer: make it compile again (nw) Ivan Vangelista1-2/+2
2016-03-05Added README and LICENSE files (CC0) to folders containing meta-data or docum... Miodrag Milanovic2-0/+122
2016-02-21Merge remote-tracking branch 'refs/remotes/mamedev/master' ImJezze1-26/+0
2016-02-20Remove redundant defines, in order to make translation easier (nw) Miodrag Milanovic1-26/+0
2016-01-20reverting: Miodrag Milanovic1-3/+3
2016-01-16tags are now strings (nw) Miodrag Milanovic1-3/+3
2016-01-15ldplayer: make it compile again (nw) Ivan Vangelista1-10/+10
2015-12-31Just name not acronym (nw) Miodrag Milanovic1-4/+0
2015-12-31Revert "removing MESS brand and making MAME a name not acronym (nw)" Miodrag Milanovic1-0/+4
2015-12-31removing MESS brand and making MAME a name not acronym (nw) Miodrag Milanovic1-4/+0
2015-11-08Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic1-0/+0
2015-05-07Added license headers to the rest of files (nw) Miodrag Milanovic2-34/+4
2015-04-19change astring in ldplayer (nw) Miodrag Milanovic1-3/+3
2015-04-12There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic1-1/+1
2015-04-11cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic1-1/+1
2015-03-26Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic1-77/+0
2015-02-22Fix build on OSX Vas Crabb1-3/+2
2014-08-07ldplayer.mak: Added a dummy bus to allow ldplayer to be built on OSX (and pos... Wilbert Pol1-0/+9
2014-04-16Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic1-1/+1
2014-03-15primary_screen -> first_screen() (nw) Miodrag Milanovic1-2/+2
2013-06-06make machine part optionals, update tiny.mak and ldplayer.mak, still need to ... Miodrag Milanovic1-0/+11
2013-04-14few more that I have missed (nw) Miodrag Milanovic1-1/+1
2013-01-11Cleanups and version bumpmame0148 Miodrag Milanovic3-25/+25
2012-08-10fixed building ldplayer (nw) Miodrag Milanovic1-2/+2
2012-05-21Clean-ups and version bump Miodrag Milanovic1-2/+2
2012-05-19fixed ldplayer (nw) Miodrag Milanovic1-2/+6
2012-05-18Made ldplayer compile, still doesn't work fine (nw) Miodrag Milanovic2-29/+83
2012-05-03ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles1-2/+2
2012-02-23- removed need for *_dev.lst files [Miodrag Milanovic] Miodrag Milanovic1-42/+0
2012-02-19Clean-ups and version bumpmame0145u1 Angelo Salese1-2/+2
2012-02-16Major CHD/chdman update. The CHD version number has been increased Aaron Giles1-7/+7
2012-02-06Some cleanup of some observed #include redundancy from source files which use... Scott Stone1-1/+0
2012-02-02First pass of cleaning up LDPLAYER to allow for building (nw) Scott Stone2-1/+43
2012-01-12Major bitmap-related changes throughout the system. There are Aaron Giles1-15/+10
2011-04-27Collapsed device_config and device_t into one class. Updated all Aaron Giles1-4/+4
2011-04-19Ok, last spring cleaning, I hope ... Angelo Salese1-5/+5
2011-04-19Fix ldplayer, and convert the driver to modern style. Aaron Giles4-309/+356
2011-03-29BIG update. Aaron Giles1-16/+16
2011-03-05ldplayer: fix compile, still crashes on startup (no whatsnew) R. Belmont1-1/+1
2011-03-03Converted core_options to a class. Removed a bunch of marginal Aaron Giles1-2/+2
2011-02-12mame_file is now emu_file and is a class. It is required Aaron Giles1-36/+32
2011-02-06As promised, the bulk update of timer calls: Aaron Giles1-2/+2
2011-02-06Convert emu_timers to objects. Move implementation and management of Aaron Giles1-4/+4
2011-02-03Attotime bulk conversion step: Aaron Giles1-4/+4
2011-02-03Converted attotime to a class, with proper operators. Removed old Aaron Giles1-1/+1
2010-12-31running_device -> device_t Aaron Giles1-10/+10
2010-12-31MDRV_* -> MCFG_* Aaron Giles1-13/+13
2010-10-19Fix MT04065: tiny (and ldplayer) don't link. Aaron Giles1-0/+1
2010-09-02Remove artificial SOUND_ prefix from sound device names. Aaron Giles1-1/+1
2010-09-01Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles1-11/+8