summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/champbas.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* champbas.cpp: updated ROM labels and PCB infos for exctscc2 [Der Kommissar, c... Ivan Vangelista2020-08-081-31/+31
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-1/+1
* crazybal.cpp: added [TTL] to the title for consistency with the other CPU-les... Ivan Vangelista2020-05-171-0/+1
* equites: use the new 8505 mcu for gekisou/hvoltage, seems to work (nw) hap2020-04-031-19/+8
* Spring cleaning: Vas Crabb2019-11-011-4/+4
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* PORT_CUSTOM simplification (nw) AJR2019-09-141-2/+2
* champbas.cpp, lwings.cpp: VBLANK IRQ modernization (nw) AJR2019-08-251-7/+7
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-117/+113
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-113/+117
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-85/+85
* champbas: LS259 device does this automatically now, so no need for this ugly ... AJR2019-03-041-7/+0
* volt_reg: set default m_output (nw) hap2019-02-191-3/+0
* misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-4/+4
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-3/+4
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-4/+8
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-4/+4
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-4/+4
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-2/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-20/+12
* ay8910: some more work on MCFG macros removal (nw) Ivan Vangelista2018-11-121-18/+11
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-8/+4
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-41/+39
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-5/+5
* that would help (nw) Vas Crabb2018-05-311-1/+1
* Hopefully fix MT06989, obsolete #3417, and rather lazily separate parts speci... Vas Crabb2018-05-311-41/+48
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-7/+7
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-19/+19
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-62/+62
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+4
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-11/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-69/+80
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-11/+11
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-7/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-18/+18
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-9/+9
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-4/+8
* New way to provide DAC reference inputs (nw) AJR2018-01-101-8/+4
* replace champbb2a set with 'tbasebal' [ShouTime, progetto-SNAPS, Patrick Whee... David Haywood2017-11-251-17/+33
* New 74LS259/9334/CD4099 devices AJR2017-07-251-26/+53
* 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-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-34/+28