summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m92.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+1
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* -v25, patinhofeio_cpu, pdp1, pic16c5x: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-151-3/+4
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-1/+8
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-21/+25
* m92.cpp : Updates/Cleanups (#3651) cam9002018-06-171-33/+37
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* m92.cpp: Soundlatch modernization (nw) AJR2018-02-221-11/+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/+16
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Cleanup and kludge removal (nw) AJR2017-06-161-2/+0
* A few timer_set removals (nw) Ivan Vangelista2017-04-261-0/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-1/+4
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-281-1/+1
* kill some no longer required code (nw) David Haywood2015-10-071-2/+0
* put the upd71059c in m92 too, seems to be the same device. David Haywood2015-10-071-1/+6
* Simple LTO warning fixes (Part1) (nw) Cowering2015-05-241-2/+2
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* Removed some old leftovers (nw) Ivan Vangelista2014-09-251-3/+0
* 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-2/+6
* Fix nycaptor.c crash, fix m92.c properly [Alex Jackson] Alex W. Jackson2014-03-021-2/+4
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-2/+3
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-3/+3
* Removes more MAME anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-211-1/+8
* oki cleanup (nw) Miodrag Milanovic2013-04-111-1/+4
* Modernization of drivers part 12 (no whatsnew) Miodrag Milanovic2013-02-111-0/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-9/+9
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-0/+1
* 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-11/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+6
* 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/+6
* New clones added as GAME_NOT_WORKING Scott Stone2012-07-301-1/+6
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-4/+7