summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/dfruit.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-03-04 19:43:32 +0100
committer Olivier Galibert <galibert@pobox.com>2018-03-14 14:05:49 +0100
commitf155992daab88ad024cec995428a67108218b51d (patch)
treeae38b502ef51735e6481a9fa23284349f3e92a45 /src/mame/drivers/dfruit.cpp
parent7ae8a01086773beddc5a5a96ec22fec8809a1a29 (diff)
Rename some memory stuff (nw)
Diffstat (limited to 'src/mame/drivers/dfruit.cpp')
0 files changed, 0 insertions, 0 deletions
ss='gravatar'> Ivan Vangelista2019-04-061-0/+2 * Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2 * (nw) more header cleanup, split up some more all-in-one state classes Vas Crabb2018-12-031-5/+14 * -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-0/+3 * private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-6/+10 * Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+3 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+5 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+5 * New 74LS259/9334/CD4099 devices AJR2017-07-251-5/+6 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11 * reverting: Miodrag Milanovic2016-01-201-1/+1 * tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1 * auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-1/+1 * overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2 * 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 * Tidy whitespace in corresponding .h files too Zoë Blade2015-04-081-3/+3 * thepit.c: added save state support (nw) Ivan Vangelista2015-03-281-16/+25 * Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-2/+2 * Removed running_machine parameter from various methods were it wasn't needed ... Ivan Vangelista2014-10-061-10/+13 * Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3 * Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1 * moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3 * New games added as GAME_NOT_WORKING mariuszw12013-07-171-0/+1 * added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3 * unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1 * INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+1 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-8/+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-3/+6 * TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+2 * 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.