summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos22.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-2/+4
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-46/+46
* namcos22: put rear speakers behind (nw) Vas Crabb2018-05-091-4/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-9/+12
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-66/+66
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-145/+163
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-10/+20
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-18/+18
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-12/+12
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-1/+1
* Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-6/+6
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-6/+6
* replace some space.device() calls (nw) smf-2017-12-131-6/+6
* Remove pulse_input_line version using CPU minimum quantum, which can (though ... AJR2017-11-221-2/+2
* Revert "pulse_input_line: change units to cycles and set default param to min... hap2017-11-151-2/+2
* pulse_input_line: change units to cycles and set default param to min_cycles ... hap2017-11-151-2/+2
* Replace driver_device::generic_pulse_irq_line with device_execute_interface::... AJR2017-11-141-2/+2
* various drivers: added some lan, printer and camera flags according to MT0658... Ivan Vangelista2017-11-081-10/+10
* oops (nw) sjy965252017-09-161-1/+1
* Oops (nw) sjy965252017-09-161-1/+1
* Ace Driver, Ace Driver: Victory Lap, Alpine Racer, Alpine Racer 2, Prop Cycle... sjy965252017-09-161-9/+9
* Correct regions for Cyber Cycles, Dirt Dash, Time Crisis, Tokyo Wars and A... sjy965252017-08-271-6/+6
* Correct Air Combat 22 control (#2340) sjy965252017-05-301-1/+1
* fix compile (nw) MetalliC2017-05-251-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* srcclean (nw) Vas Crabb2017-02-191-5/+5
* Merge pull request #2060 from superctr/namcos22_speaker R. Belmont2017-02-151-10/+50
|\
| * namcos22: add 'bodysonic' speaker to airco22b superctr2017-02-131-1/+9
| * namcos22: Add per-game speaker configurations superctr2017-02-131-9/+41
* | namcos22: revert timecris byteswapped rom (this was done a few months ago) (nw) hap2017-02-111-2/+2
|/
* use word swap macro instead of byteswapped roms superctr2017-02-101-2/+2
* byteswap samples for adillor and primglex superctr2017-02-101-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-40/+40
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* namcos22: timecris clone still had wrong byteswapped samplerom hap2016-09-021-1/+1
* Update namcos22.cpp MASH2016-09-011-6/+6
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-2/+2
* timecris: byteswapped sample rom (ts1wavea.2l) superctr2016-08-181-1/+1
* remove MACHINE_IMPERFECT_SOUND flags for C352 games superctr2016-08-181-28/+28
* Rearrange C352 channels, remove rear channels for systems without second superctr2016-08-171-8/+8
* Use emumem.h defines whenever possible Giuseppe Gorgoglione2016-08-111-1/+1
* Devfind revision phase 2 (nw) AJR2016-08-051-4/+4