summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fantland.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1498/+0
* fantland.cpp: verified CPUs and XTAL for fantland [system11] Ivan Vangelista2022-06-181-6/+7
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-2/+2
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-021-1/+1
* New working clones (#7744) ClawGrip2021-02-071-59/+117
* Fix f, g Olivier Galibert2020-11-061-2/+2
* volt_reg: Remove uses that are not needed anymore with the recent (#7367) Aaron Giles2020-10-201-4/+0
* validity.cpp: Limit characters allowed in I/O port tags, and check ROMs and I... Vas Crabb2020-08-271-14/+14
* drivers starting with f: removed read* and write* macros (nw) Ivan Vangelista2020-06-091-9/+9
* taitof2.cpp: updated clocks and rom labels for driveout [f205v] Ivan Vangelista2020-03-291-5/+0
* fantland.cpp: updated wheelrun to use measured clocks and added the two SNs. ... Ivan Vangelista2020-03-291-4/+9
* Better description (#6497) f205v2020-03-291-14/+24
* 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