Implemented Trio64 polygon fill commands. Fixes issues with Paintbrush on Windows 3.1.
This commit is contained in:
parent
8300b3a7e2
commit
4cea5cc59f
4 changed files with 306 additions and 21 deletions
|
|
@ -10,8 +10,6 @@
|
|||
#include "timer.h"
|
||||
|
||||
#define MIN(a, b) ((a) < (b) ? (a) : (b))
|
||||
#define ABS(x) ((x) > 0 ? (x) : -(x))
|
||||
|
||||
|
||||
#define BUFFER_SIZE (256*1024)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue