summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Lukas Krickl [Wed, 2 Oct 2024 04:40:14 +0000 (06:40 +0200)]
Added basic setup for game loop updating
Lukas Krickl [Tue, 1 Oct 2024 15:23:52 +0000 (17:23 +0200)]
input: added basci controller input subsystem
Lukas Krickl [Tue, 1 Oct 2024 15:09:00 +0000 (17:09 +0200)]
strings: fixed puts printing the 0 character
Lukas Krickl [Tue, 1 Oct 2024 13:43:08 +0000 (15:43 +0200)]
video: waiting for vblank now before starting first frame
Lukas Krickl [Tue, 1 Oct 2024 10:39:16 +0000 (12:39 +0200)]
video: Added basic puts function
Lukas Krickl [Tue, 1 Oct 2024 08:05:20 +0000 (10:05 +0200)]
Initial setup for engine
Lukas Krickl [Tue, 1 Oct 2024 04:26:06 +0000 (06:26 +0200)]
video: Now loading tilesets correctly.
vblank_wait: vblank wait was not calling ret
Lukas Krickl [Mon, 30 Sep 2024 17:37:06 +0000 (19:37 +0200)]
video: working on loading tiles
Lukas Krickl [Mon, 30 Sep 2024 16:57:49 +0000 (18:57 +0200)]
video: Added basic lcd control code
Lukas Krickl [Mon, 30 Sep 2024 16:48:25 +0000 (18:48 +0200)]
Added tileset scripts and demo tileset
Lukas Krickl [Mon, 30 Sep 2024 16:19:07 +0000 (18:19 +0200)]
Added simple push and pop macro
Lukas Krickl [Mon, 30 Sep 2024 15:26:20 +0000 (17:26 +0200)]
Initial commit