summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pengadvb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tms9928a.c: Converted to a C++ device. [Wilbert Pol] Wilbert Pol2011-07-301-19/+15
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Fixed build breakage. (nw) Curt Coder2011-04-261-5/+7
* 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-25/+25
* BIG update. Aaron Giles2011-03-291-39/+39
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-12/+12
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-14/+14
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-12/+12
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-26/+42
* 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-9/+9
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-16/+16
* 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/+7
* 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
* pengadvb: Improved inputs, the game can now be coined up. It magically has so... Michaël Banaan Ananas2010-05-121-19/+28
* Cleanups and version bump. Aaron Giles2010-01-281-16/+16
* New games marked as NOT_WORKING mariuszw12010-01-201-0/+323