Commit Graph

30 Commits

Author SHA1 Message Date
David Stancu 386b2d4b00
Update README.md 2018-04-23 15:15:22 -04:00
David Stancu f708f131f4
fix gif 2018-02-08 22:27:46 -05:00
David Stancu de2c56450c fix backspace behavior, click speaker! 2018-02-08 22:23:54 -05:00
David Stancu 31ae6bfcb5 Update README.md 2018-02-08 22:21:49 -05:00
David Stancu 6d80cb2343 fully working buffer editor + count! some small bugs but otherwise wow 24 hour progress!! 2018-02-08 00:32:04 -05:00
David Stancu 34495ef9d3 increment columns via centralized method, snap back to 0 and inc row,
ready for dispchar!!
2018-02-08 00:15:49 -05:00
David Stancu 4a4a86082d refactored with working char index! 2018-02-08 00:08:36 -05:00
David Stancu f1b1cb084d some minor cleanup before i refactor it again
also implemented backspace
2018-02-06 20:05:35 -05:00
David Stancu 8305686468 DRY on up down logic, need to do the same for l/r logic, and then stepping logic for the row interleave (probably with y register) 2018-02-05 23:11:30 -05:00
David Stancu 85da0e6b65 figure out how to modeset but still need to toggle to get full bank a for adding, unelegant perhaps? 2018-02-04 21:31:00 -05:00
David Stancu b8063ff72f working wip 2018-02-04 20:56:29 -05:00
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