shithub: rott

Download patch

ref: 3d16494a0403ba38a0282ffce8f50657ea239490
parent: c23d410d93c207d4ffef8a4f8b073c55ec74773e
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Tue Jun 5 09:57:22 EDT 2018

Removing obsolete WATCOM code from rt_util.h

--- a/rott/rt_util.h
+++ b/rott/rt_util.h
@@ -152,29 +152,7 @@
 
 void Square (void);
 
-#ifdef __WATCOMC__
-#pragma aux Square=\
-   "mov edx,03c4h",  \
-   "mov eax,0100h",  \
-	"out dx,ax",      \
-   "mov eax,0e3h",    \
-   "mov edx,03c2h",  \
-   "out dx,ax",      \
-   "mov eax,0300h",  \
-   "mov edx,03c4h",  \
-   "out dx,ax"      \
-   modify exact [eax edx]
-#endif
-
-
 #define my_outp(a,b)
-
-#ifdef __WATCOMC__
-#pragma aux my_outp =  \
-        "out dx,al",                     \
-        parm    [edx] [eax] \
-        modify exact []
-#endif
 
 #define OUTP                              my_outp