Scott Duensing
|
7e1aee926e
|
Fixed fclose() return value to match(ish) posix.
|
2024-02-07 18:59:25 -06:00 |
|
Scott Duensing
|
94a84e3920
|
Bug fixes. fwrite and fread now return expected values.
|
2024-02-05 19:47:48 -06:00 |
|
Scott Duensing
|
bc01375056
|
Fixed kernel linking issue.
|
2024-02-02 23:06:26 -06:00 |
|
Scott Duensing
|
9415a2ebc2
|
Various fixes.
|
2024-02-01 19:45:09 -06:00 |
|
Scott Duensing
|
400b35cd25
|
Another api.h update. mkdir and rmdir added.
|
2024-01-25 19:03:44 -06:00 |
|
Scott Duensing
|
835cf7b9b1
|
Now builds without warnings.
|
2024-01-25 17:07:52 -06:00 |
|
Scott Duensing
|
954c97a590
|
Adding missing platform files.
|
2024-01-25 17:00:15 -06:00 |
|
Scott Duensing
|
616e6602a3
|
Working on more kernel support.
|
2024-01-25 16:56:37 -06:00 |
|
Scott Duensing
|
fb8a2415c2
|
__putchar() and getchar() moved to their own file.
|
2024-01-24 16:56:40 -06:00 |
|
Scott Duensing
|
4e79b9567d
|
Removed a malloc and struct from file dir operations.
|
2024-01-24 16:47:38 -06:00 |
|
Scott Duensing
|
e02b83d827
|
FILE parameters are now FILE* to match stdio.h.
|
2024-01-24 16:41:36 -06:00 |
|
Scott Duensing
|
6f51733e92
|
fseek and rewind added. No support for ftell in the microkernel.
|
2024-01-23 19:31:03 -06:00 |
|
Scott Duensing
|
ea985a42fd
|
First pass at file I/O. Some things missing. Thanks, gadget!
|
2024-01-23 19:16:42 -06:00 |
|
Scott Duensing
|
a73c19154d
|
Pushing for gadget.
|
2024-01-22 19:52:08 -06:00 |
|
Scott Duensing
|
03046dcf11
|
Working on file operations.
|
2024-01-22 19:37:11 -06:00 |
|
Scott Duensing
|
496ef13a94
|
Updated api.h which was causing kernel events to be screwy.
|
2024-01-21 17:01:08 -06:00 |
|
Scott Duensing
|
1a2fc959c6
|
Sprite example.
|
2024-01-20 19:48:23 -06:00 |
|
Scott Duensing
|
76ffdf3677
|
Some reorganizing. imageconvert sprite support started.
|
2024-01-19 20:17:23 -06:00 |
|
Scott Duensing
|
0983eb73ab
|
Moved Lines example into it's own project.
|
2024-01-17 19:09:32 -06:00 |
|
Scott Duensing
|
44bc230048
|
Silenced warning about integer overflow. We don't need no steenkin' signs.
|
2024-01-16 19:09:08 -06:00 |
|
Scott Duensing
|
0b79976955
|
Some code cleanup.
|
2024-01-16 19:00:01 -06:00 |
|
Scott Duensing
|
edf1c56956
|
Tilemap demo working!
|
2024-01-15 18:43:21 -06:00 |
|
Scott Duensing
|
fbefb2b551
|
Tilemap colors are now being properly assigned. Still doesn't work.
|
2024-01-15 16:53:33 -06:00 |
|
Scott Duensing
|
86f4063006
|
Working on a tile example.
|
2024-01-15 16:08:12 -06:00 |
|
Scott Duensing
|
edfd5e5aee
|
Very basic kernel support working.
|
2024-01-11 19:25:58 -06:00 |
|
Scott Duensing
|
6c21d5cac9
|
Working on kernel calls.
|
2024-01-11 16:54:43 -06:00 |
|
Scott Duensing
|
8486c2e375
|
Sprite support.
|
2024-01-10 20:44:16 -06:00 |
|
Scott Duensing
|
6620f299a5
|
Added pre-calculated cube example.
|
2024-01-10 18:19:51 -06:00 |
|
Scott Duensing
|
22cca7c0ca
|
In theory, we have tilemap support.
|
2024-01-10 17:57:56 -06:00 |
|
Scott Duensing
|
a558f1a472
|
Lots of refactoring to get tiles and sprites supported.
|
2024-01-09 21:46:37 -06:00 |
|
Scott Duensing
|
93c28f3430
|
Cube performance much improved!
|
2024-01-07 23:15:26 -06:00 |
|
Scott Duensing
|
aae737d17d
|
Slightly optimized cube.
|
2024-01-07 19:36:35 -06:00 |
|
Scott Duensing
|
f642221028
|
Library now assumes I/O page 0 is active at all times. Cube using math coprocessor for multiplication.
|
2024-01-07 19:13:36 -06:00 |
|
Scott Duensing
|
a36ef5c495
|
Renamed text functions to match the rest of the library. Starting math routines.
|
2024-01-07 18:24:45 -06:00 |
|
Scott Duensing
|
af68da6cb5
|
Added brute force bitmap clear. Added Cube to examples.
|
2024-01-07 18:08:41 -06:00 |
|
Scott Duensing
|
acbfe3e19d
|
Checking in the latest broken DMA code.
|
2024-01-07 17:10:41 -06:00 |
|
Scott Duensing
|
5b417c2431
|
Boom.
|
2024-01-06 18:43:17 -06:00 |
|
Scott Duensing
|
97c924e4b0
|
../../f256lib/bitmap.c
|
2024-01-06 18:42:37 -06:00 |
|
Scott Duensing
|
c820cdb25e
|
Added documentation.
|
2024-01-06 17:22:12 -06:00 |
|
Scott Duensing
|
3b08bc45c8
|
Three pages of bitmap space to draw on. Possible DMA bug.
|
2024-01-05 19:56:20 -06:00 |
|
Scott Duensing
|
47a9dee1ab
|
DMA, fixed text, random numbers, lines.
|
2024-01-05 17:21:38 -06:00 |
|
Scott Duensing
|
bf26570362
|
Bitmap graphics working.
|
2024-01-04 18:54:37 -06:00 |
|
Scott Duensing
|
949258c1ab
|
Working on bitmaps.
|
2024-01-03 20:18:34 -06:00 |
|
Scott Duensing
|
7f259eb824
|
Text colors working.
|
2024-01-01 20:10:21 -06:00 |
|
Scott Duensing
|
4cedb359a2
|
It lives!
|
2024-01-01 19:04:19 -06:00 |
|
Scott Duensing
|
d33b227a30
|
I broke it.
|
2024-01-01 17:12:40 -06:00 |
|
Scott Duensing
|
c26d06f060
|
Fixed pgztest CMakeLists for QtCreator.
|
2024-01-01 15:50:30 -06:00 |
|
Scott Duensing
|
be01d20556
|
update-defines.sh didn't actually update if the remote repo changed.
|
2023-12-31 20:07:25 -06:00 |
|
Scott Duensing
|
f6f5d4163c
|
More bug fixes.
|
2023-12-31 19:56:36 -06:00 |
|
Scott Duensing
|
322943af7d
|
Added KUP and PGZ examples.
|
2023-12-31 17:00:25 -06:00 |
|