Go to file
Alex W. Jackson 065911e8e6 Fix ambiguous and confusing use of "entry" in palette device member names
related to indirection. Array m_indirect_entry is now m_indirect_pens.
Getter indirect_entries() now returns the number of indirect colors, which
is more useful than the number of indirect pens (the latter is always
either zero or equal to the palette size, depending on whether indirection
is being used at all)

Fixed debug assert: rgb_t isn't POD according to GCC 4.8, so we can't use
resize_and_clear. Use append() instead to dynamically expand m_indirect_colors.
This change also ensures that indirect_entries() returns the actual number
of indirect colors, not rounded up to the next multiple of 256.

Thanks to these changes, the OSD palette viewer now displays the indirect
colors correctly once again.

Added MCFG_PALETTE_INDIRECT_ENTRIES to all games using indirection in seta.c.
This change should fix all color regressions in that driver.
2014-03-02 02:59:24 +00:00
artwork HLSL Updates: [Ryan Holtz, Bat Country Entertainment, austere] 2011-06-06 21:25:38 +00:00
docs (mess): Floppy subsystem documentation checkpoint. Incomplete, but 2014-01-30 20:13:38 +00:00
hash (MESS) Moved some carts from genius.xml to gl2000.xml/gl6000sl.xml. (nw) 2014-02-28 21:36:13 +00:00
hlsl This revert (r26927), as requested by author, fixes the regression of missing graphics for vector games using HLSL. Also reverted patch in code (r27063) to deal with "roundf" for pre-vs2013 compilers - which is no longer needed. (nw) 2014-01-24 00:30:29 +00:00
keymaps Added Swedish/Finnish SDL keymaps for OSX and Linux. [Curt Coder] 2012-08-29 18:41:01 +00:00
nl_examples NPN BJT now working 2014-03-01 16:16:22 +00:00
src Fix ambiguous and confusing use of "entry" in palette device member names 2014-03-02 02:59:24 +00:00
web Adding missed files (nw) 2013-10-01 14:12:22 +00:00
.gitattributes NPN BJT now working 2014-03-01 16:16:22 +00:00
.gitignore ignore project files only in root 2013-12-30 18:38:08 +00:00
makefile disabled more checks with SANITIZE=undefined for now (nw) 2014-02-26 16:19:37 +00:00