summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/armedf.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-9/+9
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-24/+24
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-6/+6
* (nw) misc follow-up Vas Crabb2018-05-061-8/+8
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-80/+80
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-12/+12
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-187/+202
* Fix skyrobo/bigfghtr (nw) AJR2018-02-271-1/+1
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-271-2/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-15/+15
* armedf.cpp: fixed input problems for armedf. Thanks MASH (nw) Ivan Vangelista2018-02-061-1/+1
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-29/+29
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-10/+10
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-12/+19
* New way to provide DAC reference inputs (nw) AJR2018-01-101-19/+12
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-8/+8
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* srcclean (nw) Vas Crabb2017-01-221-2/+2
* Legion and Rygar have YM3526 instead of YM3812 (other Nichibutsu games to be ... AJR2017-01-111-57/+39
* armedf.cpp:Clocks verified for Sky Robo / Tatakae! Big Fighter [Guru] briantro2017-01-101-86/+106
* armedf.cpp: Remove comment - Caps0ff confirmed it's a 8751 briantro2016-12-311-1/+1
* Added MCU note, promoted game to working. angelosa2016-12-271-3/+5
* Added debug code for initial area, nw angelosa2016-12-271-3/+10
* Fixed service switch and updated DIPS/inputs with locations and content to ma... Scott Stone2016-12-271-21/+22
* Clean-ups, changed sound CPU to use 24 MHz / 4 in all games in the driver and... angelosa2016-12-271-33/+13
* left-over (nw) angelosa2016-12-271-9/+2
* Dumped i8751 dump for Sky Robo / Takatae Big Fighter, added basic MCU hookup ... angelosa2016-12-271-4/+42
* skyrobo: fix boot (nw) balr0g2016-12-231-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-61/+61
* more gen_latch (nw) Ivan Vangelista2016-06-071-3/+19
* Revert "armedf.cpp: fixed missing ship icon in terrafb and terrafjb and fixe... Ivan Vangelista2016-03-111-1/+1
* armedf.cpp: fixed missing ship icon in terrafb and terrafjb and fixed the la... Ivan Vangelista2016-03-111-1/+1
* More configuration fixes AJR2016-01-231-1/+5
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-6/+6
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2204