summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/src/osd/sdl_cfg.lua
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2018-01-18 03:16:50 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2018-01-18 03:16:50 +1100
commit2ec0c5d379588f163f17248c9155a7c715ded604 (patch)
tree3c3aa099f10d0c457b7c34736a2bc44b6f0cfd32 /docs/release/scripts/src/osd/sdl_cfg.lua
parent414ec708d6bd9ce8fe65383133fbcf6ae8ce895b (diff)
*psmame to 0.187 except for new files not done yet. Due to too many mslug hacks, the new ones will only be available on 64-bit builds.
Diffstat (limited to 'docs/release/scripts/src/osd/sdl_cfg.lua')
0 files changed, 0 insertions, 0 deletions
elated macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1 * atetris.cpp: fixed typo. Thanks L_N (nw) Ivan Vangelista2018-03-111-7/+13 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+3 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3 * Self-registering devices prep: Vas Crabb2017-02-271-0/+1 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7 * reverting: Miodrag Milanovic2016-01-201-1/+1 * tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1 * overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3 * synced credits where it make sense (nw) Miodrag Milanovic2015-05-261-1/+1 * Update for Zsolt Vasvari (nw) Miodrag Milanovic2015-05-251-1/+1 * Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1 * Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2 * Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-3/+3 * new clones Osso2014-11-121-10/+13 * get rid of some global stuff by making this a device, need this step for now,... mamehaze2014-11-051-1/+6 * Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3 * moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3 * added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3 * modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-0/+1 * Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2 * Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-6/+0 * Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2 * Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+4 * TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+1 * All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+1 * Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-2/+3 * MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-1/+1 * MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+5 * Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1 * Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2 * Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-7/+7 * Modified video update system. [Miodrag Milanovic]