summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxi.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-55/+55
* 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-7/+7
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-8/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-28/+25
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-25/+25
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-5/+5
* 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
* fixed mistakes with MCFG_SOUND_ROUTE in MCFG_SOUND_MODIFY, causing double rou... Michaƫl Banaan Ananas2012-05-081-0/+1
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-10/+10
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-10/+10
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-11/+16
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1
* modernization of some CUSTOM_INPUT's (no whatsnew) Miodrag Milanovic2012-04-091-10/+10
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-43/+43
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-5/+5
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-10/+10
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-16/+16
* 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
* 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-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-8/+8
* (Finally found the time to finish this....) Aaron Giles2011-05-301-6/+6
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-4/+4
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-4/+4
* 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-62/+67
* BIG update. Aaron Giles2011-03-291-34/+34
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-21/+21
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-1/+1
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* 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-8/+5
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-23/+24
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+3
* 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
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-3/+3
* Added save states to funybubl.c, galaxi.c, gaiden.c and rocnrope.c Fabio Priuli2009-11-301-75/+140
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1