summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/playmark.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* new world beach volleyball clone Brian Troha2011-11-241-0/+49
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-9/+9
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-75/+75
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* BIG update. Aaron Giles2011-03-291-28/+28
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-2/+2
* New Clones Added Pierpaolo Prazzoli2011-02-281-1/+196
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+5
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-13/+13
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-104/+104
* Added read_status() and write_command() methods to the okim6295_device Aaron Giles2010-09-051-6/+7
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-25/+10
* 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-11/+11
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-11/+6
* Cleanups and version bump. Aaron Giles2010-04-211-6/+6
* Added driver data class and save states to playmark.c, powerbal.c, pushman.c ... Fabio Priuli2010-04-191-84/+162
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-2/+2
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-1/+1
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-8/+8
* Updated playmark, othunder, psikyo4, pntnpuzl, and pirates to eepromdev. Aaron Giles2009-12-271-32/+16
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-10/+10
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-9/+9
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-071-2/+2
* Fixes to the PIC16C5x CPU core: Quench2009-08-301-9/+10
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-4/+4
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-15/+15
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-10/+10
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-37/+37
* Ok, this is The Big One. Aaron Giles2009-02-111-8/+8
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Cleanups and version bump. Aaron Giles2008-12-151-1/+1
* Pointer-ified the PIC16C5x core. Quench2008-12-111-15/+16
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-28/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-132/+112
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-3/+3
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-25/+25