summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cybertnk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* deprecat.h for seta.c, nuked deprecat library (at last) Angelo Salese2011-12-141-19/+0
* cybertnk.c: Fix dipswitch titles based on effect and correct default settings... Brian Troha2011-08-071-6/+6
* cybertnk.c: Added dipswitches as per "Super" on MW forum & linked Manual [Bri... Brian Troha2011-08-071-42/+70
* Comm a vulimm vencer a' uerr ... (cit.) Angelo Salese2011-06-021-1/+1
* (Finally found the time to finish this....) Aaron Giles2011-05-301-12/+12
* 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-76/+76
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-50/+50
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-71/+93
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Cleanups and version bump. Aaron Giles2011-01-011-8/+8
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-35/+35
* Implemented preliminary road emulation in Cyber Tank [David Haywood] Angelo Salese2010-12-281-6/+24
* General stability issues with 64-bit builds fixed for cybertnk.c [David Hayw... Scott Stone2010-12-271-101/+134
* Removed stray deprecat.h, no whatsnew Angelo Salese2010-10-191-3/+0
* 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
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-1/+1
* Cleanups and version bump. Aaron Giles2010-01-281-2/+2
* Improved sprite zooming Angelo Salese2010-01-171-10/+31
* Implemented preliminary zooming Angelo Salese2010-01-171-18/+32
* Implemented flip x and negative y offsets Angelo Salese2010-01-161-7/+26
* Some minor improvements Angelo Salese2010-01-161-9/+16
* Fixed sprite height Angelo Salese2010-01-161-1/+2
* Redumped sound roms in Cyber Tank [Antonio Gonzalez Jr., Dumping Union] Angelo Salese2010-01-161-8/+6
* Cleanups and version bump. Aaron Giles2010-01-161-1/+1
* Yet more improvements Angelo Salese2010-01-151-15/+18
* More improvements Angelo Salese2010-01-141-22/+29
* Added video boundary checks for the blitter Angelo Salese2010-01-141-2/+10
* More improvements, probably needs references ... Angelo Salese2010-01-141-55/+57
* Improved the blitter in Cyber Tank Angelo Salese2010-01-141-15/+25
* Written bare-bones video emulation for the Cyber Tank sprite chip / blitter Angelo Salese2010-01-141-4/+63
* redumped sprite roms [Antonio Gonzalez Jr, The Dumping Union] Angelo Salese2010-01-121-18/+20
* Hooked up the two bg tilemaps Angelo Salese2010-01-121-29/+49
* Redumped program roms in Cyber Tank [Antonio Gonzalez Jr.] Angelo Salese2010-01-121-12/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Minor clean-up, no credit wanted Angelo Salese2010-01-091-12/+9
* Decoded sprite gfx format in Cyber Tank, also hooked up a debug viewer (disab... Angelo Salese2010-01-071-19/+106
* Fixed bitplane order in Cyber Tank [Angelo Salese] Angelo Salese2010-01-071-27/+27
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1