On Tue, Sep 24, 2002 at 06:39:01PM +0100, Alastair Robinson wrote: > > What precisely is sysdep_palette_info->dirty currently used for, and am I > likely to break anything by using it for the Xv patch?
Since the palette dirty-handling is now done in the core, there shouldn't be any problem using sysdep_palette's dirty flag for whatever you like. The other possibility is to have your code called from update_palette() in video.c. This should be the only spot where the sysdep_palette entries are changed. _______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
