summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/flstory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-25/+25
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+8
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-36/+48
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* From: Atari Ace Aaron Giles2011-02-031-0/+11
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* new clone Angelo Salese2010-12-141-0/+2
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3