summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mitchell.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-13/+13
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-13/+13
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-12/+12
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-53/+52
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-5/+5
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-5/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-38/+38
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-9/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-100/+110
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-15/+15
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-11/+11
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-8/+8
* Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1
* new not working clone Ivan Vangelista2017-10-071-52/+86
* mitchell.cpp: added pals and eeprom dumps to pkladiesla, also corrected rom l... Ivan Vangelista2017-08-231-10/+17
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-1/+1
* pangba, pangbb, spangbl: Sound improvements AJR2017-05-291-20/+9
* missed one (nw) David Haywood2017-05-171-1/+1
* mitchell.cpp : just use the finder method for nvram David Haywood2017-05-171-10/+2
* fix mitchell.cpp nvram saving [D. Haywood] DavidHaywood2017-05-171-6/+6
* New working clone AJR2017-05-151-7/+46
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-11/+11
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* 74157 updates, pinball division (nw) (#1841) ajrhacker2016-12-171-1/+1
* spangbl, pangba: 74LS157-ization and working sound AJR2016-12-151-25/+61
* Standardise pkladies inputs, remove P2 inputs (nw) einstein952016-10-261-16/+25
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* cps1.cpp, mitchell.cpp: Restrict inputs for some games AJR2016-09-131-10/+10
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-1/+1
* ym2413: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* More gen_latch (nw) Ivan Vangelista2016-05-201-2/+4
* mitchell.cpp: Minor rom name correction - Pointed out via eBay auction - NW briantro2016-02-171-1/+1
* mitchell.cpp: GGRRRR... fix typo ... time to get some sleep - NW briantro2016-02-161-1/+1
* mitchell.cpp: correct rom names as per deleted comment - NW briantro2016-02-161-13/+13
* mitchell.cpp: Update PBC locations for other Block Block sets - NW briantro2016-02-161-6/+6
* New Block Block clone briantro2016-02-161-59/+76
* mitchell.cpp: dumped a blockjoy board and noted a rom label difference (Andr... Ivan Vangelista2016-02-131-0/+2
* mitchell.cpp: added Guru-Readme(c)(tm)(r) for Pang PCB (nw) Guru2015-12-081-0/+49
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-5/+5
* clang-modernize part 4 Miodrag Milanovic2015-12-041-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2305