summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gridlee.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use new OUTPUT callback object in various (mostly Atari) drivers (nw) AJR2018-04-291-2/+0
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-25/+36
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+1
* Add address-shifted versions of AM_DEVREAD/_DEVWRITE/_DEVREADWRITE (nw) (#2586) ajrhacker2017-08-221-4/+1
* New 74LS259/9334/CD4099 devices AJR2017-07-251-5/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+2
* srcclean (nw) Vas Crabb2017-03-261-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-3/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-5/+5
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+6
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-2/+3
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-2/+2
* Modernized polepos, redbaron, cps3, tiamc1, and gridlee sound devices. [Andrew Andrew Gardner2013-02-211-10/+17
* Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-0/+1
* 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-10/+10
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+4
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-11/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+6
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-1/+23
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-3/+6
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-3/+3
* 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-14/+14
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-0/+1
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-0/+11
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-1/+12
* Update driver-specific sound devices to use tokens and store Aaron Giles2010-10-141-1/+1
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-0/+10
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+3
* Hi mamedev, Aaron Giles2008-12-081-1/+1
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+29