summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/forte2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add xtal+machine reset Michaël Banaan Ananas2011-08-131-4/+9
* tms9928a.c: Converted to a C++ device. [Wilbert Pol] Wilbert Pol2011-07-301-27/+18
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-6/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-5/+5
* BIG update. Aaron Giles2011-03-291-9/+9
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-6/+19
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-15/+15
* tms9928a vblank time was off by a margin Michaël Banaan Ananas2010-12-191-1/+1
* forte2.c, pengadvb.c: fixed savestates [ShimaPong] Michaël Banaan Ananas2010-12-161-0/+6
* 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-3/+3
* minor companyname cleanups Michaël Banaan Ananas2010-05-231-1/+1
* pengadvb: Improved inputs, the game can now be coined up. It magically has so... Michaël Banaan Ananas2010-05-121-6/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-1/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-281-1/+1
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* Ok, this is The Big One. Aaron Giles2009-02-111-10/+9
* Cleanups and version bump. Aaron Giles2008-12-221-6/+6
* Additional notes from hap. Aaron Giles2008-12-211-2/+8
* (Added the Forte 2 driver into the main SVN tree) Angelo Salese2008-12-111-0/+167