summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gal3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-45/+45
* NVRAM_HANDLER removal. Aaron Giles2012-09-211-39/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-9/+9
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+5
* WIP Namco System 2/21/etc cleanup/modernization. Aaron Giles2012-09-051-10/+10
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* namcos21/gal3: Removed C140_TYPE_SYSTEM21_B banking. Correct sound banking (i... Phil Bennett2012-07-211-9/+4
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Validity fixes. Aaron Giles2012-04-111-7/+7
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-6/+6
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-6/+6
* Forgot to remove comments, again (no whatsnew) Miodrag Milanovic2012-04-111-1/+0
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-9/+11
* AM_BASE + AM_SIZE -> AM_BASE_SIZE for easier future cleanup (no whatsnew) Miodrag Milanovic2012-04-111-1/+1
* MT04758: fix gal3 regression. Aaron Giles2012-04-091-1/+4
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-8/+9
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-39/+41
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-22/+22
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-5/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-5/+3
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-6/+6
* Written a generic RAMDAC device, hooked it up to the sfbonus.c as an example ... Angelo Salese2011-12-011-31/+5
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* (Finally found the time to finish this....) Aaron Giles2011-05-301-2/+2
* 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-34/+34
* BIG update. Aaron Giles2011-03-291-26/+26
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-37/+61
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-6/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-1/+0
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-44/+44
* Corrected or clarified a number of duplicated inputs for drivers up through G... Scott Stone2010-09-071-16/+16
* 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 the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-3/+3
* Cleaned-up several drivers; added missing prototypes and removed dead ones, Phil Bennett2009-12-081-1/+0
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-79/+79
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-75/+75
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-10/+8
* Galaxian3 update [Naibo Zhang] R. Belmont2009-11-221-30/+586
* Fixed a number of year listings known to be unknown or incorrect the current ... Scott Stone2009-06-071-1/+1