summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ppu2c0x.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-3/+3
* BIG update. Aaron Giles2011-03-291-17/+17
* 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-2/+2
* Convert cclimber/galpani2/gticlub/namcond1/pacman/seibuspi/tetrisp2/vicdual Aaron Giles2011-03-251-9/+15
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-21/+21
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-8/+8
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-21/+21
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-2/+2
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-13/+13
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-3/+3
* added a PPU function eventually needed by MMC5 NES boards. no whatsnew. Fabio Priuli2010-06-271-0/+7
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+11
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-43/+35
* vsnes.c: Reworked VROM banking to avoid pointing beyond the last bank. Also,... Fabio Priuli2010-06-061-12/+14
* Cleanups and version bump.mame0138 Aaron Giles2010-05-151-1/+1
* Fix for MT03823: pc_miket: Bad colours [Alex Jackson] Fabio Priuli2010-05-051-3/+5
* fix for MT3818 by AWJ Fabio Priuli2010-04-231-3/+20
* ppu2c0x.c: Removed the bogus "color remap tables" in favor Fabio Priuli2010-04-091-6/+54
* Disabled unused variables and code based on cppcheck and VS2008 Code Analysis... Fabio Priuli2010-04-031-7/+2
* ppu2c0x.c: added save states to NES PPU and performed some minor cleanups [Fa... Fabio Priuli2010-03-301-343/+367
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-23/+23
* Fixed memory freeing so that is it released in the opposite order Aaron Giles2010-01-111-11/+11
* 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-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* > -----Original Message----- Aaron Giles2009-10-211-6/+0
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-4/+4
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-2/+2
* Cleanups and version bump.mame0133u2 Aaron Giles2009-08-131-1/+1
* Improved Sprite Overflow emulation of NES PPU (this fixes the first of blargg... Fabio Priuli2009-08-091-31/+19
* More NES work: [Robert Bohms] Fabio Priuli2009-08-061-32/+5
* Cleanups and version bump. Aaron Giles2009-08-021-8/+8
* Removed a last redundant element from NES PPU struct Fabio Priuli2009-08-021-14/+0
* Cleaned up NES PPU interface and struct [Fabio Priuli] Fabio Priuli2009-08-011-27/+5
* Commit of Robert Bohms' NES PPU updates (please refer to his -emails for deta... Fabio Priuli2009-07-311-461/+352
* Cleanups and version bump. Aaron Giles2009-05-281-16/+16
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-05-271-3/+3
* From: Oliver Stoeneberg [oliverst@online.de] Aaron Giles2009-05-251-0/+2
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-3/+3
* Bulk change alert. Aaron Giles2009-04-261-11/+7
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-1/+0
* Fix compile error with debug enabled. Aaron Giles2009-04-161-1/+1