index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
emupal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
emupal.c: Support palette RAM less than the full width of the data bus it's on,
Alex W. Jackson
2014-05-06
1
-2
/
+21
*
tnzs.c and related drivers: fix generic_paletteram regression (nw)
Alex W. Jackson
2014-04-24
1
-2
/
+2
*
Fix generic_paletteram regression in various Atari drivers (nw)
Alex W. Jackson
2014-04-24
1
-0
/
+18
*
emupal.c: add support for RAM-based palettes with indirect lookups. Update va...
Alex W. Jackson
2014-04-17
1
-3
/
+33
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-16
/
+16
*
Removed pseudo-palettes from video/generic.c. All drivers that were using the...
Alex W. Jackson
2014-03-13
1
-2
/
+13
*
(MESS) wangpc: Fixed palette regression. (nw)
Curt Coder
2014-03-11
1
-0
/
+12
*
convert "bnstars1" to use dual palettes.
David Haywood
2014-03-05
1
-0
/
+15
*
Declaring indirect colors in MCFG is now mandatory. Removed dynamic creation ...
Alex W. Jackson
2014-03-05
1
-16
/
+12
*
Enable saving dynamic_arrays of all fundamental types. Also fix emupal
Aaron Giles
2014-03-02
1
-2
/
+2
*
Fix ambiguous and confusing use of "entry" in palette device member names
Alex W. Jackson
2014-03-02
1
-12
/
+17
*
Allow specifying PALETTE_INDIRECT_ENTRIES to preallocate indirection tables.
Aaron Giles
2014-03-01
1
-22
/
+43
*
Support palette RAM formats that are byteswapped relative to CPU endianness [...
Alex W. Jackson
2014-03-01
1
-5
/
+26
*
Fix split palette RAM [Alex Jackson]
Alex W. Jackson
2014-03-01
1
-5
/
+1
*
Fix remaining issues with indirect colors [Alex Jackson]
Alex W. Jackson
2014-02-28
1
-11
/
+7
*
A few more fixes for indirect palettes.
Aaron Giles
2014-02-27
1
-14
/
+19
*
Fix indirect colors to actually work.
Aaron Giles
2014-02-27
1
-35
/
+25
*
fixed uninitialized variables (nw)
Miodrag Milanovic
2014-02-27
1
-1
/
+10
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-530
/
+588
*
Switched rgb_t to a class, replacing macros with methods. Mappings are
Aaron Giles
2014-02-19
1
-17
/
+13
*
Change palette_t allocation so that it uses matching new/delete operators.
Aaron Giles
2014-02-18
1
-1
/
+1
*
Converted palette_t and palette_client to classes. General palette.c
Aaron Giles
2014-02-18
1
-19
/
+18
*
Fix MT5440 [Alex Jackson]
Alex W. Jackson
2014-02-13
1
-1
/
+1
*
save state cleanup, converted state_save_register_global* into save_item/save...
Miodrag Milanovic
2013-05-08
1
-4
/
+4
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-21
/
+21
*
Final round of struct/union/enum normalization.
Aaron Giles
2012-09-16
1
-2
/
+0
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-3
/
+2
*
added missing \n to some more fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-1
/
+1
*
gfx_element is now a class. Accessors are provided for all
Aaron Giles
2012-09-06
1
-7
/
+7
*
Bulk converted most of the tilemap_* calls into method calls.
Aaron Giles
2012-01-17
1
-1
/
+1
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-18
/
+7
*
Clean-ups and version bump
mame0143u1
Angelo Salese
2011-07-11
1
-1
/
+1
*
Added default screenless layout, and update pinball devices to relay on that ...
Miodrag Milanovic
2011-07-04
1
-2
/
+5
*
Converted presave/postload functions to delegates. In a lot of
Aaron Giles
2011-04-30
1
-8
/
+8
*
Switch to using delegates for some callbacks:
Aaron Giles
2011-04-27
1
-1
/
+1
*
Rename state_manager -> save_manager since the term "state" is overloaded.
Aaron Giles
2011-04-20
1
-2
/
+2
*
Privatized most of the m_machine pointers in the system to prevent
Aaron Giles
2011-04-19
1
-4
/
+8
*
BIG update.
Aaron Giles
2011-03-29
1
-71
/
+72
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
1
-5
/
+4
*
Moved the state saving system to C++. For now the registration macros
Aaron Giles
2011-02-08
1
-2
/
+2
*
Split the screen device into a separate module.
Aaron Giles
2010-12-02
1
-1
/
+1
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-5
/
+5
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-12
/
+12
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-9
/
+2
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-2
/
+2
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-3
/
+3
*
Added some missing header declarations and static qualifiers. Added validity....
Phil Bennett
2010-01-06
1
-0
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-3
/
+3
*
Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly
Aaron Giles
2009-12-28
1
-1
/
+1
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-11
/
+9
[next]