summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emupal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* emupal.c: Support palette RAM less than the full width of the data bus it's on, Alex W. Jackson2014-05-061-2/+21
* tnzs.c and related drivers: fix generic_paletteram regression (nw) Alex W. Jackson2014-04-241-2/+2
* Fix generic_paletteram regression in various Atari drivers (nw) Alex W. Jackson2014-04-241-0/+18
* emupal.c: add support for RAM-based palettes with indirect lookups. Update va... Alex W. Jackson2014-04-171-3/+33
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-16/+16
* Removed pseudo-palettes from video/generic.c. All drivers that were using the... Alex W. Jackson2014-03-131-2/+13
* (MESS) wangpc: Fixed palette regression. (nw) Curt Coder2014-03-111-0/+12
* convert "bnstars1" to use dual palettes. David Haywood2014-03-051-0/+15
* Declaring indirect colors in MCFG is now mandatory. Removed dynamic creation ... Alex W. Jackson2014-03-051-16/+12
* Enable saving dynamic_arrays of all fundamental types. Also fix emupal Aaron Giles2014-03-021-2/+2
* Fix ambiguous and confusing use of "entry" in palette device member names Alex W. Jackson2014-03-021-12/+17
* Allow specifying PALETTE_INDIRECT_ENTRIES to preallocate indirection tables. Aaron Giles2014-03-011-22/+43
* Support palette RAM formats that are byteswapped relative to CPU endianness [... Alex W. Jackson2014-03-011-5/+26
* Fix split palette RAM [Alex Jackson] Alex W. Jackson2014-03-011-5/+1
* Fix remaining issues with indirect colors [Alex Jackson] Alex W. Jackson2014-02-281-11/+7
* A few more fixes for indirect palettes. Aaron Giles2014-02-271-14/+19
* Fix indirect colors to actually work. Aaron Giles2014-02-271-35/+25
* fixed uninitialized variables (nw) Miodrag Milanovic2014-02-271-1/+10
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-530/+588
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-17/+13
* Change palette_t allocation so that it uses matching new/delete operators. Aaron Giles2014-02-181-1/+1
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-19/+18
* Fix MT5440 [Alex Jackson] Alex W. Jackson2014-02-131-1/+1
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-4/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-21/+21
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+0
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-3/+2
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-1/+1
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-7/+7
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-18/+7
* Clean-ups and version bumpmame0143u1 Angelo Salese2011-07-111-1/+1
* Added default screenless layout, and update pinball devices to relay on that ... Miodrag Milanovic2011-07-041-2/+5
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-8/+8
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-2/+2
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-4/+8
* BIG update. Aaron Giles2011-03-291-71/+72
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-5/+4
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-2/+2
* Split the screen device into a separate module. Aaron Giles2010-12-021-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-5/+5
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-12/+12
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-9/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+3
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Bulk change alert. Aaron Giles2009-04-261-11/+9