@Koyot1222, post #2070

@Koyot1222, post #2072
@Hexmage960, post #2076
@Hexmage960, post #2076
@tomko, post #2079
Rysujesz cokolwiek na Amidze czy only PC i konwersja na format DP ?
PS. Scena zrobiła z Amigi odtwarzacz i przeglądarkę low end produkcji z PC..
@cholok, post #2087
@Koyot1222, post #2088
typedef struct {
WORD pad1; /* reserved for future use; store 0 here */
WORD rate; /* color cycle rate */
WORD active; /* nonzero means cycle the colors */
UBYTE low, high; /* lower and upper color registers selected */
} CRange;
The field active indicates whether color cycling is on or off. Zero
means off. /* ---------- CRange cycling chunk -------------------------------------*/
#define RNG_NORATE 36 /* Dpaint uses this rate to mean non-active */
/* A CRange is store in a CRNG chunk. */
typedef struct {
WORD pad1; /* reserved for future use; store 0 here */
WORD rate; /* 60/sec=16384, 30/sec=8192, 1/sec=16384/60=273 */
WORD active; /* bit0 set = active, bit 1 set = reverse */
UBYTE low, high; /* lower and upper color registers selected */
} CRange; @Koyot1222, post #2089
Trudno, odpadam z konkursu.
@Hexmage960, post #2091
Moim zdaniem robisz sobie pod górkę. Deluxe Paint można kupić na eBayu.
Ja chętnie pomogę Ci w wolnej chwili. Oferuję swojego DPainta.
@Stoopi, post #2095
@cholok, post #2090