summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fastfred.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with f: removed read* and write* macros (nw) Ivan Vangelista2020-06-091-13/+13
* various drivers: READ/WRITE macros removal (nw) Ivan Vangelista2020-05-151-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-6/+6
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-32/+55
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-55/+32
* srcclean (nw) Vas Crabb2019-02-241-1/+1
* mame\video: removed MACHINE_CONFIG macros (nw) Ivan Vangelista2019-02-141-1/+1
* new not working clone Ivan Vangelista2019-02-111-24/+48
* src/mame: removed all instances of MCFG_DEVICE_REMOVE in the mame part of the... Ivan Vangelista2019-01-291-3/+3
* get rid of the rest of the digfx MCFG as well (nw) Vas Crabb2019-01-071-4/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-7/+4
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-1/+1
* ay8910: another batch of MCFG removal (nw) Ivan Vangelista2018-11-081-4/+2
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-16/+14
* new working clone - Jump Coaster (World) braintro2018-06-131-23/+42
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-11/+11
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-0/+1
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-17/+17
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-21/+21
* fastfred.cpp, mermaid.cpp, rollrace.cpp: Replace MCFG_CPU_VBLANK_INT with lin... AJR2018-03-281-4/+6
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-62/+66
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* A handful of fixes (nw) Olivier Galibert2018-02-121-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-6/+6
* imago: Fix sprite banking (nw) AJR2017-07-261-1/+1
* New 74LS259/9334/CD4099 devices AJR2017-07-251-31/+23
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* more gen_latch-ification (nw) Ivan Vangelista2016-06-011-3/+7
* Make watchdog timer a separate device AJR2016-04-301-2/+5
* this is pointer so nullptr is fine (nw) Miodrag Milanovic2015-12-071-1/+1
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1062