summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* 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
* Misc changes / notes Angelo Salese2011-04-271-1/+7
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-30/+30
* BIG update. Aaron Giles2011-03-291-24/+24
* 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-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-6/+6
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-4/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-44/+44
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-14/+8
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-12/+12
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-2/+2
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-1/+1
* some minor company name cleanups again, and: Michaël Banaan Ananas2010-05-221-3/+3
* Cleanups and version bump.mame0138 Aaron Giles2010-05-151-5/+5
* Added DIP Locations for all games in the jack.c driver. Changed copyright on... Scott Stone2010-05-081-170/+108
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-10/+10
* Added driver data struct and save states to jack.c Fabio Priuli2009-12-091-71/+136
* 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-7/+7
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-15/+15
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5
* Merged memory maps in the follow remaining drivers and cleaned up some commen... Ryan Holtz2009-05-081-28/+14
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-4/+4
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-45/+45
* Ok, this is The Big One. Aaron Giles2009-02-111-6/+6
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-2/+2
* Fixed Super Triv colors (maybe) Pierpaolo Prazzoli2009-01-031-8/+8
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* 02687: emuopts.c: CORE INPUT AUTOMATIC ENABLE OPTIONS Aaron Giles2008-12-041-1/+1
* Another big one. Aaron Giles2008-11-201-3/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-6/+6
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-3/+3
* Part 8 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-061-9/+4
* 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