shithub: rott

Download patch

ref: 1ddc8ebc5a089cbd1b949e505b3f166c9aa83432
parent: 18b911086631a1ba5b8db386b97da1a6bbe83b84
author: Marc-Alexandre Espiaut <[email protected]>
date: Mon Jun 4 11:35:09 EDT 2018

Removing DOS code _rt_util.h

--- a/rott/_rt_util.h
+++ b/rott/_rt_util.h
@@ -20,13 +20,6 @@
 #ifndef _rt_util_private
 #define _rt_util_private
 
-#ifdef DOS
-#define PEL_WRITE_ADR   0x3c8
-#define PEL_READ_ADR    0x3c7
-#define PEL_DATA        0x3c9
-#define PEL_MASK        0x3c6
-#endif
-
 #define ERRORROW        2
 #define ERRORCOL        11
 
@@ -43,5 +36,4 @@
 #define WeightR  3
 #define WeightG  5
 #define WeightB  2
-
 #endif