summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/aerofgt.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* misc cleanup and stuff to make macro removal easier (nw) Vas Crabb2018-07-051-0/+6
* 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-10/+10
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-10/+10
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* aerofgt.cpp Cleanups (#3402) cam9002018-03-281-46/+36
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+25
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+14
* new machine NOT WORKING : Kick Ball [Darksoft, Sean Sutton, Surgeville, Smitd... David Haywood2017-08-251-0/+2
* aerfboot: Soundlatch modernization (nw) AJR2017-06-221-1/+1
* aerofgt: Add MB3773 device (nw) AJR2017-06-161-1/+0
* aerofgt.cpp: Use MCFG_GENERIC_LATCH_SEPARATE_ACKNOWLEDGE for all except bootl... AJR2017-06-131-5/+0
* aerofgt.cpp: Video and sound refinements AJR2017-06-051-0/+5
* Add VS9209 I/O device for various Video System games AJR2017-04-151-0/+1
* aerofgt.cpp: cleaned up audiocpu rom loading, avoided some tag lookups, thus ... Ivan Vangelista2017-02-031-2/+5
* Conflicts (nw) angelosa2017-01-021-8/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-28/+28
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* sound trampolines removal from various drivers (nw) Ivan Vangelista2016-06-131-0/+6
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-12/+14
* aerofgt.cpp: oki memory map for aerfboot (nw) Ivan Vangelista2016-03-031-0/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* misc palette cleanups (nw) Dirk Best2015-08-021-1/+0
* 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
* Remove lots of useless sound IRQ trampolines leftover from the pre-devcb era ... Alex W. Jackson2015-01-271-1/+0
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-4/+4
* oki cleanup (nw) Miodrag Milanovic2013-04-111-1/+4
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-2/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* made rest of devices optional where needed (nw) Miodrag Milanovic2013-04-091-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-2/+3
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-0/+1
* Modernization of drivers part 1 (no whatsnew) Miodrag Milanovic2013-02-051-0/+7
* continued refactoring some video system sprite rendering, bringing code close... Miodrag Milanovic2012-11-071-0/+3
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-1/+1
* VSystem: This gets us down to a single set of functions for one of the sprit... Scott Stone2012-10-191-1/+0
* Video System 14/10/12 - Moved the per-game tile indirections into game states... Scott Stone2012-10-151-0/+2
* Video System 13/10/12 cleanups and preparation for further function merging. ... Scott Stone2012-10-141-1/+3
* Continued cleanup of Video Systems drivers and associated dependencies. From... Scott Stone2012-10-101-2/+14
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-21/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-10/+20
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+14
* 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/+6
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+2
* Fix most remaining regressions. Aaron Giles2012-04-191-4/+4