summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galpani2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1210/+0
* Revert "Set some screens to ROT90 (nw)" Miodrag Milanovic2015-10-121-1/+0
* Set some screens to ROT90 (nw) Miodrag Milanovic2015-10-111-0/+1
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-12/+12
* Done work for Luca Elia (nw) Miodrag Milanovic2015-05-131-1/+1
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-1/+1
* galpani2, swap x and y scroll on ind8 layer (nw) mamehaze2015-02-141-4/+4
* galpani2.c, kaneko16.c: added save state support (nw) Ivan Vangelista2015-01-311-12/+14
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-12/+12
* Pixel clock notes, nw Angelo Salese2014-12-031-1/+3
* use rombank instead of custom handler (nw) mamehaze2014-12-021-19/+24
* fix an old regression in the gp2 driver (nw) mamehaze2014-12-021-1/+1
* use RGB32 for galpani2, it has blending, very evident in the videos available. mamehaze2014-12-021-20/+24
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-2/+4
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+2
* misc ANY part 2 David Haywood2014-02-051-1/+55
* new clones David Haywood2014-01-251-4/+54
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-19/+19
* galpani2.c: Added complete PCB layout. [The Guru] Brian Troha2013-08-251-30/+66
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-5/+5
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-1/+1
* this was verified. David Haywood2013-05-221-1/+0
* Gals Panic II (English) [ANY] (uncertain set composition) (not working) David Haywood2013-05-191-0/+48
* eeprom_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-8/+4
* oki tag lookup removal (nw) Miodrag Milanovic2013-04-121-3/+1
* same for "sub" and "subcpu" (nw) Miodrag Milanovic2013-04-111-3/+3
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-3/+3
* some atari modernization (nw) Miodrag Milanovic2013-02-141-4/+4
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-1/+1
* 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