summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/buggychl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-3/+3
* PORT_CUSTOM simplification (nw) AJR2019-09-141-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-8/+4
* -bus/ep64/exp: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-181-37/+35
* ay8910: penultimate batch of MCFG removal (nw) Ivan Vangelista2018-11-131-11/+11
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+1
* left-associativity, yo (nw) Vas Crabb2018-06-251-11/+11
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-11/+11
* Fix the buggychl mcu to run at 3mhz as shown on the schematic, and add sound ... Lord-Nightmare2018-05-291-5/+69
* 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-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-14/+14
* -output: Removed remaining legacy output accesors from cinemat, and removed t... mooglyguy2018-04-071-0/+2
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-47/+49
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7
* 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-1/+1
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-7/+7
* Wrote a new device for TA7630, hooked it up to buggychl.cpp (nw) angelosa2017-09-221-8/+23
* buggychl: fix PORT_SERVICE_DIPLOC in conflict with IPT_SERVICE, causing F2 to... hap2017-09-211-2/+2
* buggychl.cpp: fix compile, converted accelerator to analog, proper sound irq ... angelosa2017-09-211-8/+17
* buggychl.cpp: fixed sound timer irq frequency, fixes enter initials BGM tempo... angelosa2017-09-191-5/+11
* buggychl: remove nmi trampolines; add details and mirrors to memory map based... Lord-Nightmare2017-08-281-34/+84
* srcclean (nw) Vas Crabb2017-08-271-1/+1
* buggychl: Should use YM2149, despite schematic errors (nw) AJR2017-08-181-2/+2
* buggychl.cpp: Soundlatch modernization, corrected clocks and added sound sema... Lord-Nightmare2017-08-181-33/+48
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* taito68705interface improvements: Vas Crabb2017-01-151-1/+9
* Taito 68705 interface improvements: Vas Crabb2017-01-151-1/+1
* taito refactoring pt1. David Haywood2016-12-281-9/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-2/+4
* Make watchdog timer a separate device AJR2016-04-301-1/+3
* this is pointer so nullptr is fine (nw) Miodrag Milanovic2015-12-071-1/+1
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-1/+1
* clang-modernize part 7 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+488