summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galpani3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-3/+3
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-20/+20
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-168/+168
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* BIG update. Aaron Giles2011-03-291-60/+60
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Moved Kaneko Super Nova sprite chip emulation inside its own file [David Hayw... Angelo Salese2011-03-221-5/+8
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-165/+212
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-18/+18
* 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
* Cleaned up dead web links from the drivers - replacing when possible with alt... Scott Stone2010-07-171-2/+0
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-4/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-4/+4
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-4/+4
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-7/+7
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-2/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-15/+13
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Here's the big one.... Aaron Giles2008-12-111-2/+2
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-2/+2
* Move cpunum_get_active() removal. Aaron Giles2008-11-271-4/+4
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-25/+25
* fixed unassigned variable warning. smf-2008-11-191-1/+1
* hack to prevent title screen corruption in galpani3 davidhay2008-11-171-4/+8
* playing with blending effects in galpani3 davidhay2008-11-171-26/+149
* tried to document some more gp3 video registers davidhay2008-11-171-16/+63
* galpani3 - trying to understand the priority buffers davidhay2008-11-151-2/+50
* fixed minor typo davidhay2008-11-151-1/+1
* improvements to galpani3 rle blitter davidhay2008-11-151-53/+56
* more galpani3 progress davidhay2008-11-151-19/+47
* continued progress with Gals Panic 3, starting to understand the video side o... davidhay2008-11-141-48/+216
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-5/+5
* more gals panic 3 work davidhay2008-11-131-3/+48
* rearrange memory map in galpani3 a bit, to make things clearer davidhay2008-11-131-22/+18
* let gals panic 3 run more of it's attract mode davidhay2008-11-131-10/+65
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* Kaneko update part 4: davidhay2008-11-131-10/+37
* Kaneko changes part 1 davidhay2008-11-131-21/+12