summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/flstory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+1
* Fix recent regressions, nw mooglyguy2018-12-191-1/+8
* -bus/ep64/exp: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-181-240/+66
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-12/+12
* ay8910: penultimate batch of MCFG removal (nw) Ivan Vangelista2018-11-131-16/+16
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-17/+17
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-10/+10
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-10/+10
* 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-6/+6
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-52/+52
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+4
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-66/+73
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-7/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-24/+24
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-5/+5
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-4/+9
* New way to provide DAC reference inputs (nw) AJR2018-01-101-9/+4
* (nw) srcclean - please use UTF-8 for source files, stuff that isn't valid UTF... Vas Crabb2017-09-241-24/+24
* Converted 40 Love to use ta7630 (nw) angelosa2017-09-221-1/+1
* converted flstory.cpp to use ta7630 (nw) angelosa2017-09-221-50/+29
* buggychl.cpp: fixed sound timer irq frequency, fixes enter initials BGM tempo... angelosa2017-09-191-4/+4
* flstory.cpp: screen raw params (nw) angelosa2017-09-191-16/+24
* flstory.cpp: merged memory maps, and fixed gfx bank default (fixes Onna Sansh... angelosa2017-09-191-69/+38
* eliminate nmi trampolines (nw) Lord-Nightmare2017-08-231-12/+2
* flstory: Fix CPU communication issue that sometimes caused sound to disappear... AJR2017-08-181-1/+1
* flstory.cpp: Soundlatch modernization (nw) AJR2017-08-171-49/+38
* flstory.cpp: Use new 68705 image that includes the bootstrap code. [ShouTime,... briantro2017-06-221-2/+2
* flstory.cpp: Use bootleg MCU dump until a correct 68705 image is available. (nw) briantro2017-06-201-2/+2
* flstory.cpp: Replace bootleg MCU with dumped M68705 for The FairyLand Story [... briantro2017-06-201-15/+15
* more conventional romaji Vas Crabb2017-06-201-2/+7
* Onna Sansirou - Typhoon Gal - use 68705 dump, replace inaccurate protection s... David Haywood2017-06-201-16/+24
* Merge pull request #2392 from DavidHaywood/160617 R. Belmont2017-06-191-204/+7
|\
| * use actual M68705P5 dump for Rumba Lumber, replaces inaccurate simulation [Sh... David Haywood2017-06-201-204/+7
* | A few more Taito games that actually use YM2149 (nw) AJR2017-06-161-5/+5
|/
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* Self-registering devices prep: Vas Crabb2017-02-271-1/+5
* taito68705interface improvements: Vas Crabb2017-01-151-1/+1
* Taito 68705 interface improvements: Vas Crabb2017-01-151-1/+1
* use common MCU hookup for flstory too David Haywood2016-12-281-47/+13
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-50/+55
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-2/+10
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1584