Implemented Trio64 polygon fill commands. Fixes issues with Paintbrush on Windows 3.1.

This commit is contained in:
SarahW 2018-04-12 21:26:45 +01:00
commit 4cea5cc59f
4 changed files with 306 additions and 21 deletions

View file

@ -1,6 +1,13 @@
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#ifdef ABS
#undef ABS
#endif
#define ABS(x) ((x) > 0 ? (x) : -(x))
#define printf pclog
#define READFLASH_FDC 0