summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/paradise.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated notes for Penky, removed GNW flag (forgot it, actually) Angelo Salese2011-08-251-8/+4
* paradise.c: Slightly better dipswitch info for Penky - NW Brian Troha2011-08-231-2/+2
* fixed Timer dips for Penky.... the "Black" or missing trail is hit or miss du... Brian Troha2011-08-221-13/+12
* minor clean up and year correction plus WIP dips... I think this game is full... Brian Troha2011-08-221-4/+87
* Fix warning Angelo Salese2011-08-221-1/+1
* New NOT WORKING game Angelo Salese2011-08-221-1/+99
* paradise.c: Corrected a few dipswitch settings and names. Added dipswitch loc... Brian Troha2011-08-121-49/+50
* deprecat.h Angelo Salese2011-06-301-1/+0
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-17/+17
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-13/+13
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-2/+2
* 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-2/+2
* 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-2/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-35/+35
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-3/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-14/+11
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-5/+5
* Fixed 03938: torus: Crash after completing Level 1 Scott Stone2010-07-121-1/+1
* MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] R. Belmont2010-07-081-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+3
* Cleanups and version bump.mame0137u1 Aaron Giles2010-03-251-3/+3
* Added driver data class and save states to: paradise.c, pasha2.c and pbaction.c Fabio Priuli2010-03-161-47/+78
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-7/+7
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-32/+32
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-7/+7
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-3/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-15/+15
* Ok, this is The Big One. Aaron Giles2009-02-111-7/+23
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Another big one. Aaron Giles2008-11-201-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* para2dx rom should be good now. davidhay2008-09-261-1/+1
* getting there. davidhay2008-09-261-2/+2
* new game davidhay2008-09-261-0/+30
* Part 6 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-041-19/+12
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-131/+131