summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galpanic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-98/+98
* (MAME) Fix for -valid. (nw) Sandro Ronco2012-09-251-1/+1
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-11/+11
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-9/+9
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-5/+5
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-12/+12
* MPU4: Starting spliting up some of the more intimidating mpu4 sets, ready to... Scott Stone2012-08-091-17/+9
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-12/+12
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-7/+8
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-17/+17
* AM_BASE + AM_SIZE -> AM_BASE_SIZE for easier future cleanup (no whatsnew) Miodrag Milanovic2012-04-111-6/+6
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-32/+32
* 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-6/+6
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-17/+17
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-47/+47
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-6/+6
* most screen eof regression fixes could be reverted after core fix Michaël Banaan Ananas2012-01-251-2/+2
* screen eof regressions Michaël Banaan Ananas2012-01-231-2/+2
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-8/+12
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-5/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-7/+6
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* galpanic.c: Added dipswitch locations to Gals Panic, Fantasia, Super Model, N... Brian Troha2011-08-121-401/+84
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-2/+2
* deprecat.h Angelo Salese2011-05-091-26/+37
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-17/+17
* BIG update. Aaron Giles2011-03-291-12/+12
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-5/+5
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-5/+5
* Fixed regression for galpanic.c and snowbros.c (no whatsnew) Miodrag Milanovic2011-02-251-0/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-12/+13
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-13/+13
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-3/+3
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-54/+54
* Added read_status() and write_command() methods to the okim6295_device Aaron Giles2010-09-051-5/+5
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-11/+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-20/+14