comparison src/hwos.inc @ 441:360acdcda0d7

+BUGFIX: Compatibility with "hwOS Config" fixed +NEW: New hardware descriptor command 0x60 added (For PC programs)
author heinrichsweikamp
date Tue, 26 Jul 2016 12:08:29 +0200
parents 4a79eb952c00
children d93d75ae01bf
comparison
equal deleted inserted replaced
440:36a9ac914ce3 441:360acdcda0d7
19 #include <ports.inc> ; Portmap 19 #include <ports.inc> ; Portmap
20 20
21 ; Firmware definition 21 ; Firmware definition
22 #DEFINE softwareversion_x d'2' ; Software version XX.YY 22 #DEFINE softwareversion_x d'2' ; Software version XX.YY
23 #DEFINE softwareversion_y d'09' ; Software version XX.YY 23 #DEFINE softwareversion_y d'09' ; Software version XX.YY
24 #DEFINE softwareversion_beta 1 ; (and 0 for release) 24 #DEFINE softwareversion_beta 0 ; (and 0 for release)
25 ; Firmware version will appear in "Change Firmware" style 25 ; Firmware version will appear in "Change Firmware" style
26 #DEFINE firmware_expire_year .17 26 #DEFINE firmware_expire_year .17
27 #DEFINE firmware_expire_month .6 27 #DEFINE firmware_expire_month .6
28 #DEFINE firmware_expire_day .10 28 #DEFINE firmware_expire_day .10
29 29