summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/poo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-17/+17
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-6/+6
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-17/+29
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-27/+27
* 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-2/+2
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Added some missing static qualifiers to MAME. Also, renamed some generically... Scott Stone2010-05-281-2/+2
* Updated DIPs based on Stephh's notes and fixed location status. Added GAME_N... Scott Stone2010-03-171-37/+26
* Implemented VRAM color bank select in Uncle Poo [Angelo Salese, Iq_132] Angelo Salese2010-03-171-44/+16
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Corrected visible area and timer speeds to make the fix up some audio/video p... Scott Stone2010-02-171-3/+4
* Fresh driver notes added for unclepoo based analysis of the Z80 code. [Stephh] Scott Stone2010-02-161-0/+27
* Implemented sound Angelo Salese2010-02-161-15/+18
* Preliminary DIP coverage (lives/coinage/test mode) and Player 2 control fix f... Scott Stone2010-02-151-30/+28
* new working Angelo Salese2010-02-141-0/+379