summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcona1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-051-3/+3
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-43/+64
* vgmplay: Supports C140 [smf] smf-2018-08-101-2/+6
* namcona1.cpp : Fix copy-n-paste error cam9002018-07-131-2/+2
* c140.cpp, c45.cpp, namco_c139.cpp : Remove MCFG_s (#3736) cam9002018-07-131-7/+7
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-17/+17
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-34/+34
* 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
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-8/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-38/+42
* srcclean (nw) Vas Crabb2018-02-251-6/+6
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* namcona1.cpp: Added msm6242 RTC and fixed eeprom type to X-Day 2 [Angelo Salese] angelosa2018-02-031-9/+34
* namcona1.cpp: fix bogus palette transfers for xday2 [Angelo Salese] angelosa2018-02-021-3/+8
* Kill namcona*w machine configs (nw) angelosa2018-02-021-28/+11
* namcona1.cpp: Added dynamic screen visible area change effect, used mostly by... angelosa2018-02-021-5/+6
* namcona1.cpp: demote all to MACHINE_NO_COCKTAIL, there's a note about it (nw) angelosa2018-02-021-20/+20
* namcona1.cpp: improved encapsulation [Angelo Salese] angelosa2018-02-021-29/+32
* namcona1.cpp: fix soft reset hangs [Angelo Salese] angelosa2018-02-021-0/+1
* 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-4/+4
* Tackle the ambiguous ones (nw) Olivier Galibert2018-01-021-2/+2
* new working clones Ivan Vangelista2017-12-281-2/+42
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* Merge popcount implementation in emucore.h with the new eminline (nw) AJR2017-10-241-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-22/+22
* Self-registering devices prep: Vas Crabb2017-02-271-1/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* Fix MT #06404 angelosa2016-10-111-2/+9
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-2/+0
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1333