summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vicdual.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-5/+5
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-5/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+33
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+35
* headon2: Fix colors, clean up Dirk Best2017-11-251-0/+1
* Machine promoted to WORKING Dirk Best2017-11-231-0/+1
* vicdual: add tranqgun samples skeleton for jim (nw) hap2017-11-161-0/+3
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* vicdual.cpp: Added sound samples to Borderline [Angelo Salese, Corrado Tomase... angelosa2017-09-041-0/+2
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-1/+1
* fixed compile (nw) Ivan Vangelista2017-03-311-1/+1
* vicdual: add 97269-P-B and 97271-P daughterboards for nsub (#2192) Ariane Fugmann2017-03-311-9/+31
* Merge pull request #2092 from SailorSat/master Dirk Best2017-03-061-0/+1
|\
| * vicdual: simulate the gradient in nsub. Ariane Fugmann2017-02-261-0/+1
* | Self-registering devices prep: Vas Crabb2017-02-271-0/+1
|/
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-1/+1
* vicdual fix compile Miodrag Milanovic2016-04-301-7/+0
* vicdual: rewrote carnival music board emulation, copy-pasted samples handling... hap2016-01-221-1/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* vicdual.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-181-1/+16
* vicdual.c: enabled save state support (nw) Ivan Vangelista2015-07-061-18/+21
* Update for Zsolt Vasvari (nw) Miodrag Milanovic2015-05-251-1/+1
* resolved lot of license ownership (nw) Miodrag Milanovic2015-05-191-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* new games mamehaze2015-04-051-0/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-6/+6
* Moved some audio handlers in vicdual_state. (nw) Ivan Vangelista2013-08-271-30/+41
* Modernization of drivers part 20 (no whatsnew) Miodrag Milanovic2013-02-131-3/+2
* srcclean (nw) Curt Coder2012-10-071-1/+1
* added nsub coinage Michaël Banaan Ananas2012-09-271-1/+18
* rm misplaced irem head on pcb info, it already is on top of the m10.c driver ... Michaël Banaan Ananas2012-09-271-15/+0
* small cleanup before i do the next one Michaël Banaan Ananas2012-09-271-0/+3
* small cleanup Michaël Banaan Ananas2012-09-261-4/+10
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* cleaned up Lives dipswitches Michaël Banaan Ananas2012-09-241-1/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-12/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+6
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-9/+9
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-3/+5
* 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/+7
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-1/+1
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+30
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2