summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jantotsu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-4/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-7/+7
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-4/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-29/+26
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-2/+2
* Reverted original SN76496N patch and applied newer patch containing a change ... Scott Stone2012-08-141-4/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-1/+1
* Updated some drivers to use the new SN76496 device implementation. [Osso] Scott Stone2012-08-071-6/+19
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-6/+7
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-4/+4
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Remove color_prom parameter from PALETTE_INIT. Added code where Aaron Giles2012-04-121-0/+1
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-25/+26
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-6/+6
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-3/+3
* Clean-ups for Jantotsu, nw Angelo Salese2011-12-181-26/+20
* 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