Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
extensions [2020/08/05 09:19] neilsextensions [2021/01/10 19:40] – [Extensions] gabrielsroka
Line 1: Line 1:
 ====== Extensions ====== ====== Extensions ======
  
-**XC=BASIC** supports third-party extensions since version 2.2. Extensions are includeable source files that define+**XC=BASIC** supports third-party extensions since version 2.2. Extensions are includable source files that define
  
   * new COMMANDS   * new COMMANDS
Line 16: Line 16:
   * [[https://github.com/neilsf/xcb-ext-rasterinterrupt|xcb-ext-rasterinterrupt]] - raster interrupts   * [[https://github.com/neilsf/xcb-ext-rasterinterrupt|xcb-ext-rasterinterrupt]] - raster interrupts
   * [[https://github.com/neilsf/xcb-ext-sfx|xcb-ext-sfx]] - routines to play S.E.U.C.K sound effects   * [[https://github.com/neilsf/xcb-ext-sfx|xcb-ext-sfx]] - routines to play S.E.U.C.K sound effects
-  * [[https://github.com/Thraka/xcb-ext-io|xcb-ext-io]] - disk I/O commands+  * [[https://github.com/Thraka/xcb-ext-io|xcb-ext-io]] - extension that handles I/O routines
  
 ===== How to use extensions ===== ===== How to use extensions =====