summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/psikyo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added some common country and language names to the default strings, and remo... Alex W. Jackson2011-10-311-31/+31
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-3/+3
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-3/+3
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-87/+87
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-5/+5
* BIG update. Aaron Giles2011-03-291-72/+72
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-20/+20
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-29/+29
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-24/+24
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-8/+8
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-14/+14
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-11/+11
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-98/+98
* submitted by Kevin Eshbach, *** requested no_whatsnew *** Michaël Banaan Ananas2010-12-301-9/+12
* Added read_status() and write_command() methods to the okim6295_device Aaron Giles2010-09-051-8/+11
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-20/+8
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-20/+20
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-1/+1
* 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
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-10/+10
* Added save states to ics2115 sound device Fabio Priuli2009-12-221-534/+444
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-2/+2
* New clone added: Strikers 1945 (Hong Kong, bootleg) Brian Troha2009-12-091-14/+146
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* 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-3/+2
* 03542: Sets/Drivers using YM2610: Missing sounds [Phil Bennett] Phil Bennett2009-11-211-5/+5
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-13/+13
* fixed another NULL tilemap crash, Michaël Banaan Ananas2009-09-041-3/+2
* Cleanups and version bump. Aaron Giles2009-08-021-1/+1
* I verified the vertical syncs on the following pcb: Aaron Giles2009-08-021-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-26/+26
* Verified clocks on Samurai Aces pcb [Corrado Tomaselli] Aaron Giles2009-06-081-3/+3
* 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-3/+3
* Memory maps merges for the following drivers: Angelo Salese2009-04-291-61/+39
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-25/+24
* 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 device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3