summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/psikyo4.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-4/+4
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-6/+7
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-6/+6
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-6/+6
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-4/+4
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-42/+42
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-6/+6
* BIG update. Aaron Giles2011-03-291-49/+49
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* 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-1/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-8/+8
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-36/+36
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+5
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-17/+17
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-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-6/+6
* Updated playmark, othunder, psikyo4, pntnpuzl, and pirates to eepromdev. Aaron Giles2009-12-271-36/+13
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-14/+14
* Added save states to ics2115 sound device Fabio Priuli2009-12-221-151/+203
* 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-6/+6
* 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-14/+8
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Memory maps merges for the following drivers: Angelo Salese2009-04-291-26/+18
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-7/+7
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-8/+8
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-10/+10
* Ok, this is The Big One. Aaron Giles2009-02-111-54/+5
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-2/+2
* Another big one. Aaron Giles2008-11-201-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-21/+21
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-6/+6
* Major cpuintrf changes: Aaron Giles2008-11-101-3/+3
* Plumbed machine parameters through the renderer. Removed need for Aaron Giles2008-09-291-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-171/+196