summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jantotsu.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-49/+50
* BIG update. Aaron Giles2011-03-291-23/+23
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* More migrating allocated buffers to arrays in the driver data. Aaron Giles2011-02-091-7/+6
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-7/+7
* Added screen disable bit to Jantotsu, fixing blanking phases during transitio... Angelo Salese2011-02-081-7/+10
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-24/+24
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-14/+15
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* 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
* Added driver data struct and save states to: jangou.c, jantotsu.c, jollyjgr.c... Fabio Priuli2009-12-091-71/+162
* Cleanups and version bump. Aaron Giles2009-05-281-1/+1
* 03101: jantotsu: Game gives incorrect calls Angelo Salese2009-05-241-43/+34
* Started to properly work on the Jantotsu ADPCM indexs... Angelo Salese2009-05-231-14/+24
* Added MSM hook-up for Ganbare Chinsan Ooshoubu [Angelo Salese] Angelo Salese2009-05-231-2/+2
* Added an heuristic table for the msm samples, making less sense than expected... Angelo Salese2009-05-211-0/+46
* Fixed ADPCM stop flag in Jantotsu, and cleaned up some routines in the driver... Angelo Salese2009-05-201-48/+28
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-1/+1
* Bulk change alert. Aaron Giles2009-04-261-4/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-4/+4
* Ok, this is The Big One. Aaron Giles2009-02-111-8/+8
* Cleanups and version bump.mame0129u2 Aaron Giles2009-01-221-4/+4
* Preliminary ADPCM hook-up to Jantotsu,it plays something but it's not yet rig... Angelo Salese2009-01-181-8/+72
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-2/+2
* Cleanups and version bump. Aaron Giles2008-12-221-2/+2
* (Oh snap,forgot to add the driver)... Angelo Salese2008-12-201-0/+394