summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/equites.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-9/+9
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-21/+21
* Ok, this is The Big One. Aaron Giles2009-02-111-34/+37
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Another big one. Aaron Giles2008-11-201-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-8/+8
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-9/+9
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-15/+15
* Adjusted tags in drivers to meet conformity checks. Promoted checks to Aaron Giles2008-09-101-5/+5
* added 8303 ROM to the games using it and updated MCU simulation to match the ... Nicola Salmoria2008-08-201-129/+145
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-3/+3
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-1/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-2/+2
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-1/+1
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-23/+23
* (Modified to allow for overwrites of RAM ranges only.) Aaron Giles2008-07-291-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-61/+61
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-80/+79
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-5/+5
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-3/+3
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-14/+14
* Fixed remaining input port bit conflicts. Aaron Giles2008-06-051-1/+1
* added a comment which I've been sitting on for weeks Nicola Salmoria2008-05-261-0/+4
* AY-3-8910 rewrite: Couriersud2008-04-221-0/+2
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-2/+2
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-3/+3
* Renamed input port functions: Aaron Giles2008-04-061-2/+2
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-1/+1
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-1/+1
* Cleanups for 0.124. Marked Mermaid as working per checkin comment. Aaron Giles2008-03-241-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-03-241-1/+1
* Minor MSVC compilation fix. Aaron Giles2008-03-231-5/+5
* Added NVRAM to Gekisou. Fixed inputs and promoted to working. Nicola Salmoria2008-03-201-50/+74
* Added Noise Output to the MSM5232 emulation Nicola Salmoria2008-03-191-11/+36
* Cleanups and version bump.mame0123u6 Aaron Giles2008-03-191-3/+3
* added percussions to the equites.c games using samples. Nicola Salmoria2008-03-181-23/+59
* Alpha Denshi major update Nicola Salmoria2008-03-171-777/+1123
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-19/+19
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-6/+11
* Cleanups/version bump.mame0122u8 Aaron Giles2008-02-031-2/+2