summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/flstory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-127/+0
* init vars (includes) Robbbert2022-04-101-10/+10
* drivers starting with f: removed read* and write* macros (nw) Ivan Vangelista2020-06-091-11/+11
* further macro removal work (nw) Ivan Vangelista2020-05-181-4/+4
* hook up victnine mcu, tested that it boots at least DavidHaywood2019-11-211-5/+3
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* -bus/ep64/exp: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-181-0/+1
* (nw) more header cleanup, make tx1 use something that looks like C++ rather t... Vas Crabb2018-11-231-4/+13
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-6/+9
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-6/+6
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-6/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+5
* converted flstory.cpp to use ta7630 (nw) angelosa2017-09-221-1/+6
* flstory.cpp: merged memory maps, and fixed gfx bank default (fixes Onna Sansh... angelosa2017-09-191-0/+1
* eliminate nmi trampolines (nw) Lord-Nightmare2017-08-231-2/+0
* flstory.cpp: Soundlatch modernization (nw) AJR2017-08-171-9/+6
* Onna Sansirou - Typhoon Gal - use 68705 dump, replace inaccurate protection s... David Haywood2017-06-201-3/+0
* use actual M68705P5 dump for Rumba Lumber, replaces inaccurate simulation [Sh... David Haywood2017-06-201-12/+0
* taito68705interface improvements: Vas Crabb2017-01-151-0/+1
* use common MCU hookup for flstory too David Haywood2016-12-281-28/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-38/+38
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-1/+5
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* misc palette cleanups (nw) Dirk Best2015-08-021-2/+0
* resolved lot of license ownership (nw) Miodrag Milanovic2015-05-191-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-2/+2
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Fix flstory.c (nw) Alex W. Jackson2014-03-021-6/+5
* some more mame fixes (nw) Miodrag Milanovic2014-02-281-0/+2
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* "msm" lookup tag removal (nw) Miodrag Milanovic2013-04-141-1/+4
* some cleanup (nw) Miodrag Milanovic2013-04-111-2/+3
* unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1
* moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-3/+5
* Modernization of drivers part 5 (no whatsnew) Miodrag Milanovic2013-02-081-0/+2
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-15/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+10
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+3
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+4
* Fix most remaining regressions. Aaron Giles2012-04-191-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-7/+9
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-0/+1