summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/expro02.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1868/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-23/+23
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-22/+22
* Added 1998 copyright Fantasia 2 version, single ROM difference system11b2015-05-301-0/+27
* resolved lot of license ownership (nw) Miodrag Milanovic2015-05-191-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-20/+20
* the better handling removes the need for this hack actually (nw) mamehaze2015-02-141-13/+14
* hide gal graphics on title screen until fully drawn (fantasia etc.) I don't ... mamehaze2015-02-141-2/+2
* consistency (nw) mamehaze2015-02-141-7/+7
* leave the clear logic in for Gals Hustler, it's not a Comad PCB and not a hac... mamehaze2015-02-141-2/+19
* the Comad 'Fantasia' games are all derived from the expro02 Gals Panic codeba... mamehaze2015-02-141-102/+936
* Removed running_machine parameter from various methods were it wasn't needed ... Ivan Vangelista2014-10-061-1/+1
* galpanic.c: Correct rom names for the newest Fantasia set. - NW Brian Troha2014-09-031-1/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* 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
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-5/+6
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+3
* new clones David Haywood2014-01-251-1/+34
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-3/+3
* changed machine().device("maincpu") with m_maincpu in mame tree part (nw) Miodrag Milanovic2013-04-101-3/+3
* added m_maincpu where missing in driver classes that are placed in drivers (nw) Miodrag Milanovic2013-04-101-2/+3
* Removal of not needed machine().root_device() (nw) Miodrag Milanovic2013-02-131-2/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-67/+67
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-5/+6
* 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-8/+8
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-8/+7
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-3/+3
* expro02.c: Minor typo correction - NW Brian Troha2012-08-251-2/+2
* new Fantasia clone Brian Troha2012-08-251-23/+121
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-1/+1
* make expro02.c, jchan.c, galspani3.c independent from kaneko16_state and use ... Scott Stone2012-08-101-9/+23
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-3/+4
* MPU4: Starting spliting up some of the more intimidating mpu4 sets, ready to... Scott Stone2012-08-091-3/+4
* More Kaneko separation and continued mpu4 work - From Haze (nw) Scott Stone2012-08-091-1/+72
* Kaneko sprites are now a device. This should facilitate cleaning up video re... Scott Stone2012-08-081-13/+9
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-5/+5
* Started the process of converting some Kaneko games to use devices. [David H... Scott Stone2012-07-311-46/+18
* To my knowledge, flip screen never worked correctly for any of these games in... Scott Stone2012-06-121-4/+4
* 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-16/+16
* Small cleanup (no whatsnew) Miodrag Milanovic2012-04-091-2/+2
* MAME going modern part 8 (no whatsnew) Miodrag Milanovic2012-04-061-26/+30
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-11/+11
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-3/+4
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-16/+16