summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pengadvb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-3/+4
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-9/+9
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-12/+12
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-13/+11
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-5/+5
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-22/+24
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-2/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-9/+9
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-8/+8
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-8/+8
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-8/+8
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-6/+6
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-9/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* Clean-ups and version bumpmame0144 Angelo Salese2011-11-131-8/+8
* some notes, cleanups, accuracy improvements Michaël Banaan Ananas2011-11-121-70/+59
* 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