summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itgambl3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-67/+67
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-10/+10
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-16/+16
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-12/+11
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-4/+4
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-4/+4
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* 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-2/+2
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-1/+1
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-2/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-13/+13
* Decoded boot screen gfxs Angelo Salese2011-12-291-3/+3
* Everything else ... Angelo Salese2011-12-231-4/+4
* (Finally found the time to finish this....) Aaron Giles2011-05-301-8/+8
* 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-18/+18
* BIG update. Aaron Giles2011-03-291-13/+13
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-17/+29
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-18/+18
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+2
* Cleanups and version bump.mame0138u1 Aaron Giles2010-05-271-8/+8
* new not working Angelo Salese2010-05-201-3/+48
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-1/+5
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-8/+8
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-1/+1
* New games marked as GAME_NOT_WORKING Angelo Salese2009-02-251-0/+46
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-4/+4
* Added a debug viewer for the blitter-based gfxs in the itgambl3.c [Angelo Sal... Angelo Salese2009-02-241-2/+66
* Big H8 update R. Belmont2008-11-191-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-261-3/+3
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-6/+6
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-8/+8
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-5/+5
* New driver for italian gambling games based on Mitsubishi/Renesas M16C MCU fa... Roberto Fresca2008-06-091-0/+322