summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitojc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added shared SARAM hook-up in TMS32051 ... this also regresses Dangerous Curv... Angelo Salese2011-08-241-0/+4
* Fixed a debugger crash if you try to view data memory in TMS32051 [Angelo Sal... Angelo Salese2011-08-241-3/+3
* Fixed TMS32051 debug memory viewer [Angelo Salese] Angelo Salese2011-08-241-1/+1
* Added brake meter, converted by OG too Angelo Salese2011-08-241-23/+3
* Added coin counters (shrug) Angelo Salese2011-08-231-26/+50
* Added DSP idle skips Angelo Salese2011-08-231-5/+48
* Odometer table conversion [O. Galibert] Angelo Salese2011-08-231-3/+30
* Added another bit to the object RAM, used for screen masking on the sides Angelo Salese2011-08-231-2/+1
* Fixed credit display in Densya de Go (beware of the beast :/) Angelo Salese2011-08-231-1/+1
* Identified command 0x01 in the polygon fifo renderer, fixes Landing Gear flic... Angelo Salese2011-08-221-1/+1
* Fixed Densya de Go 2 / 2 Ex crash when entering into gameplay, game is now pl... Angelo Salese2011-08-221-3/+3
* Fixed ROM loading in Densya de Go 2, fixes booting in it Angelo Salese2011-08-221-7/+6
* Faked the Mascon via an analog port, that fixes a bunch of issues with undefi... Angelo Salese2011-08-221-9/+31
* Fixed IRQ6 triggering in Taito JC (it's a signal that's sent from DSP to Main... Angelo Salese2011-08-221-2/+26
* Work around for DSP reset line in Dangerous Curves, allows it to reach title ... Angelo Salese2011-08-211-20/+46
* Minor notes, nw Angelo Salese2011-08-211-0/+1
* Various fixes to the Taito JC system [Angelo Salese]: Angelo Salese2011-08-211-43/+44
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-20/+20
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-85/+85
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-6/+6
* BIG update. Aaron Giles2011-03-291-40/+40
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-12/+11
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* From: Atari Ace Aaron Giles2011-02-031-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-24/+24
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-2/+0
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+3
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-23/+23
* Converted the following drivers to use a driver_data structure: [Atari Ace] Phil Bennett2010-01-171-120/+120
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-11/+11
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-20/+20
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Some misc cleanups: Aaron Giles2009-12-151-7/+1
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* converted the following drivers to use EEPROM device: deco156.c, eolith.c, eo... Fabio Priuli2009-11-251-11/+33
* mc68hc11: fixed the I/O system by changing the has_io flag with a has_extende... Angelo Salese2009-06-261-1/+1
* mc68hc11: added user-selectable configs, and hooked up in both drivers Angelo Salese2009-06-231-1/+9
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5
* A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-3/+3
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-21/+21