summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/capbowl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-734/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* capbowl.cpp: fixed a couple of problems introduced in previous commit Ivan Vangelista2022-03-241-2/+2
* - capbowl.cpp: used finders and other small cleanups Ivan Vangelista2022-03-241-119/+367
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-1/+1
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-4/+0
* capbowl.cpp: Corrected ROM names and added additional documentation. [Brian T... braintro2020-06-171-14/+14
* drivers starting with c and d: completed read* and write* macros removal (nw) Ivan Vangelista2020-06-081-5/+5
* Move some RC timing macros out of the core (nw) AJR2020-05-031-0/+1
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* devices/machine/watchdog.cpp : Simplify handlers cam9002019-03-311-1/+1
* gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-27/+29
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-29/+27
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-19/+18
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... Vas Crabb2019-02-181-1/+1
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-2/+4
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1
* devices/video: some MCFG macro removal (nw) Ivan Vangelista2019-01-091-4/+4
* capbowl: can't multiply attotime with float (nw) hap2019-01-061-1/+3
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-3/+1
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* devcb3 Vas Crabb2018-07-071-12/+12
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-13/+13
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7
* 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-11/+11
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-33/+36
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* 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-2/+2
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-5/+5
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-5/+5
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-3/+3
* ticket.cpp: Eliminate legacy read method (nw) AJR2017-12-061-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* capbowl, bowlrama: Identify DAC type AJR2017-02-171-1/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-9/+11
* some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-2/+4