summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/system16.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-7/+7
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-7/+7
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-56/+56
* Ok, this is The Big One. Aaron Giles2009-02-111-16/+13
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-69/+111
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-2/+2
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Fix more warnings drivers[s-z]* Couriersud2008-11-151-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-36/+36
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-5/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* i8039 -> mcs48 Aaron Giles2008-08-261-1/+1
* Added PR-8210 support to the ldplayer. Fixed step forward command on the PR-8... Aaron Giles2008-08-221-15/+0
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-8/+8
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-21/+21
* Removed ancient /* audio CPU */ comments that were remnants Aaron Giles2008-07-301-2/+0
* (Modified to allow for overwrites of RAM ranges only.) Aaron Giles2008-07-291-6/+6
* Region classes go bye-bye. Aaron Giles2008-07-281-74/+74
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-74/+74
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-3/+3
* Cleanups and version bump.mame0126u1 Aaron Giles2008-07-171-12/+12
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-422/+242
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-5/+5
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-3/+0
* New games added or promoted from NOT_WORKING status Brian Troha2008-06-171-0/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-3/+2
* adds Beauty Block, non-working. I had it displaying something at one point, ... davidhay2008-05-181-0/+103
* This diff is largely to correct an oversight when new sets were added to syst... Aaron Giles2008-05-011-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+1
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-5/+5
* Renamed input port functions: Aaron Giles2008-04-061-19/+19
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-7/+7
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-7/+7
* Added validity check to ensure input port tags don't have duplicates. Aaron Giles2008-03-241-1/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-49/+49
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-5/+5
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-10/+10
* Various clean ups: Couriersud2008-03-011-1/+4
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+3
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* Cleanups/version bump.mame0122u8 Aaron Giles2008-02-031-12/+12
* From: RansAckeR [mailto:RansAckeR@pandora.be] Aaron Giles2008-01-291-158/+150
* Fixed some games descriptions (mainly when "set 1" was missing). stephh2008-01-291-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-5/+5
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-11/+11