summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos11.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* m37710: Internalize timing for A-D converter AJR2019-08-301-7/+0
* (nw) minor doc update about sets & consistency naming. braintro2019-05-171-9/+9
* NEW WORKING GAMES ADDED smf-2019-05-161-2/+51
* m37710: Replace I/O space with callbacks AJR2019-04-071-16/+9
* -bus/psx/ctlrport, multitap, parallel: Removed MCFG and MACHINE_CONFIG macros... mooglyguy2018-12-161-97/+86
* MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-7/+7
* New clone added smf-2018-10-281-3/+27
* video/psx.cpp: Eliminate register_postload; separate out screen device (nw) AJR2018-09-111-0/+5
* Move imperfect graphics flag down into PSX GPU device AJR2018-09-021-27/+27
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-4/+2
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-15/+16
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-6/+6
* wpc_shift, wpc_lamp, wpc_out, wpc_pic, wpc_dmd, ygv608, timekpr, at28c16, c35... Ryan Holtz2018-05-281-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-27/+27
* 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-29/+29
* namcos11.cpp : Cleanup bankswitch handler, Reduce runtime tag lookups cam9002018-03-261-18/+20
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-69/+75
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-13/+26
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+12
* fix analogue ports (nw) smf-2018-02-091-1/+1
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-14/+28
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* replace some space.device() calls (nw) smf-2017-12-131-2/+2
* various drivers: added some lan, printer and camera flags according to MT0658... Ivan Vangelista2017-11-081-1/+1
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* new clone added - Xevious 3D/G (World) briantro2017-07-061-5/+28
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-27/+27
* namcos11.cpp: Dancing Eyes World Ver C (DC2/VER.C) known to exist (nw) briantro2017-05-131-0/+1
* namcos11.cpp: reworked game regions according to infos provided by ShouTime (nw) Ivan Vangelista2017-05-131-23/+33
* namcos11.cpp: Let's call Star Sweep (STP2/VER.A) the Asia version briantro2017-05-071-2/+3
* New working clone smf-2017-05-061-1/+17
* namcos11.cpp: Don Bear Near == mistranslation of Dunk Mania so remove it. (nw) briantro2017-04-241-1/+0
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* use word swap macro instead of byteswapped roms superctr2017-02-101-1/+1
* byteswap samples for adillor and primglex superctr2017-02-101-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* remove MACHINE_IMPERFECT_SOUND flags for C352 games superctr2016-08-181-25/+25
* Rearrange C352 channels, remove rear channels for systems without second superctr2016-08-171-5/+5
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-4/+4
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-4/+4
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2