summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stactics.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-33/+33
* BIG update. Aaron Giles2011-03-291-9/+9
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-5/+5
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+3
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-5/+5
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-1/+1
* 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-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-4/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-5/+5
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* 02880: stactics: Scratchpad RAM is too large (currently 2 KB, should be 256 b... Aaron Giles2009-01-291-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-5/+5
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-5/+5
* Region classes go bye-bye. Aaron Giles2008-07-281-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-3/+3
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-19/+18
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-2/+2
* Renamed input port functions: Aaron Giles2008-04-061-4/+4
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-021-3/+2
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-7/+7
* Added running_machine* to the CUSTOM_INPUT callback - updated drivers to use it Zsolt Vasvari2008-03-031-3/+3
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* - Adds the layout file created by Mr. Do Zsolt Vasvari2008-02-221-79/+202
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+5
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* - Switched driver to use the artwork system. Mr. Do will be creating some ba... Zsolt Vasvari2008-02-071-2/+2
* Unified memory map Zsolt Vasvari2008-02-071-26/+25
* - Centered crosshair Zsolt Vasvari2008-02-071-4/+4
* - More accurate emulation of the priority system and the beam logic Zsolt Vasvari2008-02-071-82/+15
* Fixed bad ram pages errors in stactics service mode Pierpaolo Prazzoli2008-01-051-15/+4
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+313