summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
John Tsiombikas [Sun, 24 Jul 2022 20:35:05 +0000 (23:35 +0300)]
readme
John Tsiombikas [Sun, 24 Jul 2022 19:27:19 +0000 (22:27 +0300)]
Revert "slight source minification"
This reverts commit
bf75cfdfd8c219fa4e6aaf71c331abe81035cf8e.
John Tsiombikas [Sun, 24 Jul 2022 18:45:58 +0000 (21:45 +0300)]
Revert "slight source minification 2"
This reverts commit
556d5949c6abded2cd793f7adda37adfe9ec5682.
John Tsiombikas [Sat, 23 Jul 2022 10:31:53 +0000 (13:31 +0300)]
slight source minification 2
John Tsiombikas [Sat, 23 Jul 2022 02:38:56 +0000 (05:38 +0300)]
slight source minification
John Tsiombikas [Fri, 22 Jul 2022 20:12:08 +0000 (23:12 +0300)]
that works! maybe final?
John Tsiombikas [Fri, 22 Jul 2022 02:33:17 +0000 (05:33 +0300)]
Merge branch 'master' of goat:git/bootcard
John Tsiombikas [Fri, 22 Jul 2022 02:30:02 +0000 (05:30 +0300)]
flashing bars
John Tsiombikas [Mon, 27 Jun 2022 02:19:34 +0000 (05:19 +0300)]
relfection failed
John Tsiombikas [Sat, 25 Jun 2022 21:01:40 +0000 (00:01 +0300)]
rnd
John Tsiombikas [Fri, 24 Jun 2022 01:30:48 +0000 (04:30 +0300)]
- reduced the binary size by using bytes for music timestamps and looping
with hardcoded length instead of guard event.
- reduced source size by converting music data to a raw binary dd list
John Tsiombikas [Tue, 21 Jun 2022 21:27:52 +0000 (00:27 +0300)]
back to single-buffer to save space. modern machines are fast enough to
draw everything in vblank
John Tsiombikas [Tue, 21 Jun 2022 21:22:33 +0000 (00:22 +0300)]
minimize text, fix fpu stack overflow exception
John Tsiombikas [Tue, 21 Jun 2022 01:04:06 +0000 (04:04 +0300)]
- fixed potentially incorrect ds in timer interrupt
- fixed vsync routine redrawing while waiting
- shaved off a couple of bytes
John Tsiombikas [Mon, 20 Jun 2022 22:48:14 +0000 (01:48 +0300)]
foo
John Tsiombikas [Sun, 19 Jun 2022 22:31:35 +0000 (01:31 +0300)]
out of space
John Tsiombikas [Sun, 19 Jun 2022 21:15:54 +0000 (00:15 +0300)]
mountains? too much space I guess
John Tsiombikas [Sun, 19 Jun 2022 17:53:56 +0000 (20:53 +0300)]
back to the standard palette
John Tsiombikas [Sun, 19 Jun 2022 01:21:17 +0000 (04:21 +0300)]
backbuffer + vsync
John Tsiombikas [Sun, 19 Jun 2022 00:22:42 +0000 (03:22 +0300)]
sky
John Tsiombikas [Sat, 18 Jun 2022 13:38:56 +0000 (16:38 +0300)]
music
John Tsiombikas [Sat, 18 Jun 2022 11:59:15 +0000 (14:59 +0300)]
space invaders
John Tsiombikas [Fri, 17 Jun 2022 23:58:56 +0000 (02:58 +0300)]
failed attempt at volume pwm (commented out)
John Tsiombikas [Fri, 17 Jun 2022 12:17:07 +0000 (15:17 +0300)]
settimer macro
John Tsiombikas [Fri, 17 Jun 2022 02:50:34 +0000 (05:50 +0300)]
foo
John Tsiombikas [Thu, 16 Jun 2022 15:33:27 +0000 (18:33 +0300)]
speaker & timer tests
John Tsiombikas [Thu, 16 Jun 2022 02:09:22 +0000 (05:09 +0300)]
initial commit