summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcond1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/mame/video: switched various devices to devcb3 and removed MCFG macros (nw) Ivan Vangelista2018-11-211-5/+5
* namcond1.cpp: Redumped the graphics for Abnormal Check [the Guru] braintro2018-11-161-6/+3
* midyunit.cpp: Add SL1 revision sound ROM to Smash T.V. V3.01 [Jim Hernandez] braintro2018-11-071-1/+1
* srcclean and cleanup (nw) Vas Crabb2018-10-281-8/+8
* namcond1.cpp: Couple ROM name corrections, correct voice ROM size and checksu... braintro2018-10-141-5/+4
* new NOT WORKING angelosa2018-10-151-31/+86
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-2/+2
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* wpc_shift, wpc_lamp, wpc_out, wpc_pic, wpc_dmd, ygv608, timekpr, at28c16, c35... Ryan Holtz2018-05-281-7/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-6/+6
* Eliminate some explicit device tag lookups (nw) AJR2018-05-131-0/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-12/+12
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-39/+43
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Remove pulse_input_line version using CPU minimum quantum, which can (though ... AJR2017-11-221-1/+1
* Revert "pulse_input_line: change units to cycles and set default param to min... hap2017-11-151-1/+1
* pulse_input_line: change units to cycles and set default param to min_cycles ... hap2017-11-151-1/+1
* Replace driver_device::generic_pulse_irq_line with device_execute_interface::... AJR2017-11-141-1/+1
* ygv608.cpp: fix CRTC vblank period, fixes NCV2: Dig Dug Original regression [... angelosa2017-09-281-0/+2
* never hurts to srcclean (nw) Vas Crabb2017-07-091-39/+39
* abcheck: add default EEPROM so the game boots w/o going into service mode fir... arbee2017-07-011-2/+4
* Silence some ports (nw) angelosa2017-06-301-0/+3
* ygv608.cpp: address pointer clean-ups (nw) angelosa2017-06-291-1/+1
* ygv608.cpp: added CRTC function, moved irqs in handler callbacks [Angelo Salese] angelosa2017-06-291-21/+23
* ygv608.cpp: converted ports to AM_DEVICE (nw) angelosa2017-06-281-2/+2
* YGV608 accessors are 8-bits not 16 (nw) angelosa2017-06-281-2/+2
* Inputs for abcheck (nw) angelosa2017-06-271-3/+23
* New games added as GAME_NOT_WORKING arbee2017-06-261-50/+228
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-3/+7
* remove MACHINE_IMPERFECT_SOUND flags for C352 games superctr2016-08-181-5/+5
* Rearrange C352 channels, remove rear channels for systems without second superctr2016-08-171-4/+4
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-105/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+404