summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/40love.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* 40love.cpp: Soundlatch modernization (nw) AJR2018-02-171-20/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+2
* Converted 40 Love to use ta7630 (nw) angelosa2017-09-221-1/+6
* use dumped M68705 for fieldday / undoukai [ShouTime, brizzo] David Haywood2017-06-201-11/+0
* Replace some custom palette inits with the appropriate standard callback Dirk Best2017-05-221-1/+0
* taito68705interface improvements: Vas Crabb2017-01-151-2/+1
* refactored new taito68705interface to use newer 68705 code (with integrated p... David Haywood2016-12-281-2/+0
* taito refactoring pt1. David Haywood2016-12-281-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-23/+23
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-1/+5
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-3/+3
* Setting GPL license for Jarek Burczynski, by his request (nw) Miodrag Milanovic2016-01-211-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* 40love.cpp: added screen disable bit, used by Undoukai during transitions [An... angelosa2016-01-141-0/+1
* 40love.cpp: added global color select bank, fixes colors in later levels for ... angelosa2016-01-141-1/+2
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+2
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-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
* 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
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-3/+3
* Removed anonymous timers from some drivers. (nw) Ivan Vangelista2013-11-091-2/+9
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* Modernized the buggychl_mcu device. [Osso] Scott Stone2013-07-111-3/+8
* Modernized MSM5232 device. [Osso] Fabio Priuli2013-06-231-1/+1
* "msm" lookup tag removal (nw) Miodrag Milanovic2013-04-141-1/+4
* some cleanup (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
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-2/+3
* Modernization of drivers part 1 (no whatsnew) Miodrag Milanovic2013-02-051-0/+4
* 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-9/+9
* 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-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-2/+10
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* 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/+2