summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m72.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-9/+9
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-9/+9
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-9/+9
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-271-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+27
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+16
* poundfor: Add uPD4701A devices AJR2017-05-211-7/+6
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-29/+29
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-1/+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-1/+0
* 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
* made m82 type hardware switch tilemap sizes on the fly (nw) David Haywood2015-10-091-10/+13
* update with latest knowledge (nw) David Haywood2015-10-081-4/+23
* m72: use the upd71059c instead of hacking the irq vectors for different games David Haywood2015-10-071-2/+5
* hammering harry parent is almost certainly M81, add some notes about the evol... David Haywood2015-10-051-1/+2
* make it clearer that Air Duel (the M82 PCB) is actually a conversion of Major... David Haywood2015-10-041-1/+3
* new clones David Haywood2015-10-041-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
* Tidy whitespace in corresponding .h files too Zoë Blade2015-04-081-8/+8
* m72.c: completed and enabled save state support (nw) Ivan Vangelista2015-03-301-65/+81
* .. and with that untangled the dumped mcu for xmultiplm72 actually works and ... mamehaze2015-03-101-2/+0
* shuffle (nw) mamehaze2015-03-101-2/+2
* use dumped (from unprotected MCU) MCU rom on mrheli [Silvio Grazini] mamehaze2015-03-091-1/+0
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+5
* 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-1/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* Modernized the m72 audio device. [Osso] Scott Stone2013-07-181-6/+9
* dac_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-1/+4
* some cleanup (nw) Miodrag Milanovic2013-04-111-1/+3
* 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
* Modernization of drivers part 12 (no whatsnew) Miodrag Milanovic2013-02-111-0/+9
* 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/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-15/+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-7/+19
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+6
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+11
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+1
* Fix most remaining regressions. Aaron Giles2012-04-191-1/+1
* More fixes and a gcc warning fix. Aaron Giles2012-04-151-2/+2