summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/liberate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-58/+58
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-5/+5
* BIG update. Aaron Giles2011-03-291-35/+35
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-5/+5
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-15/+15
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-9/+9
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+5
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-9/+9
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-69/+69
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-18/+10
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-10/+10
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-3/+1
* no dot after "Pro" + added sub title Michaƫl Banaan Ananas2010-05-231-2/+2
* Cleanups and version bump. Aaron Giles2010-03-041-17/+17
* Added driver_data struct and save states to the following drivers: lkage.c, l... Fabio Priuli2010-02-191-94/+147
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Converted the goldstar, liberate, sidearms and sidepckt drivers to use driver... Phil Bennett2010-01-031-65/+49
* Results of running the latest srcclean. Aaron Giles2009-12-281-13/+13
* Eliminated the use of generic.colorram and generic.videoram in several driver... Phil Bennett2009-12-211-13/+16
* Renamed functions: Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-20/+20
* Cleanups and version bump.mame0133u2 Aaron Giles2009-08-131-1/+1
* prosport: removed AM_SHARE macro and used AM_MIRROR in memory definition Roberto Zandona2009-08-051-5/+4
* prosport: added some dsws Roberto Zandona2009-08-051-2/+43
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-20/+20
* Identified the main CPU in Pachi Fever [Olivier Galibert, Wilbert Pol] Angelo Salese2009-06-181-1/+4
* New games added or promoted from NOT_WORKING status Angelo Salese2009-06-181-10/+6
* Cleanups and version bump.mame0132u1 Aaron Giles2009-06-181-5/+5
* Some minor tweakery Angelo Salese2009-06-171-2/+2
* Fixed Pro Tennis gameplay and added basic background hook-up. Angelo Salese2009-06-171-6/+31
* Implemented a new DECO CPU-16 opcode, used by Express Raider for V-BLANK bit ... Angelo Salese2009-06-151-0/+12
* Fixed a DECO16 CPU core bug that was causing issues with Pro Bowling part of ... Angelo Salese2009-06-141-2/+2
* Better irq fix and added basic sound (not yet 100% accurate?) Angelo Salese2009-06-141-5/+7
* Allow the game to be playable at the cost in being slower (???) Angelo Salese2009-06-141-1/+9
* Small bugfix Angelo Salese2009-06-141-2/+3
* Many graphics and logic fixes to Pro Sports [Angelo Salese] Angelo Salese2009-06-141-26/+123
* New games added or promoted from NOT_WORKING status Angelo Salese2009-06-141-38/+48
* Fixed for good the background colors and added gfx rom read-back (helps a lot... Angelo Salese2009-06-141-9/+27
* Realized that Pro Soccer actually uses dynamic tiles for the foreground tilem... Angelo Salese2009-06-131-52/+72
* Improved the graphics in Pro Soccer. Angelo Salese2009-06-131-4/+71
* Added basic gfx pal descrambling and enabled sound (memory map was disabled b... Angelo Salese2009-06-121-10/+55
* Fixed background colors in Pro Soccer [Angelo Salese] Angelo Salese2009-06-111-3/+57
* New clones Aaron Giles2009-05-251-14/+46
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-10/+10