summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/flstory.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-6/+7
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-152/+152
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-21/+21
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-27/+27
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* From: Atari Ace Aaron Giles2011-02-031-51/+51
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-9/+15
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-156/+156
* Cleanups and version bump.mame0140u3 Aaron Giles2010-12-231-25/+25
* Marked the game as GAME_UNEMULATED_PROTECTION, until we understand more about... Angelo Salese2010-12-151-2/+5
* Reverted it back, it seems to make more sense like this ... Angelo Salese2010-12-151-7/+7
* Fixed (hopefully for good) the loop problem ... Angelo Salese2010-12-151-2/+2
* Added an hack for yet another subtle behaviour ... Angelo Salese2010-12-151-88/+140
* new working game Angelo Salese2010-12-151-45/+21
* Fixed a bug with the bird, thought it was bit-wise but it's actually value-wise Angelo Salese2010-12-151-40/+7
* Added 0xb4-0xb5-0xb6 command and fixed a subtle protection behaviour, game se... Angelo Salese2010-12-151-14/+66
* Added command 0xbb, game can now give proper game over Angelo Salese2010-12-151-4/+48
* Small extra comment, before I forgot ... Angelo Salese2010-12-151-3/+3
* Added command 0xb1 Angelo Salese2010-12-151-3/+22
* Added command 0xb2 Angelo Salese2010-12-151-4/+32
* new NOT_WORKING game Angelo Salese2010-12-151-16/+34
* new clone Angelo Salese2010-12-141-0/+324
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-15/+6
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-14/+14
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-5/+5
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* Make use of AM_BASE_SIZE_MEMBER macros. Aaron Giles2009-11-291-6/+6
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-6/+6
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-6/+6
* Added driver data struct and save states to fitfight.c, flstory.c and funkybee.c Fabio Priuli2009-11-271-81/+171
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-5/+5
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-5/+5
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-9/+9
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-1/+1
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-281-6/+7
* Merged memory maps for all driver sources beginning with 'F': [MooglyGuy] Ryan Holtz2009-04-271-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-6/+6
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-22/+22