summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galpani2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-12/+12
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-152/+152
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-13/+11
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-40/+40
* 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-5/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-7/+7
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* pulled galpani2 away from kaneko16.c as well, plus general cleanups, dupe fix... Scott Stone2012-08-101-4/+0
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-7/+7
* Kaneko sprites are now a device. This should facilitate cleaning up video re... Scott Stone2012-08-081-5/+4
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-7/+7
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-14/+15
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-12/+12
* forgot to remove comments (no whatsnew) Miodrag Milanovic2012-04-101-3/+0
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-29/+28
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-1/+1
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-12/+12
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-23/+23
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Death to generic spriteram. Aaron Giles2012-03-081-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* deprecat.h, 1 + 1 to go ... Angelo Salese2011-12-131-19/+29
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+6
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-11/+12
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-19/+19
* BIG update. Aaron Giles2011-03-291-31/+31
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-12/+12
* Convert cclimber/galpani2/gticlub/namcond1/pacman/seibuspi/tetrisp2/vicdual Aaron Giles2011-03-251-31/+31
* Further decouples some driver files to help driver_device Aaron Giles2011-03-211-1/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-8/+8
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-25/+25
* Cleanups and version bump.mame0140u3 Aaron Giles2010-12-231-1/+1
* Correct clocks documented from original PCB (galpani2i) for Gal Panic 2 [Corr... Scott Stone2010-12-171-7/+8
* new clone Angelo Salese2010-12-131-3/+56
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-1/+1
* Corrected or clarified a number of duplicated inputs for drivers up through G... Scott Stone2010-09-071-1/+1
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* 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
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-35/+35
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-5/+5