diff src/gaslist.asm @ 275:653a3ab08062

rename into hwOS
author heinrichsweikamp
date Thu, 07 May 2015 13:11:14 +0200
parents 31088352ee32
children bef07a837a60
line wrap: on
line diff
--- a/src/gaslist.asm	Tue May 05 14:58:16 2015 +0200
+++ b/src/gaslist.asm	Thu May 07 13:11:14 2015 +0200
@@ -2,14 +2,14 @@
 ;
 ;   File gaslist.asm
 ;
-;   Managing OSTC3 gas list
+;   Managing OSTC gas list
 ;
 ;   Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
 ;=============================================================================
 ; HISTORY
 ;   2011-08-11 : [jDG] Creation.
 
-#include    "ostc3.inc"                  ; Mandatory header
+#include    "hwos.inc"                  ; Mandatory header
 #include    "convert.inc"
 #include    "math.inc"                  ; div16x16 for MOD calculations
 #include    "strings.inc"