shithub: rott

Download patch

ref: 1fc4a5e28e99845c8b29f4888c6010843e0708d7
parent: 201a3e8bcc71216d79c2e0cc965fdf27822d94ce
author: Marc-Alexandre Espiaut <[email protected]>
date: Mon Jun 4 11:39:01 EDT 2018

Removing DOS code rottnet.h

--- a/rott/rottnet.h
+++ b/rott/rottnet.h
@@ -23,13 +23,6 @@
 
 #include "develop.h"
 
-#ifdef DOS
-#define PEL_WRITE_ADR   0x3c8
-#define PEL_DATA        0x3c9
-
-#define I_ColorBlack(r,g,b) {outp(PEL_WRITE_ADR,0);outp(PEL_DATA,r);outp(PEL_DATA,g);outp(PEL_DATA,b);};
-#endif
-
 #define	MAXNETNODES		14			// max computers in a game
 
 #if ( SHAREWARE == 1 )