summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bionicc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with a and b: some macro removal (nw) Ivan Vangelista2020-05-251-8/+8
* tilemap: that macro has contributed nothing but obfuscation since we moved to... Vas Crabb2020-03-111-3/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* srcclean (nw) Vas Crabb2019-08-251-46/+46
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* bionicc: More cleanups Dirk Best2019-07-301-165/+429
* srcclean (nw) Vas Crabb2019-07-281-2/+2
* bionicc: Correct audio CPU NMI source Dirk Best2019-07-271-11/+17
* bionicc: Proper MCU hookup, remove hacks Dirk Best2019-07-261-104/+90
* tigeroad_spr.cpp : Updates cam9002019-06-041-102/+78
* 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-18/+63
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-63/+18
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-221-14/+14
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros in drivers in the s... Ivan Vangelista2019-02-211-1/+1
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1
* new working clone Ivan Vangelista2019-01-091-1/+46
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+2
* mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw mooglyguy2018-12-091-4/+4
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-3/+1
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-7/+7
* Fix the buggychl mcu to run at 3mhz as shown on the schematic, and add sound ... Lord-Nightmare2018-05-291-0/+4
* 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-6/+6
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (nw) misc follow-up Vas Crabb2018-05-061-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-10/+10
* bionicc.cpp: corrected MCU label for the original sets [Guru] Ivan Vangelista2018-04-251-4/+4
* srcclean (nw) Vas Crabb2018-04-221-8/+8
* start hooking up Bionic Command MCU (similar to F1 Dream) however it still re... David Haywood2018-04-191-57/+73
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-27/+29
* 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-4/+4
* 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
* Do the easy ones (nw) Olivier Galibert2018-01-011-2/+2
* Fixed screen mis-alignment regression in Bionic Commando [Angelo Salese] angelosa2017-07-191-1/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* New working clone Ivan Vangelista2017-04-181-16/+60
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* srcclean (nw) Vas Crabb2016-11-271-2/+2
* proper frame timings for bionicc Vas Crabb2016-11-241-4/+2
* Fixed typo at line 36. Asayuki2016-11-241-1/+1
* Added precise video signal timings. MCFG_SCREEN_RAW_PARAMS() still missing. Asayuki2016-11-241-4/+21
* Fixed the indentation of the previous commit Asayuki2016-11-221-2/+2
* Added measured clock frequencies, also for the protection MCU, and scan rates Asayuki2016-11-221-3/+11
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1