summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/powerins.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-47/+0
* New machines marked as NOT_WORKING Ivan Vangelista2022-04-141-2/+0
* powerins.cpp: Reduce duplicates related to nmk16.cpp, Move subclass into nmk1... cam9002020-04-141-40/+8
* nmk16spr.cpp : Device-fied NMK 16 bit sprite hardware (#5697) cam9002019-10-021-1/+5
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* new not working clone Ivan Vangelista2019-08-011-1/+4
* -2203intf: Removed MCFG macro, nw mooglyguy2018-12-301-0/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-0/+5
* nmk112.cpp : Remove MCFGs, Unnecessary arguments of CPU interface cam9002018-11-231-1/+0
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-1/+2
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-3/+4
* powerins.cpp : Reduce duplicate, Reduce runtime tag lookups, Correct sprite l... cam9002018-06-171-11/+14
* 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-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+6
* 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-5/+5
* 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-1/+1
* Done work for Luca Elia (nw) Miodrag Milanovic2015-05-131-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 bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
* Tidy whitespace in corresponding .h files too Zoë Blade2015-04-081-2/+2
* powerins.c: use oki address map for bootleg (nw) Alex W. Jackson2015-03-261-8/+6
* powerins.c, ppmast93.c: added save state support (nw) Ivan Vangelista2015-03-251-20/+21
* Remove still more sound irq trampolines (nw) Alex W. Jackson2015-01-281-2/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* more palette modernizations (nw) David Haywood2014-03-061-1/+0
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+4
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
* Modernized nmk112 device. [Osso] Alex W. Jackson2013-06-071-6/+12
* changed machine().device("soundcpu") with m_soundcpu (nw) Miodrag Milanovic2013-04-111-1/+3
* 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
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-0/+1
* Modernization of drivers part 15 (no whatsnew) Miodrag Milanovic2013-02-121-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-9/+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/+3
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-5/+9
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-5/+5
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+3
* 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