summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/snk6502.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* MT bug 4436 fix (sasuke music freq) Michaël Banaan Ananas2011-07-281-6/+5
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-10/+10
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-23/+23
* BIG update. Aaron Giles2011-03-291-10/+10
* 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-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-90/+90
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-21/+12
* Various snk drivers now use driver_data. [Atari Ace] Andrew Gardner2010-08-271-32/+42
* new clones Angelo Salese2010-08-181-3/+29
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-1/+1
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Eliminated the use of generic.colorram and generic.videoram in several driver... Phil Bennett2009-12-211-10/+10
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Clean up initialization, timer usage, memory management in several Aaron Giles2009-12-181-5/+3
* 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-3/+3
* Added GAME_IMPERFECT_SOUND flag to all sets that use external samples which w... Scott Stone2009-08-051-7/+7
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-6/+6
* renamed rockola.c to snk6502.c as the hardware is made by SNK, not by Rock-ola Yasuhiro Ogawa2009-07-161-0/+1445