Skip to content

Commit a0367e8

Browse files
committed
v0.1
1 parent 9a785ad commit a0367e8

2 files changed

Lines changed: 1032 additions & 1 deletion

File tree

README.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,47 @@
11
# NextLibLite.bas
2-
Subset of the NextLib library by David Saphier "@em00k"
2+
**Subset of the NextLib library by David Saphier "@em00k"**
3+
4+
Check full NextLib library included in NextBuild: https://github.com/em00k/NextBuild
5+
6+
NextLibLite v0.1 (Word in progress)
7+
8+
This is a subset of nextBuild/NextLib library ZX Spectrum Next library
9+
10+
This file is released under the MIT License
11+
Copyleft (k) 2024
12+
13+
Adapted by Juan Segura "Duefectu" from NextBuild/NextLib
14+
NextLib by **David Saphier "emook"**
15+
16+
Help and thanks Boriel, Flash, Baggers, Britlion, Shiru, Mike Daily, Matt Davies, Michael WareF
17+
18+
This library is included within the Boriel Basic compiler: https://github.com/boriel-basic
19+
20+
21+
**Commands included:**
22+
- *Debug and internal:*
23+
- NextInit
24+
- BREAK
25+
- BBREAK
26+
- *NextReg:*
27+
- NextReg
28+
- NextRegA
29+
- GetReg
30+
- *Layer 2 (256x192 256 colours):*
31+
- ShowLayer2
32+
- CLS256
33+
- PlotL2
34+
- ScrollLayer
35+
- *Sprites:*
36+
- InitSprites
37+
- RemoveSprite
38+
- UpdateSprite
39+
- *Tiles:*
40+
- DoTile
41+
- DoTile8
42+
- *File operations:*
43+
- LoadSD
44+
- SaveSD
45+
- LoadBMP
46+
47+

0 commit comments

Comments
 (0)