summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exidy440.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* exidy440.cpp, vertigo.cpp: Improve encapsulation for audio device AJR2018-05-261-3/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-45/+69
* Fix arcade and tiny builds (hopefully) (nw) AJR2018-02-171-1/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-5/+5
* exidy440.cpp: partial revert of timer_set removal. This needs to be studied b... Ivan Vangelista2017-06-011-1/+0
* some timer_set removal (nw) Ivan Vangelista2017-05-051-0/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* 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
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-1/+1
* Misc cleanups (nw) Ivan Vangelista2014-10-161-0/+2
* Removed some old leftovers (nw) Ivan Vangelista2014-09-251-5/+0
* 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-2/+6
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-2/+2
* Modernized Exidy 440 CVSD audio device. [Osso] Scott Stone2013-07-231-4/+8
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-1/+1
* Removes more MAME anonymous timers. [Andrew Gardner] Andrew Gardner2013-05-211-1/+1
* 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 4 (no whatsnew) Miodrag Milanovic2013-02-081-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-2/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-0/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-0/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+5
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-4/+8
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-0/+1
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-0/+3
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-9/+9
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+10
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Audio device additions: [Atari Ace] Scott Stone2011-04-091-0/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-17/+17
* BIG update. Aaron Giles2011-03-291-1/+1
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-0/+1
* This patch revisits archive files I've already patched to remove Aaron Giles2011-02-281-6/+25
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-8/+0
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+0