summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gameplan.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-7/+9
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-9/+7
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-1/+6
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-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-1/+1
* resolved some more (nw) Miodrag Milanovic2015-06-021-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
* gameplan.c: re-hooked up leprechn videoram read, which was removed when old l... Alex W. Jackson2014-08-081-0/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* removed the simplest 6522 port callbacks [smf] smf-2014-01-021-1/+0
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-9/+5
* Removes more MAME anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-211-0/+10
* removed usage of 6532RIOT legacy calls (nw) Miodrag Milanovic2013-04-241-1/+3
* made rest of devices optional where needed (nw) Miodrag Milanovic2013-04-091-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-2/+4
* cleanup (nw) Miodrag Milanovic2013-02-181-0/+4
* Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-0/+5
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+3
* 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-1/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-0/+9
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+8
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-1/+2
* 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-18/+18
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* Added definitions for [DECLARE_]READ_LINE_MEMBER and [DECLARE_]WRITE_LINE_MEMBER Aaron Giles2010-09-111-4/+7
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-3/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-3/+4
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* Fix for MT03567: trvquest: Access Violation after OK Fabio Priuli2009-12-111-0/+2
* Added save states and driver data struct to the following drivers: fromance.c... Fabio Priuli2009-12-091-16/+22
* - I attempted to verify and simpliy the DIPs in an effort to add LOCATIONS Aaron Giles2009-03-271-0/+4
* Changed the 6522 VIA implementation to be a device Nathan Woods2008-12-141-0/+5