summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seta.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump. Aaron Giles2009-03-051-4/+4
* added the correct gfx roms to jjsquawkers bootleg davidhay2009-03-051-13/+16
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-031-1/+1
* Remaining PIA device-ification. Aaron Giles2009-03-031-29/+36
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-55/+55
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-109/+109
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-150/+150
* Ok, this is The Big One. Aaron Giles2009-02-111-74/+96
* DownTown / Mokugeki (Joystick Hack) [Corrado Tomaselli] Aaron Giles2008-12-261-0/+26
* 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/+3
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-2/+2
* Made the PCI bus a device. The bus is declared in the machine Aaron Giles2008-12-071-4/+4
* use CRC in wb90b2 and jjsquawb "bad dump" roms Roberto Zandona2008-12-071-11/+11
* jjsquawb: marked bad dump gfx roms and added a note to explain Roberto Zandona2008-12-061-10/+10
* removed not working flag from jjsquakb Roberto Zandona2008-12-061-1/+1
* jjsquawb: implement correct video registers and promoted to working Roberto Zandona2008-12-061-6/+5
* New clones added Roberto Zandona2008-12-061-0/+85
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-3/+3
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Another big one. Aaron Giles2008-11-201-11/+11
* Fix more warnings drivers[s-z]* Couriersud2008-11-151-4/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-67/+67
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-34/+34
* Major cpuintrf changes: Aaron Giles2008-11-101-15/+15
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-2/+2
* Part 4 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-021-9/+5
* Added validity check to ensure that AM_READ_PORT() macros reference Aaron Giles2008-08-191-2/+2
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-11/+11
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-11/+11
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-15/+15
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-5/+5
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-185/+185
* Region classes go bye-bye. Aaron Giles2008-07-281-225/+225
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-254/+254
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-45/+44
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-36/+36
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-39/+39
* Cleanups and version bump.mame0126u1 Aaron Giles2008-07-171-4/+4
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-674/+681
* I'm sorry to submit this fix the "old way", but I don't have SVN here ... Aaron Giles2008-07-021-35/+52
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-9/+9
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-2/+2
* Fixed remaining input port bit conflicts. Aaron Giles2008-06-051-7/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+2
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2008-05-011-1/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+2
* AY-3-8910 rewrite: Couriersud2008-04-221-2/+9
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-1/+1