summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/scramble.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Convert scramble/galaxold to driver_device [Atari Ace] Scott Stone2011-04-091-48/+49
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-15/+15
* some notes about conquer + hotshockb is very likely an early revision/alt set... Michaël Banaan Ananas2011-03-091-3/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* 720 - added Driver Configuration option to allow the controls to be set to Re... Derrick Renaud2011-01-231-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-126/+126
* Triple Punch/Knock Out AY-3-8910 clock speed was incorrect, fixed and verifie... Jonathan Gevaryahu2010-09-171-0/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-47/+33
* Added second button (Hyper Jump) to be used after cued via speech to allow ju... Scott Stone2010-07-081-1/+1
* Fixed 03878: mimonscr: Hangs at Post Scott Stone2010-06-151-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+2
* Changed 7474 to only use devcb callbacks and handlers. Updated game drivers. ... Couriersud2010-06-031-6/+7
* Added a new cycle exact VMS interface to TMS5110 emulating M0, M1 and ADD1 to... Couriersud2010-05-311-1/+1
* hero/hunchback olympic company names ("hero in the castle of doom" doesn't me... Michaël Banaan Ananas2010-05-231-2/+1
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-1/+1
* new clones: Hot Shocker & Virtua Striker 2 '99 Brian Troha2010-03-201-1/+21
* 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
* 2nd batch of initialization cleanups. Aaron Giles2009-12-211-0/+4
* First round of fixes for post-initialization allocs. Aaron Giles2009-12-201-0/+9
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Fixed year for Mighty Monkey (and clones) based on US Copyright Searches [Bra... Scott Stone2009-07-151-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-20/+20
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-17/+17
* Merged memory maps in the follow remaining drivers and cleaned up some commen... Ryan Holtz2009-05-081-211/+133
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-37/+37
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-58/+58
* Ok, this is The Big One. Aaron Giles2009-02-111-20/+20
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-131-1/+2
* Removed dangling old code from scramble.c Aaron Giles2009-01-041-915/+0
* 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-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Added mechanism to generically specify input port tags in place of Aaron Giles2008-10-011-35/+6
* Further reduced the maximum tag length to 10 characters, since Aaron Giles2008-09-101-1/+1
* Part 9 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-071-31/+13
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-37/+45
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-21/+21
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-7/+7
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-7/+7
* Changed region "user1" to "tms5110_ctrl" Couriersud2008-08-071-1/+1
* Change ad2083 following Aaron's suggestions. Couriersud2008-08-071-2/+2