summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bionicc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* More gen_latch (nw) Ivan Vangelista2016-05-201-2/+4
* Added license for Paul Leaman, also resolved status of Steven Frew (nw) Miodrag Milanovic2016-01-111-2/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+625