summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bublbobl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-6/+6
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-5/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-24/+24
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-26/+26
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-26/+26
* Start killing off non-diexec PULSE_LINE hacks (nw) AJR2018-05-151-3/+6
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-35/+34
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* typos (nw) Lord-Nightmare2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-37/+37
* remove unnecessary acrobatics (nw) smf-2018-04-131-5/+5
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-8/+8
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-109/+120
* (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
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* 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-7/+7
* 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
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* bublbobl.cpp: Fix for sets with no MCU (nw) AJR2017-09-291-12/+11
* bublbobl: Use MCFG_SCREEN_VBLANK_CALLBACK instead of irq0_line_pulse (nw) AJR2017-09-281-1/+1
* input_merger: syncronise on the way in, extend to 32 inputs, make some Vas Crabb2017-08-061-133/+175
* add note that the pal is actually a good dump, as it is the same logic inside... Lord-Nightmare2017-07-141-1/+1
* Implemented dipswitches and tweaked inputs for Bubble Bobble prototype so tha... Lord-Nightmare2017-07-141-8/+58
* New working clones Lord-Nightmare2017-07-141-0/+46
* Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ... AJR2017-05-261-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-25/+24
* bublbobl.cpp: removed outdated comment (nw) Ivan Vangelista2017-03-101-1/+0
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5
* srcclean (nw) Vas Crabb2017-01-221-1/+1
* taito68705interface improvements: Vas Crabb2017-01-151-34/+15
* Taito 68705 interface improvements: Vas Crabb2017-01-151-3/+3
* m6805: refactoring and improvements Vas Crabb2017-01-121-1/+1
* refactored new taito68705interface to use newer 68705 code (with integrated p... David Haywood2016-12-281-30/+34
* fix mcu clock rate based on comments in driver (nw) Lord-Nightmare2016-12-231-1/+1
* minor romname/comment fixes (nw) Lord-Nightmare2016-12-231-4/+4
* dumped 68705 a71_24.bin from Tokio / Scramble Formation [ShouTime, brizzo] David Haywood2016-12-231-17/+36
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* sound trampolines removal from various drivers (nw) Ivan Vangelista2016-06-131-14/+2
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-2/+6
* Make watchdog timer a separate device AJR2016-04-301-2/+7
* Cleanups and version bump Miodrag Milanovic2016-02-241-1/+1
* new clones David Haywood2016-02-121-0/+37
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1876