summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/psikyosh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sample reading code isn't needed anymore now that it's emulated in ymf278b.c Michaƫl Banaan Ananas2011-08-241-17/+2
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-13/+14
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-22/+22
* BIG update. Aaron Giles2011-03-291-29/+29
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* new clone - Original Space Bomber Brian Troha2011-01-251-3/+28
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-29/+29
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-11/+8
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-6/+6
* Time to kill off some deadwood. Aaron Giles2010-07-071-11/+11
* Cleanups and version bump. Aaron Giles2010-01-281-4/+4
* Make x-zoom close to hardware with hard-coded table based on measurements fro... Paul Priest2010-01-221-26/+27
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Add support for per-scanline scroll/zoom and per-column effects. This is adds... Paul Priest2010-01-161-17/+13
* Cleanups and version bump. Aaron Giles2010-01-161-11/+11
* Add lots of comments relating to 56-pin Mahjong interface and Psikyo SK-G001 ... Paul Priest2010-01-141-24/+89
* Typo, no whatsnew. Thanks Fabio. Paul Priest2010-01-121-1/+1
* Fix for MT00111 - rom region overrun in YMF278B core on loop j=0 of SAMPLE_UP... Paul Priest2010-01-121-8/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Oops, revert accidental removal of some IPT_UNKNOWNs. No whatsnew. Paul Priest2010-01-051-0/+11
* Add support for Mahjong panel for mjgtaste. Makes this the default input and ... Paul Priest2010-01-051-20/+115
* Added GAME_SUPPORTS_SAVE flag to psikyosh.c, since the conversion to eeprom d... Fabio Priuli2009-12-291-11/+11
* 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-13/+13
* Converted psikyosh to eepromdev. Aaron Giles2009-12-271-108/+47
* Added save states to ics2115 sound device Fabio Priuli2009-12-221-107/+124
* 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-9/+9
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-8/+8
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-17/+11
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Memory maps merges for the following drivers: Angelo Salese2009-04-291-55/+30
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-26/+26
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+1
* Bulk change alert. Aaron Giles2009-04-261-5/+5
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-2/+2
* Moved SH2 set info functions to direct calls. Aaron Giles2009-03-031-10/+10
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-20/+20
* Ok, this is The Big One. Aaron Giles2009-02-111-56/+7
* removes some old incorrect statements (about roms not dumped) and tries to be... Brian Troha2008-12-311-17/+17
* re-adds the 2 Tetris Grand Master 2 games. Brian Troha2008-12-311-64/+80
* More device normalization: Aaron Giles2008-12-161-9/+9