Commit Graph

128 Commits

Author SHA1 Message Date
minjaesong
5a81655dfa adding BMS display 2021-04-04 17:24:14 +09:00
minjaesong
b7ed032505 fixing bad file name 2021-04-04 16:33:35 +09:00
minjaesong
8175a3c262 scaling of teh rendered screen 2021-04-04 16:25:01 +09:00
minjaesong
ea4b04eee1 lcd display with ui texture shell WIP 2021-04-04 11:08:40 +09:00
minjaesong
e48e7525b6 render fixed 2021-04-04 10:50:15 +09:00
minjaesong
b1dc81bc58 trying to fix the render 2021-04-03 17:49:00 +09:00
minjaesong
6eae250cc0 some text menu thingy 2021-01-29 17:05:34 +09:00
minjaesong
d963cf8294 behaviour of con.addch changed - no longer advances cursor 2021-01-29 14:26:23 +09:00
minjaesong
c73a725466 graphics: preventing cursorxy(32,80) from scrolling the screen 2021-01-29 13:43:45 +09:00
minjaesong
91fdc7ec99 dos: text substitution using dollar sign 2021-01-29 10:59:46 +09:00
minjaesong
5e3cbf7b2c serialdebugger to properly handle null print 2021-01-01 02:37:38 +09:00
minjaesong
608f61c617 moving everything neatly into the assets directory 2020-12-24 11:14:11 +09:00
minjaesong
b8f4c13ba2 added do-nothing function 2020-12-08 17:35:09 +09:00
minjaesong
447fa43d73 minor fixups 2020-12-07 20:37:44 +09:00
minjaesong
3003de0bb2 basic: fixed a bug where empty string would be resolved to number zero; improving performance by building parsing trees prior to the actual execution 2020-12-07 00:05:09 +09:00
minjaesong
69e0b485a0 minor fixups 2020-12-05 23:46:08 +09:00
minjaesong
9b870c2a47 even more graal 2020-12-01 15:42:02 +09:00
minjaesong
8cb9ae9c5c more graal stuffs 2020-12-01 14:38:36 +09:00
minjaesong
6403a84af3 migration to graal 2020-12-01 14:16:48 +09:00
minjaesong
f4c67fee30 bf interpreter because lulz 2020-11-30 22:31:07 +09:00
minjaesong
baa47ae473 fixing wrong gdx setting 2020-11-28 19:28:49 +09:00
minjaesong
bdcef683ae basic:spc stmt and more sample codes 2020-11-27 16:55:36 +09:00
minjaesong
7b6f3cbc43 basic:array indexing and assigning at the index 2020-11-24 17:01:49 +09:00
minjaesong
bb442231ea more minor fixes on things 2020-11-23 15:54:21 +09:00
minjaesong
b1a7c38d62 texticsadapter to be actually greyscale with phosphor display 2020-11-23 15:30:52 +09:00
minjaesong
8b296aeb4a hp 264x font update 2020-11-23 15:06:02 +09:00
minjaesong
387b82c563 making non-colour display to NOT use transparent colour 2020-11-22 21:49:19 +09:00
minjaesong
fcf3dca3e4 adding 9-bit font used on HP 264x terminals 2020-11-22 17:24:00 +09:00
minjaesong
7fe45d9e0a lcd font fix 2020-11-19 19:36:16 +09:00
minjaesong
dd7d226d7b half-working text-only lcd 2020-11-19 18:01:40 +09:00
minjaesong
5944db6096 basic: most basic and working INPUT 2020-11-19 11:04:03 +09:00
minjaesong
8568a721ff basic:FOR works with limited function of NEXT 2020-11-18 11:46:24 +09:00
minjaesong
3aca6c84be antialiased font 2020-11-16 13:30:20 +09:00
minjaesong
c6260bb355 graphicsadapter: allowing font rom to be greyscale instead of clear B/W 2020-11-15 23:59:07 +09:00
minjaesong
35b7125d87 text display adapter 2020-11-15 20:27:55 +09:00
minjaesong
5c73205d44 basic:SAVE function, filesystem:write 2020-11-14 11:56:05 +09:00
minjaesong
09baf05368 modeling of a program ROM 2020-11-13 17:52:42 +09:00
minjaesong
3a26e3dde7 rudimentary and perhaps broken LESS impl 2020-11-13 14:51:51 +09:00
minjaesong
8220732db9 touch.js 2020-11-12 14:37:37 +09:00
minjaesong
99aa08e945 mkdir 2020-11-07 23:27:28 +09:00
minjaesong
d2416e7dbc cd into relative path 2020-11-07 22:12:35 +09:00
minjaesong
f01345fb6f more chdir wip 2020-11-07 17:33:54 +09:00
minjaesong
954307a7f9 graphicsadapter: using theme string instead of multiple args 2020-11-06 17:14:24 +09:00
minjaesong
a4ec779b03 disk drive listfiles 2020-11-06 12:41:08 +09:00
minjaesong
0000311e07 command.js: fixing bad path syntax on shell.execute 2020-11-06 09:58:03 +09:00
minjaesong
ab0827b96c command.js to run batch file 2020-11-04 16:10:33 +09:00
minjaesong
3b2870ec9c impl of autoexec.bat (wip) 2020-11-04 14:33:27 +09:00
minjaesong
1a8ced3486 default shell: testing coreutils with cd command 2020-11-01 23:27:09 +09:00
minjaesong
a23d85ea6c diskdrive: filtering super root access 2020-11-01 21:58:13 +09:00
minjaesong
c331af2cc4 a way to run program with arguments 2020-11-01 12:03:03 +09:00