Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Duefectu committed Jun 14, 2024
1 parent 9a785ad commit a0367e8
Show file tree
Hide file tree
Showing 2 changed files with 1,032 additions and 1 deletion.
47 changes: 46 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,47 @@
# NextLibLite.bas
Subset of the NextLib library by David Saphier "@em00k"
**Subset of the NextLib library by David Saphier "@em00k"**

Check full NextLib library included in NextBuild: https://github.com/em00k/NextBuild

NextLibLite v0.1 (Word in progress)

This is a subset of nextBuild/NextLib library ZX Spectrum Next library

This file is released under the MIT License
Copyleft (k) 2024

Adapted by Juan Segura "Duefectu" from NextBuild/NextLib
NextLib by **David Saphier "emook"**

Help and thanks Boriel, Flash, Baggers, Britlion, Shiru, Mike Daily, Matt Davies, Michael WareF

This library is included within the Boriel Basic compiler: https://github.com/boriel-basic


**Commands included:**
- *Debug and internal:*
- NextInit
- BREAK
- BBREAK
- *NextReg:*
- NextReg
- NextRegA
- GetReg
- *Layer 2 (256x192 256 colours):*
- ShowLayer2
- CLS256
- PlotL2
- ScrollLayer
- *Sprites:*
- InitSprites
- RemoveSprite
- UpdateSprite
- *Tiles:*
- DoTile
- DoTile8
- *File operations:*
- LoadSD
- SaveSD
- LoadBMP


Loading

0 comments on commit a0367e8

Please sign in to comment.