summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toaplan2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-28/+28
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-136/+136
* Ok, this is The Big One. Aaron Giles2009-02-111-45/+36
* Cleanups and version bump.mame0129u3 Aaron Giles2009-01-291-8/+8
* added USA clone of Battle Bakraid [Josh W.] davidhay2009-01-251-6/+35
* added several Batrider clones which were dumped from a personal PCB collectio... davidhay2009-01-251-12/+173
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-2/+2
* New clones: Aaron Giles2009-01-041-13/+69
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-8/+8
* CPU header cleanups.... Aaron Giles2008-12-181-1/+1
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* More device normalization: Aaron Giles2008-12-161-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-17/+17
* 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
* Fix batrider regressions. Aaron Giles2008-11-181-8/+8
* Significantly pared down the 68k core. Merged outer MAME shell Aaron Giles2008-11-171-3/+3
* Const-ified the return from cpu_get_address_space. Aaron Giles2008-11-151-4/+4
* Fix more warnings drivers[s-z]* Couriersud2008-11-151-4/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-50/+50
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-18/+18
* Major cpuintrf changes: Aaron Giles2008-11-101-12/+12
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-021-20/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-021-105/+59
* new clone: Power Instinct (USA) Brian Troha2008-10-281-5/+6
* Cleanups and version bump.mame0127u2 Aaron Giles2008-09-041-1/+1
* removed duplicate info Brian Troha2008-08-311-57/+52
* added updated information about Sorcer Striker and moved Fix Eight bootleg PC... Brian Troha2008-08-291-61/+93
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-21/+21
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-5/+5
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-5/+5
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-20/+20
* Adds readmes for Koro Koro Quest, Gigas (bootleg), Race Drivin', Hexa, IQ Blo... Andrew Gardner2008-08-101-0/+40
* Adds readmes for Cosmo, Don Den Lover, Beatmania (CHD dumping), Dragon Master... Andrew Gardner2008-08-101-0/+48
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-12/+12
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-6/+6
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-28/+28
* Remaining obvious regressions from region change. Aaron Giles2008-07-301-1/+4
* (Modified to allow for overwrites of RAM ranges only.) Aaron Giles2008-07-291-8/+8
* Region classes go bye-bye. Aaron Giles2008-07-281-156/+156
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-190/+189
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-34/+34
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-19/+19
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-31/+31
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-3/+3