Commit Graph

  • 18ebc891b6 SHR: VDU5 check gfx cursor before attempting to plot text Bobbi Webber-Manners 2023-01-08 21:10:28 -0500
  • ec63b5ec37
    Merge pull request #249 from jgharston/main Bobbi Webber-Manners 2023-01-08 20:06:57 -0500
  • 48c4771af4
    Updated KBDREAD to use BYTE76. jgharston 2023-01-08 16:08:06 +0000
  • 2e7700cde9
    Added PIXELS test program. jgharston 2023-01-08 16:03:31 +0000
  • 74847e02bf SHR: Fix VDU5 text spacing Bobbi Webber-Manners 2023-01-08 08:37:16 -0500
  • d8067ff725 Work-in-progress VDU5 support in MODE 1 Bobbi Webber-Manners 2023-01-08 08:06:13 -0500
  • 23a6464ab9 SHR: Added framework for VDU5 "text at graphics cursor" Bobbi Webber-Manners 2023-01-08 03:45:32 -0500
  • 6440df6c03 SHR: Optimized font drawing a bit Bobbi Webber-Manners 2023-01-08 03:17:29 -0500
  • ca798e763a Got rid of un-needed SEP Bobbi Webber-Manners 2023-01-08 01:47:21 -0500
  • 927a7ba83f SHR: Removed today's optimization attempt. Doesn't help! Bobbi Webber-Manners 2023-01-08 01:23:44 -0500
  • c88f69dad7 SHR: Fix off-by-one in CLG Bobbi Webber-Manners 2023-01-08 00:54:16 -0500
  • f8996c3c3b Update build date Bobbi Webber-Manners 2023-01-08 00:06:35 -0500
  • 9ca5a702ca SHR: slight optimization of stupid line clipping Bobbi Webber-Manners 2023-01-08 00:05:22 -0500
  • 8f0564f38f SHR: initialize all locals on mode change Bobbi Webber-Manners 2023-01-07 21:48:42 -0500
  • f6f6c20c37 SHR: inline coord conversion using macro Bobbi Webber-Manners 2023-01-07 21:38:10 -0500
  • e18df1d337 Migrated SHR vars into zero page/direct page Bobbi Webber-Manners 2023-01-07 21:00:36 -0500
  • 8f23468837 Ugly fix for off-by-one in clipping (SHR) Bobbi Webber-Manners 2023-01-06 23:20:02 -0500
  • d9ed30f54a VDU16 is now both fast and correct (!) Bobbi Webber-Manners 2023-01-06 22:57:41 -0500
  • 6d6f3fb6d4 Working VDU16 (CLG) [but insanely slow] Bobbi Webber-Manners 2023-01-06 01:21:43 -0500
  • 0fbe7c9592 Fixed VDU24 bug Bobbi Webber-Manners 2023-01-05 22:33:16 -0500
  • ec913ef6cb Migrate SHRVDU16/CLG into main memory Bobbi Webber-Manners 2023-01-05 21:21:12 -0500
  • 9ee3788c44 VDU26 now resets the graphics window to fullscreen Bobbi Webber-Manners 2023-01-05 21:04:55 -0500
  • 62aa305c96 VDU24 (define gfx window) sorta working. Bobbi Webber-Manners 2023-01-05 20:26:44 -0500
  • 837e42e101 SHR: Handle -ve Y coordinates before clip Bobbi Webber-Manners 2023-01-05 18:40:20 -0500
  • a4add222b9 SHR: Extended range of y coordinate before clipping Bobbi Webber-Manners 2023-01-05 18:28:22 -0500
  • abae32ada9 Negative x-coordinates now working Bobbi Webber-Manners 2023-01-05 17:37:13 -0500
  • 3105e1a2c2 Extremely stupid clipping implemented for SHR Bobbi Webber-Manners 2023-01-05 16:50:28 -0500
  • 9093a1aab8 Fix to comment. Bobbi Webber-Manners 2023-01-04 22:36:42 -0500
  • e844400fc1 Reverted to 5d96b7d1 2nd thoughts on TMPZP! Bobbi Webber-Manners 2023-01-04 21:53:37 -0500
  • ad3a545057 Changed local vars to TMPZP in mainmem.svc.s Bobbi Webber-Manners 2023-01-04 21:27:47 -0500
  • 7045e927da Elimited another local (TMPZP) Bobbi Webber-Manners 2023-01-04 21:21:25 -0500
  • 9bf86a54fe Eliminated local var in mainmem.path.s (use ZPTMP) Bobbi Webber-Manners 2023-01-04 21:04:57 -0500
  • 5d96b7d115 SHR code: move local temp vars to ZP Bobbi Webber-Manners 2023-01-04 19:28:21 -0500
  • 0bb099bdfd Moved ISR ZP to ISRL/ISRH ($02,$03). Fix #247. Bobbi Webber-Manners 2023-01-04 18:44:48 -0500
  • 0eb511c1df SHRLINELO/HI: Shaved another CLC. Bobbi Webber-Manners 2023-01-04 17:57:44 -0500
  • 29952901bc SHRLINELO/HI slight speedup: use REP to CLC Bobbi Webber-Manners 2023-01-04 17:53:38 -0500
  • 36b9e747bb More SHRLINELO/HI speedup from qkumba Bobbi Webber-Manners 2023-01-04 17:10:14 -0500
  • 2a26cbfe2d Slight speedup to SHRLINELO/HI (thx qkumba!) Bobbi Webber-Manners 2023-01-04 16:56:11 -0500
  • 2d7160eafd
    Update README.md Bobbi Webber-Manners 2023-01-04 00:09:38 -0500
  • 0a205cd2e4 Minor update to README.md Bobbi Webber-Manners 2023-01-03 23:16:05 -0500
  • 98cc665ee3 PLOT k,x,y now has colour selection in SHR mode. Bobbi Webber-Manners 2023-01-03 21:49:09 -0500
  • b2eb6cad62 MOVE (aka PLOT 4,x,y) now works in SHR Bobbi Webber-Manners 2023-01-03 21:08:13 -0500
  • 37af780df0 SHR line drawing now works in all orientations. Bobbi Webber-Manners 2023-01-03 20:25:20 -0500
  • 78245db5fc Fixes to SHRLINELO. (SHRLINEHI still doesn't work) Bobbi Webber-Manners 2023-01-03 19:53:12 -0500
  • e585fabd8b Can draw x-dominant lines right to left now Bobbi Webber-Manners 2023-01-03 18:46:27 -0500
  • b39f886741 First hack at Bresenham. Only x-dominant lines so far. Bobbi Webber-Manners 2023-01-03 18:10:03 -0500
  • 0c3852f0ca Update build date Bobbi Webber-Manners 2023-01-03 08:47:58 -0500
  • 22b28543c3
    Merge pull request #244 from jgharston/main Bobbi Webber-Manners 2023-01-03 08:47:11 -0500
  • dc2dee0de4
    Implemented OSBYTE76 for SHIFT/CTRL test jgharston 2023-01-03 07:36:58 +0000
  • 915cac934f
    Updated FXKBDSTATE layout. jgharston 2023-01-03 07:33:26 +0000
  • cf9f9553c1 Fixed comment typo. Bobbi Webber-Manners 2023-01-02 00:17:59 -0500
  • 44ee6fc3fe
    Merge pull request #242 from jgharston/main Bobbi Webber-Manners 2022-12-31 18:24:05 -0500
  • c1217f4d74
    Temp BYTE76 code jgharston 2022-12-31 23:20:53 +0000
  • 4777e1dd8a
    Merge pull request #240 from jgharston/main Bobbi Webber-Manners 2022-12-31 03:45:15 -0500
  • fea742317a
    Changed default keyboard map to RISCOS. jgharston 2022-12-31 08:43:43 +0000
  • 66b2750ade Merged JGH changed to *KEY Bobbi Webber-Manners 2022-12-31 02:11:44 -0500
  • a3364a3a4a
    Merge pull request #239 from jgharston/main Bobbi Webber-Manners 2022-12-31 02:10:38 -0500
  • e090494028
    Optimised *KEY jgharston 2022-12-31 07:01:21 +0000
  • dd0011166f GCOL plot actions seem to all be working. Bobbi Webber-Manners 2022-12-31 01:48:35 -0500
  • 17c11d180d Initialize GCOL action properly in VDU22 Bobbi Webber-Manners 2022-12-31 01:03:01 -0500
  • 149c2ba35f Implemented support for GCOL plot 'actions'. Needs debug. Bobbi Webber-Manners 2022-12-31 00:39:22 -0500
  • 3acbd09ed4 Minor refactoring of SHR point plot code Bobbi Webber-Manners 2022-12-30 22:41:15 -0500
  • 942234ae9a Fix #238 - deleted stray RTS Bobbi Webber-Manners 2022-12-30 21:44:26 -0500
  • c99501c8e3 GCOL 1,128+colour now sets gfx background colour Bobbi Webber-Manners 2022-12-30 21:37:25 -0500
  • 013e65c033 MODE 2 (SHR 320x200) point plotting implemented. Bobbi Webber-Manners 2022-12-30 17:54:30 -0500
  • 6d48d2650c Faster point plotting courtesy Kent Dickey :) Bobbi Webber-Manners 2022-12-30 15:27:35 -0500
  • 6a0c91c1e2 Implemented plotting points in colour on SHR (GCOL). Bobbi Webber-Manners 2022-12-30 01:56:18 -0500
  • ea17972ee8 Fixed messed up comment. Bobbi Webber-Manners 2022-12-30 01:15:44 -0500
  • c3367bfc82 Reworking GCOL handling to call SHR routines also. Bobbi Webber-Manners 2022-12-30 01:13:18 -0500
  • 5780da59fe Minor cleanup of text colour setting code. Bobbi Webber-Manners 2022-12-30 00:31:28 -0500
  • ae7c263fed Improved SHRCOORD conversion (Y-axis) Bobbi Webber-Manners 2022-12-29 23:39:04 -0500
  • 552e29dd29 More work-in-progress on PLOT 69 for SHR mode. Bobbi Webber-Manners 2022-12-29 22:30:47 -0500
  • ab57c4b04d SHR PLOT 69 work-in-progress. Bobbi Webber-Manners 2022-12-29 22:02:25 -0500
  • b3e1108bdd Added SHR row address table for quick point plotting Bobbi Webber-Manners 2022-12-29 20:59:16 -0500
  • 53c351e353 Graphics refactoring in preparation for SHR gfx Bobbi Webber-Manners 2022-12-29 20:10:21 -0500
  • 74b856e8f5 Migrated some SHR code to main memory. Bobbi Webber-Manners 2022-12-29 19:17:05 -0500
  • 403baeeeff Added VDU 23 to README.md. Bobbi Webber-Manners 2022-12-29 16:54:19 -0500
  • a0dafe2437 Added check VDU 23 char is >=32 Bobbi Webber-Manners 2022-12-29 16:49:05 -0500
  • f61c535b5f Implemented VDU23 user defined graphics chars. Bobbi Webber-Manners 2022-12-29 16:37:58 -0500
  • 65ad48c6e1 Refactoring font explode code. Bobbi Webber-Manners 2022-12-29 15:54:26 -0500
  • bb0c610494 First hack at SHRCVTCOORD. Finessed edit cursor handling in SHR. Bobbi Webber-Manners 2022-12-29 15:06:17 -0500
  • 047890c480
    Update README.md Bobbi Webber-Manners 2022-12-29 01:33:31 -0500
  • 2c04bda164 Added VDU 19 stuff to README.md. Bobbi Webber-Manners 2022-12-29 01:29:53 -0500
  • a6200009a6 Updated graphics modes in README.md Bobbi Webber-Manners 2022-12-29 01:23:38 -0500
  • d503afae43 Implemented MODE 0/1 reverse scrolling. Bobbi Webber-Manners 2022-12-29 01:04:49 -0500
  • f83c7ee8f1 Added outline for SHR gfx coordinate conversion. Bobbi Webber-Manners 2022-12-28 19:45:11 -0500
  • 333951321f If not GS, Mode 0->3, Mode 1->6. Bobbi Webber-Manners 2022-12-28 19:20:41 -0500
  • 12ccb3dccd
    Merge pull request #236 from jgharston/main Bobbi Webber-Manners 2022-12-28 18:31:05 -0500
  • c36b26fe00
    Initial tweeks to *KEY jgharston 2022-12-28 23:27:35 +0000
  • 46e7034988
    Moved to docs folder jgharston 2022-12-28 23:24:19 +0000
  • a2801b13de
    Added updated KBDTest jgharston 2022-12-28 23:23:54 +0000
  • 5852efffd8
    Added updated documents jgharston 2022-12-28 23:23:18 +0000
  • a94033cbcb
    Create x jgharston 2022-12-28 23:22:33 +0000
  • 88846908ac Proper fix for #235. Bobbi Webber-Manners 2022-12-28 17:43:45 -0500
  • 4a6c27e85c Removed redundant TODO. Bobbi Webber-Manners 2022-12-28 16:39:09 -0500
  • 9ac5727315 Added TODO comment. Bobbi Webber-Manners 2022-12-28 16:37:17 -0500
  • ccf13595ac Fix #235 - added check for GS in SHRCLREOL. Bobbi Webber-Manners 2022-12-28 16:34:20 -0500
  • 6301beda08 Added check for GS in SHRSETTCOL. Fixes crash on //e. Bobbi Webber-Manners 2022-12-28 03:59:52 -0500
  • 299ca47246 Re-enabled code to set GS text mode colours & border Bobbi Webber-Manners 2022-12-28 02:56:43 -0500
  • d88408b537 VDU19 checks for GS before calling SHR. VDU20 implemented. Bobbi Webber-Manners 2022-12-28 02:51:40 -0500