OSDK 1.18
@@ -56,7 +56,7 @@ | ||
56 | 56 | SET OCC=%OSDK% |
57 | 57 | SET LCC65=%OSDK% |
58 | 58 | SET LCC65DIR=%OSDK% |
59 | -SET OSDKVERSION=1.17 | |
59 | +SET OSDKVERSION=1.18 | |
60 | 60 | |
61 | 61 | :: |
62 | 62 | :: Create a build directory if it does not exist |
@@ -347,4 +347,5 @@ | ||
347 | 347 | |
348 | 348 | |
349 | 349 | |
350 | -:End | |
\ No newline at end of file | ||
350 | +:End | |
351 | +Pause |
@@ -17,6 +17,15 @@ | ||
17 | 17 | |
18 | 18 | <h1>Version history</h1> |
19 | 19 | |
20 | +<p id=dateentry>Version 1.18 - January 3rd 2021</p> | |
21 | + <ul> | |
22 | + <li>Upgraded <A href="doc_linker.htm">Link65</A> to the version 0.67: It now indicates that error messages come from Link65, should make diagnostic errors easier</li> | |
23 | + <li>Upgraded <A href="doc_header.htm">Header</A> with an option to specify BASIC (-b0) or BINARY (-b1)</li> | |
24 | + <li>Upgraded the <A href="doc_compiler.htm">C Compiler</A> to version 1.39 with a fix for inline assembler directives not being generated at the proper location in the code</li> | |
25 | + <li>Added native OSDK joystick support (library code and sample program) for PASE, IJK, OPEL and Telestrat interafaces (working and tested) as well as Dk'Tronic support (needs more work)</li> | |
26 | + <li>Changed the Oricutron default settings to declare the presence of a IJK joystick interface and two SDL joysticks.</li> | |
27 | + </ul> | |
28 | + | |
20 | 29 | <p id=dateentry>Version 1.17 - December 9th 2020</p> |
21 | 30 | <ul> |
22 | 31 | <li>Added INCW_Z and DECW_Z to the C Compiler macros file</li> |
@@ -12,7 +12,7 @@ | ||
12 | 12 | |
13 | 13 | <center><img src="pics/osdk_logo_large.png"></center> |
14 | 14 | |
15 | -<p>Version: 1.17 - <i>Release date: December 9th 2020</i> | |
15 | +<p>Version: 1.18 - <i>Release date: January 3rd 2021</i> | |
16 | 16 | </p> |
17 | 17 | |
18 | 18 | <p id=chapter>General information</p> |