summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funkball.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-812/+0
* init vars for coverity (drivers/f,g) Robbbert2022-03-251-9/+9
* funkball: fix flags cracyc2021-07-151-1/+1
* funkball: add sound cpu cracyc2021-07-151-1/+15
* funkball: Found a reference to 32539 in the code that looks to be a reasonabl... Aaron Giles2021-07-151-1/+3
* funkball: Implement timer (actual frequency unknown) Aaron Giles2021-07-151-52/+18
* video/voodoo.cpp: Major rewrite: (#8267) Aaron Giles2021-07-091-6/+7
* rs232: HLE updates AJR2021-01-261-1/+0
* drivers starting with f, g and h: some macro removal (nw) Ivan Vangelista2020-05-271-15/+15
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-3/+3
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-5/+8
* (nw) Clean up the mess on master Vas Crabb2019-03-261-16/+16
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-16/+16
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-071-10/+10
* devices/video: some MCFG macro removal (nw) Ivan Vangelista2019-01-091-5/+5
* -intelfsh: Removed MCFG, nw mooglyguy2018-09-051-3/+3
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-6/+1
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-2/+2
* funkball: Use UART and RS232 port for diagnostic serial output AJR2018-08-011-22/+24
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-1/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-5/+5
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-37/+40
* lpci: De-staticize callbacks and remove both device parameters (nw) AJR2018-03-031-22/+20
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* Misc stuff (nw) Olivier Galibert2018-01-271-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-2/+2
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-2/+2
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Duh (nw) Olivier Galibert2017-04-211-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-4/+5
* srcclean (nw) Vas Crabb2017-02-191-1/+1
* Basic inputs for Funky Ball (nw) angelosa2017-02-141-63/+30
* Added terminal to Konami M2 (nw) angelosa2017-01-281-7/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-23/+23
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-6/+6
* funkball.cpp: fixed MT06324 (nw) Ivan Vangelista2016-07-261-3/+3
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-2/+2
* Fix region endian too, nw angelosa2016-06-271-3/+3
* Hooked up terminal device to Funky Ball, nw angelosa2016-06-231-2/+8
* funkball.cpp: Reversed ROM flash hookup, fixed bogus FPU exception, nw angelosa2016-06-231-3/+3
* start making this a little more modern c++y with classes, member functions et... David Haywood2016-02-011-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* Revert "Fixes (nw)" Miodrag Milanovic2016-01-201-1/+1