-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
1,032 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
Oops, something went wrong.