summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/starwars.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-18/+18
* BIG update. Aaron Giles2011-03-291-13/+13
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-29/+26
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-27/+27
* Converted x2212 to a modern device. Updated starwars and firefox. Aaron Giles2010-09-211-6/+3
* Removed vestigial NVRAM from starwars, which is now covered by the Aaron Giles2010-09-081-2/+0
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-1/+2
* 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-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-4/+5
* Removed several exported non-const global variables from the core [Atari Ace] Phil Bennett2010-08-131-1/+1
* X2212 now uses device template. Also changed all handlers to use devcb protot... Couriersud2010-06-031-8/+5
* updated Star Wars to use proper clocks for the tms5220 and the pokeys. [Lord ... Jonathan Gevaryahu2010-04-111-5/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-2/+2
* Renamed functions: Aaron Giles2009-12-051-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-8/+8
* 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
* Bye bye 5220intf.* Aaron Giles2009-08-191-1/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Cleanups and version bump.mame0132u1 Aaron Giles2009-06-181-1/+1
* Added Dip Locations and made default settings changes to match manuals for St... Scott Stone2009-06-111-11/+20
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-5/+5
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-14/+14
* Driver for TomCat mariuszw12009-02-101-1/+1
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3
* Removed memory context switch. Let the fun begin. Aaron Giles2008-11-241-5/+5
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-3/+3
* Another big one. Aaron Giles2008-11-201-5/+5
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+8
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-6/+6
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-2/+2
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-2/+2