summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mappy.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-112/+0
* init vars for coverity (includes/m) Robbbert2022-03-231-6/+6
* grobda: Eliminate DAC and allow the 15XX custom to play the speech sample AJR2021-02-111-4/+0
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-5/+5
* a last small bunch of macro removals before the week-end (nw) Ivan Vangelista2020-05-151-1/+1
* lots of files: simplified handlers (nw) Ivan Vangelista2020-05-141-1/+1
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+3
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-2/+2
* mappy.cpp: use timer delegates instead of device_timer, as suggested (nw) Ivan Vangelista2018-07-081-7/+1
* mappy.cpp: timer_set removal (nw) Ivan Vangelista2018-07-051-8/+13
* misc cleanup and compile fix for superqix.cpp (nw) Vas Crabb2018-07-031-0/+7
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-12/+15
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* mappy: output_finder Dirk Best2018-05-171-1/+4
* 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
* mappy.cpp: Use MCFG_SCREEN_VBLANK_CALLBACK instead of MCFG_CPU_VBLANK_INT (nw) AJR2018-03-281-3/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+10
* mappy.cpp: Clean up I/O handlers (nw) AJR2017-07-251-49/+5
* New 74LS259/9334/CD4099 devices AJR2017-07-251-7/+4
* mappy.cpp: Use LS157 device for DSW2 mux (nw) AJR2017-07-011-6/+0
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-2/+1
* 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
* 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
* 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/+3
* Modernized the namco sound device. [Osso] Scott Stone2013-07-221-0/+3
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-3/+3
* Modernized Namco I/O devices (56xx, 58xx, 59xx) [Osso, Fabio Priuli] Fabio Priuli2013-06-071-7/+50
* More MAME drivers lose their anonymous timers. (nw) Andrew Gardner2013-05-151-0/+11
* dac_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-2/+6
* some cleanup and vsnes change to compile on vs compile (nw) Miodrag Milanovic2013-04-121-1/+3
* same for "sub" and "subcpu" (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
* Modernization of drivers part 12 (no whatsnew) Miodrag Milanovic2013-02-111-0/+2
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-0/+6
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-14/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+16