summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gatron.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-37/+37
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+0
* Reverted original SN76496N patch and applied newer patch containing a change ... Scott Stone2012-08-141-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-2/+2
* Updated some drivers to use the new SN76496 device implementation. [Osso] Scott Stone2012-08-071-2/+13
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-2/+2
* updating MAME drivers to use modern i8255 implementation instead of the legac... Fabio Priuli2012-05-141-7/+7
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-1/+1
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-2/+2
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-4/+4
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-1/+1
* 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-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-21/+21
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-2/+2
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-7/+1
* 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
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* Added default input mappings for gambling / poker / slot games. Converted man... Fabio Priuli2009-08-021-13/+13
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5
* Ok, this is The Big One. Aaron Giles2009-02-111-2/+2
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-6/+6
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Improved the poker41 and pulltabs button-lamps layouts to look more realistic. Roberto Fresca2008-10-141-0/+5
* Added mechanism to generically specify input port tags in place of Aaron Giles2008-10-011-5/+4
* Bells and whistles to Game-A-Tron gambling hardware. Roberto Fresca2008-08-211-102/+136
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-6/+6
* (Modified to allow for overwrites of RAM ranges only.) Aaron Giles2008-07-291-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-4/+4
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-5/+5
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Improvements to gatron.c Roberto Fresca2008-05-311-24/+54
* Cleanups and version bump.mame0125u1 Aaron Giles2008-05-151-4/+4