summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_f3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hacked around the mask screen thing (any idea here is welcome) Angelo Salese2011-08-241-4/+4
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+4
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* cleanups, this time for good Angelo Salese2011-04-171-37/+37
* Added work-around for crowd gfxs in Taito F3 football games (Taito Cup Finals... Angelo Salese2011-04-061-1/+1
* Converted Taito F3 video chip (TC0630FDP) to have a parallelism of 16-bit [An... Angelo Salese2011-04-051-2/+2
* Part 4 if my memory serves me correctly (sprites) Angelo Salese2011-04-051-1/+1
* Better memory allocation fix, thanks to Haze's precious moa ... advices, AM_R... Angelo Salese2011-04-051-107/+71
* Fixed the charset upload bug, apparently gfx_element_set_source is the offend... Angelo Salese2011-04-041-4/+174
* Part 4 (lineram), and realized that there's a weird bug with text vram charse... Angelo Salese2011-04-041-1/+1
* Part 3 Angelo Salese2011-04-041-5/+5
* Documentation table for 0x4c0000 port (whatever that is ...) Angelo Salese2011-04-041-5/+36
* Fixed a regression bug while trying to document a thing ... Angelo Salese2011-04-041-0/+14
* Part 2 ... Angelo Salese2011-04-041-8/+6
* Part 1 of Taito F3 32-to-16 conversion ... Angelo Salese2011-04-041-3/+4
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-50/+50
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-73/+73
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-2/+2
* 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-3/+3
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-51/+90
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-1/+1
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-2/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Fixed sound roms again to match chip type labeled on actual PCB (roms are 27c... Scott Stone2011-01-191-6/+6
* readd IC location for Gekirindan audio CPU and eliminate the incorrect statem... Brian Troha2011-01-151-4/+4
* Fix for recent gekiridn set addition. Sound roms were double sized -later ha... Scott Stone2011-01-151-2/+2
* Correct Gekiridan's version from "Zero" to capital "o" Brian Troha2011-01-151-1/+1
* New clone added: Gekiridan (World) Brian Troha2011-01-151-18/+47
* Ok, last major rename for this round: Aaron Giles2011-01-011-10/+10
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-49/+49
* 04030: All sets in taito_f3.c, taito_z.c, kaneko16.c, konamigq.c, overdriv.c:... Aaron Giles2010-09-181-9/+9
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-3/+3
* Added read_status() and write_command() methods to the okim6295_device Aaron Giles2010-09-051-9/+8
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-20/+15
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Documentation update [Stefan Lindberg, Dumping Union] Brian Troha2010-06-141-119/+119
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* (remove stray machine reset + add xtal) Michaël Banaan Ananas2010-05-071-3/+2
* mametesters bugfix: Michaël Banaan Ananas2010-05-071-2/+3
* Cleanups and version bump. Aaron Giles2010-03-111-5/+5
* Implemented default EEPROMs to Bubble Memories, Lethal Enforcers and Puzzle T... Angelo Salese2010-03-071-4/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-174/+174