1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-03-13 03:40:00 +00:00

2026 Commits

Author SHA1 Message Date
David Schmenk
dc28a5490b Add Apple /// functionality to VBLANK 2025-03-12 19:39:16 -07:00
David Schmenk
aa0db454e1 Update FORTH image 2025-03-12 15:41:51 -07:00
David Schmenk
ac0c605325 Update FORTH images 2025-03-12 14:51:00 -07:00
David Schmenk
3db001ee79 Optimize some low level FORTH routines 2025-03-12 13:22:23 -07:00
David Schmenk
d1f7ed7e6f Hopefully have Solid Apple support for Apple /// 2025-03-11 17:50:15 -07:00
David Schmenk
5707d5357e 80 column editor support for Apple /// 2025-03-11 17:26:39 -07:00
David Schmenk
81e6092a30 Fix jump to end off-by-one bug 2025-03-07 13:31:58 -08:00
David Schmenk
3c9212de9b Fix view width off by one bug 2025-03-07 08:25:08 -08:00
David Schmenk
8bb1efcf95 Fix past last line redraw 2025-03-07 07:45:33 -08:00
David Schmenk
bd5f97c91d Unbreak 40 column uppercase output 2025-03-06 21:41:47 -08:00
David Schmenk
b00e764971 Update disk images 2025-03-06 20:35:44 -08:00
David Schmenk
b729ceabc7 Fix cursor to end hard coded fo 24 lines 2025-03-06 20:02:36 -08:00
David Schmenk
9430f28df0 More ALS SmartTerm controls 2025-03-06 19:46:37 -08:00
David Schmenk
31c9fae21f Test for ALS SmartTerm 2025-03-06 19:23:49 -08:00
David Schmenk
7228eb8309 Update disk image build scripts 2025-03-05 22:01:40 -08:00
David Schmenk
c19a40843d Update disk image 2025-03-05 15:52:38 -08:00
David Schmenk
9c9d78bd60 Fix bottom of window scroll for VIDEX 2025-03-05 15:34:17 -08:00
David Schmenk
75927fcf6b Fix bottom of scroll windows for > 24 lines 2025-03-05 15:14:56 -08:00
David Schmenk
8e404df8d8 Fix textmode to allow UltraTerm resolution return values 2025-03-05 14:55:57 -08:00
David Schmenk
32b29f44a2 Remove unneccesary return value from putchars 2025-03-05 09:02:55 -08:00
David Schmenk
84cd9bf413 Update FORTH image 2025-03-05 07:54:05 -08:00
David Schmenk
bde32b9c39 Maybe it was my //e 80 column bug. 2025-03-05 07:42:25 -08:00
David Schmenk
6b691dcdc5 Fix bug in //e 80 column CLEOL after GOTOXY 2025-03-04 20:49:28 -08:00
David Schmenk
e9a75048ef Fix gutter toggle redraw 2025-03-04 17:25:19 -08:00
David Schmenk
574c6e5964 Work better with VIDEX inverse character set 2025-03-04 13:00:12 -08:00
David Schmenk
74e669a23c Add support for VIDEX UltraTerm 2025-03-04 12:07:22 -08:00
David Schmenk
121e415b4b Fix keypad input tesdt 2025-03-03 20:15:54 -08:00
David Schmenk
67d5c2525f Fix previous mess 2025-03-03 16:23:04 -08:00
David Schmenk
22f11a089c Work around VIDEX capturing CTRL-S 2025-03-03 14:57:39 -08:00
David Schmenk
93af94055d Get VIDEX and //e 80 col to agree on cursor 2025-03-03 14:35:11 -08:00
David Schmenk
f56784b275 Try again for VIDEX cursor control 2025-03-03 14:13:01 -08:00
David Schmenk
348b45a7d8 Slightly better cursor handling for VIDEX 2025-03-03 13:57:00 -08:00
David Schmenk
e2334444f1 Make sure printing works 2025-03-03 12:22:14 -08:00
David Schmenk
87ef9a9a2d Further fix some VIDEX 80 column issues 2025-03-03 10:21:51 -08:00
David Schmenk
27785e8513 Update images 2025-03-02 22:09:08 -08:00
David Schmenk
9425c69b39 Another attempt at workable VBL measurement 2025-03-02 22:01:53 -08:00
David Schmenk
279123fd68 Make new editor the default 2025-03-02 21:13:07 -08:00
David Schmenk
82d4633d28 Work out more VIDEX 80 column handling 2025-03-02 14:31:10 -08:00
David Schmenk
83315b492d Use VBLank to calibrate cursor flashing 2025-03-02 09:56:35 -08:00
David Schmenk
82411e5e49 Update disk image 2025-03-01 20:40:09 -08:00
David Schmenk
cb2b28e3a5 Prep for 80 column support throughout 2025-03-01 18:24:36 -08:00
David Schmenk
2b79be476d Closer to functional 80 column support 2025-02-25 22:37:26 -08:00
David Schmenk
b0846eac5f Start moving device specific code into conio 2025-02-21 08:45:59 -08:00
David Schmenk
b135504044 Upgrade ED80 to 127 length lines 2025-02-17 17:07:20 -08:00
Dave Schmenk
024a1c01c6 Allow lines up to 127 characters 2025-02-17 12:56:04 -08:00
David Schmenk
bb3730f943 Begin 80 column text editor 2025-02-16 09:18:12 -08:00
David Schmenk
413284a09f Fix bugs affecting FORTH and EDitor 2025-02-16 06:53:02 -08:00
David Schmenk
318eb58a13 Remove VBL functions from 4TH scripts 2025-02-14 17:45:05 -08:00
David Schmenk
cae889cffd Make better use of available memory in editor 2025-02-14 15:51:15 -08:00
David Schmenk
99dffac141 Fix parsing bug I just introduced 2025-02-14 14:47:32 -08:00