summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seattle.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Audio device additions: [Atari Ace] Scott Stone2011-04-091-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-167/+167
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-21/+21
* BIG update. Aaron Giles2011-03-291-132/+132
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-5/+5
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-13/+13
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-192/+217
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-6/+6
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-5/+5
* running_device -> device_t Aaron Giles2010-12-311-8/+8
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-40/+40
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-5/+19
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-24/+18
* Fix the bad trend I started long ago in naming the MIPS CPU configuration Aaron Giles2010-08-261-6/+6
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-6/+6
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-10/+10
* Time to kill off some deadwood. Aaron Giles2010-07-071-38/+38
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+18
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-8/+8
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-35/+35
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-3/+3
* Added abort button to sfrush [Arthur Peale] Phil Bennett2009-10-291-1/+2
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-6/+6
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-50/+50
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2009-03-271-100/+100
* new sha1s from yasu davidhay2009-03-161-1/+1
* updated CHDs from Yasu davidhay2009-03-151-1/+1
* Updated a few CHDs. Added a few driver casts. Aaron Giles2009-03-141-15/+15
* Added function calls to replace the MIPS3 DRC's various CPU_SET_INFO Aaron Giles2009-03-071-52/+30
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-6/+6
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-9/+9
* Fix 02799: mace: No player 2, button 4 available for mapping Phil Bennett2009-01-041-1/+1
* More device normalization: Aaron Giles2008-12-161-16/+16
* 1 & lower case "L" look too much alike on my machine Brian Troha2008-12-121-1/+1
* New Clone added: CarnEvil (v1.0.3) Brian Troha2008-12-121-2/+15
* Here's the big one.... Aaron Giles2008-12-111-3/+10
* Made the PCI bus a device. The bus is declared in the machine Aaron Giles2008-12-071-24/+24
* Removed cpunum_get_active(). Aaron Giles2008-12-061-0/+1