summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/model2.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-16/+16
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-125/+125
* Ok, this is The Big One. Aaron Giles2009-02-111-64/+12
* adds redumped sound CPU rom for Sega Water Ski Brian Troha2009-02-041-1/+1
* rom name correction Brian Troha2009-01-231-2/+2
* New game added: Sega Water Ski Brian Troha2009-01-181-0/+44
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* More device normalization: Aaron Giles2008-12-161-1/+1
* Fixed remaining crash regressions from recent changes. Aaron Giles2008-12-131-1/+1
* Removed safe_cpu_get_pc() which doesn't really make sense anymore. Aaron Giles2008-12-111-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-081-40/+14
* A few more activecpu's. Aaron Giles2008-12-071-13/+13
* Made the PCI bus a device. The bus is declared in the machine Aaron Giles2008-12-071-18/+18
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-6/+6
* Another big one. Aaron Giles2008-11-201-6/+6
* Model 2/3 regressions. Aaron Giles2008-11-181-0/+1
* Fix more warnings drivers[l-r]* Couriersud2008-11-141-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-51/+51
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-26/+26
* Added CPU device parameters to all CPU callbacks except for the Aaron Giles2008-11-101-5/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-38/+38
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-6/+2
* Fixed compilation issues with 68000 changes. Aaron Giles2008-11-061-2/+2
* Fixed a number of regressions due to recent 68000 IRQ changes. Aaron Giles2008-10-031-1/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* I have a minor issue with two source trees... I only update half the stuff in... Brian Troha2008-08-201-1/+1
* Moves Wave Runner from Model 2B to 2C like it should be ;-) Brian Troha2008-08-201-4/+4
* Top Skater (USA) Brian Troha2008-08-201-56/+67
* Wave Runner (Model 2C) Brian Troha2008-08-191-74/+98
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-6/+6
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-6/+6
* Fixes for 64-bit GCC. FPTR isn't just a good idea, it's the law. R. Belmont2008-08-141-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-141-15/+11
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-121-1/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-5/+5
* Adds readmes for Cosmo, Don Den Lover, Beatmania (CHD dumping), Dragon Master... Andrew Gardner2008-08-101-0/+11
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-12/+12
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-24/+24
* Adds a note in the romdef about the default settings for both INDY 500 sets. ... Brian Troha2008-08-011-4/+4
* New clone: Indy 500 Deluxe Brian Troha2008-08-011-0/+53
* (From Atari Ace. Note that I only took the first patch, which applied Aaron Giles2008-07-311-4/+6
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-07-311-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-558/+558
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-572/+559
* Cleanups and version bump.mame0126u2 Aaron Giles2008-07-241-3/+3
* Made input_port_read_indexed() private to machine/generic.c. Aaron Giles2008-07-241-4/+5
* replaced vcop2 model rom CRC with that of a correct dump [Guru] davidhay2008-07-211-1/+1
* TGP / Model 2 fixes [ElSemi] davidhay2008-07-191-24/+61