summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/armedf.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1978/+0
* New working clones Ivan Vangelista2021-12-221-5/+35
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-2/+1
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-021-2/+2
* Correctly fix armedf (post db79120 ) Olivier Galibert2020-11-071-13/+11
* Fix a Olivier Galibert2020-11-031-2/+5
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-16/+0
* misc small changes (manufacturer info, dsws etc.) (nw) (#6849) David Haywood2020-06-211-2/+2
* armedf : Fixed the resolution difference from PCB. (Testers-07640) Sasuke2020-05-311-1/+1
* armedf: correct game title (nw) hap2020-05-281-7/+8
* armedf.cpp : Use pdrawgfx for sprite drawing, Minor cleanups cam9002020-01-251-261/+211
* srcclean (nw) Vas Crabb2019-12-211-1/+1
* armedf.cpp, galivan.cpp: major video config cleanups, converted to screen.set... angelosa2019-12-091-265/+37
* galivan.cpp, armedf.cpp : Adjusted Some games DAC gain compared with PCB movi... sasuke-arcade2019-12-051-6/+6
* Has "For use in Japan" (nw) Angelo Salese2019-11-111-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-8/+8
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-5/+5
* all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-4/+9
* gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-176/+172
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-172/+176
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-251-140/+135
* volt_reg: set default m_output (nw) hap2019-02-191-5/+0
* (nw) clean up trivial stuff - the device delegate boilerplate is ugly, I will... Vas Crabb2019-02-191-10/+10
* misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-18/+18
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-15/+20
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-3/+4
* Start cleaning up palette configuration: Vas Crabb2018-12-291-36/+28
* mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw mooglyguy2018-12-091-4/+4
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-5/+5
* armedf.cpp: added comment about legionjb2 scroll registers by Haze (nw) Ivan Vangelista2018-09-061-0/+1
* armedf.cpp: corrected fg scroll address map location for legionjb2 (nw) Ivan Vangelista2018-09-041-111/+65
* New NOT WORKING clone (#3951) ClawGrip2018-09-041-1/+28
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-62/+62
* 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