Commit graph

21 commits

Author SHA1 Message Date
Scott Duensing
fb8a2415c2 __putchar() and getchar() moved to their own file. 2024-01-24 16:56:40 -06:00
Scott Duensing
03046dcf11 Working on file operations. 2024-01-22 19:37:11 -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
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
a558f1a472 Lots of refactoring to get tiles and sprites supported. 2024-01-09 21:46:37 -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
acbfe3e19d Checking in the latest broken DMA code. 2024-01-07 17:10:41 -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
f6f5d4163c More bug fixes. 2023-12-31 19:56:36 -06:00