Bobbi Webber-Manners
6645149c3f
Made the cursor code more robust
2023-01-10 11:08:54 -05:00
Bobbi Webber-Manners
0ac312aa10
Fixed bug in VDU5 code (missing mask)
2023-01-10 00:00:10 -05:00
Bobbi Webber-Manners
56a5e25add
Disable VDU5 in HGR MODE2
2023-01-09 22:09:17 -05:00
Bobbi Webber-Manners
01a7702ee4
Completely disable scroll in VDU5 mode
2023-01-09 21:57:14 -05:00
Bobbi Webber-Manners
a9eb0ec1ee
Fixed VDU5 carriage return behaviour
2023-01-09 21:50:06 -05:00
Bobbi Webber-Manners
96987f2bea
VDU5 now works in MODE0 also
2023-01-09 21:38:37 -05:00
Bobbi Webber-Manners
906e2bd463
SHR cursor now working in MODE 0 too
2023-01-09 20:26:09 -05:00
Bobbi Webber-Manners
f0e27aaba8
Updated comment
2023-01-09 20:04:42 -05:00
Bobbi Webber-Manners
908d02ab99
More SHR cursor tweaking
2023-01-09 19:57:55 -05:00
Bobbi Webber-Manners
f6443c2288
SHR: Do not show XOR cursor in VDU5 mode
2023-01-09 19:26:33 -05:00
Bobbi Webber-Manners
209a8e8201
Removed redundant RTS
2023-01-09 19:05:30 -05:00
Bobbi Webber-Manners
f1173947bf
SHR XOR cursor bugfix (behaviour with copy key)
2023-01-09 18:02:43 -05:00
Bobbi Webber-Manners
2e0e9def00
SHR: XOR cursor sorta working. Has issues with copy cursor atm.
2023-01-09 17:44:38 -05:00
Bobbi Webber-Manners
4fe3d4debc
VDU5 is now basically working
2023-01-09 17:05:09 -05:00
Bobbi Webber-Manners
75333d5638
Some more cursor jiggery-pokery to address #243
2023-01-09 15:21:05 -05:00
Bobbi Webber-Manners
ae68427b33
Wrapper PUTCURSOR added so cursor drawing doesn't reach SHR code
2023-01-09 15:03:02 -05:00
Bobbi Webber-Manners
18ebc891b6
SHR: VDU5 check gfx cursor before attempting to plot text
2023-01-08 21:10:28 -05:00
Bobbi Webber-Manners
ec63b5ec37
Merge pull request #249 from jgharston/main
...
Keyboard driver now calls BYTE76.
2023-01-08 20:06:57 -05:00
jgharston
48c4771af4
Updated KBDREAD to use BYTE76.
...
BYTE76 keyboard modifier keys testing now called by keyboard driver. Once confirmed it works, I'll tidy up commented-out redundant code.
I've been concentrating on cleaning up the BeebWiki references to get them up to date and clearer so they are a cleared development reference.
2023-01-08 16:08:06 +00:00
jgharston
2e7700cde9
Added PIXELS test program.
2023-01-08 16:03:31 +00:00
Bobbi Webber-Manners
74847e02bf
SHR: Fix VDU5 text spacing
2023-01-08 08:37:16 -05:00
Bobbi Webber-Manners
d8067ff725
Work-in-progress VDU5 support in MODE 1
2023-01-08 08:06:13 -05:00
Bobbi Webber-Manners
23a6464ab9
SHR: Added framework for VDU5 "text at graphics cursor"
2023-01-08 03:45:32 -05:00
Bobbi Webber-Manners
6440df6c03
SHR: Optimized font drawing a bit
2023-01-08 03:17:29 -05:00
Bobbi Webber-Manners
ca798e763a
Got rid of un-needed SEP
2023-01-08 01:47:21 -05:00
Bobbi Webber-Manners
927a7ba83f
SHR: Removed today's optimization attempt. Doesn't help!
2023-01-08 01:23:44 -05:00
Bobbi Webber-Manners
c88f69dad7
SHR: Fix off-by-one in CLG
2023-01-08 00:54:16 -05:00
Bobbi Webber-Manners
f8996c3c3b
Update build date
2023-01-08 00:06:35 -05:00
Bobbi Webber-Manners
9ca5a702ca
SHR: slight optimization of stupid line clipping
2023-01-08 00:05:22 -05:00
Bobbi Webber-Manners
8f0564f38f
SHR: initialize all locals on mode change
2023-01-07 21:48:42 -05:00
Bobbi Webber-Manners
f6f6c20c37
SHR: inline coord conversion using macro
2023-01-07 21:38:10 -05:00
Bobbi Webber-Manners
e18df1d337
Migrated SHR vars into zero page/direct page
2023-01-07 21:00:36 -05:00
Bobbi Webber-Manners
8f23468837
Ugly fix for off-by-one in clipping (SHR)
2023-01-06 23:20:02 -05:00
Bobbi Webber-Manners
d9ed30f54a
VDU16 is now both fast and correct (!)
2023-01-06 22:57:41 -05:00
Bobbi Webber-Manners
6d6f3fb6d4
Working VDU16 (CLG) [but insanely slow]
2023-01-06 01:21:43 -05:00
Bobbi Webber-Manners
0fbe7c9592
Fixed VDU24 bug
2023-01-05 22:33:16 -05:00
Bobbi Webber-Manners
ec913ef6cb
Migrate SHRVDU16/CLG into main memory
2023-01-05 21:21:12 -05:00
Bobbi Webber-Manners
9ee3788c44
VDU26 now resets the graphics window to fullscreen
2023-01-05 21:04:55 -05:00
Bobbi Webber-Manners
62aa305c96
VDU24 (define gfx window) sorta working.
2023-01-05 20:26:44 -05:00
Bobbi Webber-Manners
837e42e101
SHR: Handle -ve Y coordinates before clip
2023-01-05 18:40:20 -05:00
Bobbi Webber-Manners
a4add222b9
SHR: Extended range of y coordinate before clipping
2023-01-05 18:28:22 -05:00
Bobbi Webber-Manners
abae32ada9
Negative x-coordinates now working
2023-01-05 17:37:13 -05:00
Bobbi Webber-Manners
3105e1a2c2
Extremely stupid clipping implemented for SHR
2023-01-05 16:50:28 -05:00
Bobbi Webber-Manners
9093a1aab8
Fix to comment.
2023-01-04 22:36:42 -05:00
Bobbi Webber-Manners
e844400fc1
Reverted to 5d96b7d1
2nd thoughts on TMPZP!
2023-01-04 21:53:37 -05:00
Bobbi Webber-Manners
ad3a545057
Changed local vars to TMPZP in mainmem.svc.s
2023-01-04 21:27:47 -05:00
Bobbi Webber-Manners
7045e927da
Elimited another local (TMPZP)
2023-01-04 21:21:25 -05:00
Bobbi Webber-Manners
9bf86a54fe
Eliminated local var in mainmem.path.s (use ZPTMP)
2023-01-04 21:04:57 -05:00
Bobbi Webber-Manners
5d96b7d115
SHR code: move local temp vars to ZP
2023-01-04 19:28:21 -05:00
Bobbi Webber-Manners
0bb099bdfd
Moved ISR ZP to ISRL/ISRH ($02,$03). Fix #247 .
2023-01-04 18:44:48 -05:00