summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_f3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-442/+442
* new Taito's Super Cup Finals clone Brian Troha2012-12-311-204/+107
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-3/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-7/+6
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-4/+4
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-158/+120
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-86/+86
* ok, one million times TC0 -> TC0 Michaƫl Banaan Ananas2012-07-131-5/+5
* taito_en.c improvements [Phil Bennett]: Phil Bennett2012-06-021-3/+3
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-3/+3
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-10/+10
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-1/+1
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-7/+7
* Merged watchdog back into running_machine. Aaron Giles2012-04-121-1/+1
* modernization of some CUSTOM_INPUT's part 5 (no whatsnew) Miodrag Milanovic2012-04-091-2/+2
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-9/+8
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-11/+11
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-40/+38
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-7/+7
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-15/+15
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-2/+2
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+2
* Added a preliminary ES5510 DSP DRAM input/output latches support in Taito F3 ... Angelo Salese2011-11-061-12/+7
* 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