Commit Graph

19 Commits

Author SHA1 Message Date
David Stancu
f6f5b4684c rename project 2018-02-04 20:06:37 -05:00
David Stancu
f68a7a36c4 working single line with drop arrow key write 2018-02-04 19:21:35 -05:00
David Stancu
5aa31dfafe much better handling of this, checking against bit 7 is more correct than z flag 2018-02-04 17:00:31 -05:00
David Stancu
ba74870f17 working cursor move l/r! 2018-01-31 23:47:06 -05:00
David Stancu
fbf0a03b36 refactor this to be more legible, but the problem still remains: how can we debug the stuck cursor? 2018-01-30 23:15:31 -05:00
David Stancu
aed2add6ce cleaned up a bit with reliable inx dex branches, but need to look at it
more to figure out the weird text effect
2018-01-29 23:30:41 -05:00
David Stancu
f12b3f82de movable text cursor impl half working, need to figure out why keys stick? 2018-01-28 23:13:32 -05:00
David Stancu
907f10a4ac show last key 2018-01-28 19:57:31 -05:00
David Stancu
3d01ea6af6 more reference material and working text blit 2018-01-28 17:29:30 -05:00
David Stancu
1ec7f27dcc i am an idiot for placing data segments in the machine code without either telling PC to skip or making strict data segments, super ouch, but it works! 2018-01-28 11:40:43 -05:00
David Stancu
daf4eb3dc0 figured out that merlin has long modes which means i dont have to do crazy things to toggle softswitches anymore 2018-01-27 22:41:56 -05:00
David Stancu
f338736ecc trying to display text via a loop, but will likely attempt using the toolbox stuff soon 2018-01-26 21:25:23 -05:00
David Stancu
9b5ffc265c working direct cout to buffer!!!!! 2018-01-18 17:01:26 -05:00
David Stancu
955e361012 getting closer, properly toggling switches now! 2018-01-17 01:07:57 -05:00
David Stancu
71df806253 lots of learning the last 24h
trying to now figure out how to modeset properly for video buffer
2018-01-16 19:52:31 -05:00
David Stancu
38e1cc10d4 working assemble -> deploy thanks to the FB group for some assist 2018-01-15 13:22:59 -05:00
David Stancu
064f1b883a add basic hello world speaker click + assemble script 2018-01-14 17:53:06 -05:00
David Stancu
c62735b819 build utils + essentials 2018-01-13 20:49:37 -05:00
David Stancu
2f1715ad8f
Initial commit 2017-12-26 18:55:18 -05:00