summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fantland.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-1/+1
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* PORT_CUSTOM simplification (nw) AJR2019-09-141-4/+4
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-2/+2
* 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-41/+42
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-42/+41
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-071-33/+33
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-1/+1
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-2/+4
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* srcclean and cleanup (nw) Vas Crabb2019-01-271-4/+4
* -devices/sound/3526intf: Removed MCG macro, nw mooglyguy2018-12-291-53/+52
* Start cleaning up palette configuration: Vas Crabb2018-12-291-16/+12
* New WORKING clone (#4408) ClawGrip2018-12-211-13/+78
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-7/+5
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-4/+4
* fantland.cpp: Fix validation (nw) AJR2018-11-011-3/+3
* fantland.cpp : Minor cleanups (#4215) cam9002018-10-311-154/+96
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-12/+12
* diexec: Interrupt API changes (nw) AJR2018-05-181-2/+2
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-16/+18
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-18/+16
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-5/+5
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+4
* (nw) misc follow-up Vas Crabb2018-05-061-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-34/+34
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* (numerous drivers): Convert MCFG_CPU_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBAC... AJR2018-04-141-7/+7
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-10/+10
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-81/+90
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+9
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* Do the easy ones (nw) Olivier Galibert2018-01-011-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+13
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-20/+22
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* some more gen_latch.cpp (nw) Ivan Vangelista2016-05-271-6/+13
* z80: removed obsolete irq_line write handler hap2016-02-071-1/+1
* revert part of 'clang cleanup 7' where 0 means the value 0 hap2016-01-241-1/+1