![]() |
|
' BEE BASIC emulation in the browser(local)/on the desktop - Printable Version +- Discussion Forum for all things Microbee (https://microbeetechnology.com.au/forum) +-- Forum: Microbee Forum (https://microbeetechnology.com.au/forum/forum-1.html) +--- Forum: Microbee Software and Documentation (https://microbeetechnology.com.au/forum/forum-7.html) +--- Thread: ' BEE BASIC emulation in the browser(local)/on the desktop (/thread-1044.html) |
RE: ' BEE BASIC emulation in the browser(local)/on the desktop - ChickenMan - 27-07-2026 (25-07-2026, 01:11 PM)Graham72 Wrote: So ...onto an emulated CP/M routine that will load BASIC6.23. I would really look at using a Premium capable Basic such as the latest 6.35e to be compatible with everything. RE: ' BEE BASIC emulation in the browser(local)/on the desktop - Graham72 - 27-07-2026 (27-07-2026, 10:19 AM)ChickenMan Wrote:(25-07-2026, 01:11 PM)Graham72 Wrote: So ...onto an emulated CP/M routine that will load BASIC6.23. Oh boy. I'm on the home straight with 6.23. I guess there won't be too much difference to use 6.35e. Let me get 6.23 stable and then i will pivot to 6.35e. My emulation model is PC85, does 6.35e work, or do i need to look at telecomputer hardware? (27-07-2026, 09:44 AM)someone Wrote:(25-07-2026, 01:11 PM)Graham72 Wrote: ...I've learnt a lot about bank switching the past 24hours. ahhhh, thank you, you've cleared up a bit more confusion for this BASIC fanboi!!! RE: ' BEE BASIC emulation in the browser(local)/on the desktop - ChickenMan - 27-07-2026 Well the PC85 used 5.29e which was the last Premium Basic used for a rom based Bee. We dont have 6.29 (if it was ever available) but we do have 6.30 up to 6.35 where some of the routines were optimized and error removed, etc so why not use the latest. RE: ' BEE BASIC emulation in the browser(local)/on the desktop - Graham72 - 28-07-2026 (27-07-2026, 11:10 PM)ChickenMan Wrote: Well the PC85 used 5.29e which was the last Premium Basic used for a rom based Bee. We dont have 6.29 (if it was ever available) but we do have 6.30 up to 6.35 where some of the routines were optimized and error removed, etc so why not use the latest. I have dropped 6.35 into vibedrone and basic functionality is working. HIRES does nothing. So a little work to troubleshoot. cheers g
RE: ' BEE BASIC emulation in the browser(local)/on the desktop - ChickenMan - 28-07-2026 Thats great, its HIRES2 that will be new. RE: ' BEE BASIC emulation in the browser(local)/on the desktop - Graham72 - 28-07-2026 i'm stumbling over inverse and PCG any thoughts? RE: ' BEE BASIC emulation in the browser(local)/on the desktop - fathertedcrilly - 29-07-2026 I'm pretty sure the everything prior to the 256TC switched in the character rom, read a byte, XOR'ed it and then wrote back to PCG ram. I think the 256TC had inverse functionality via attribute ram Thanks Tony RE: ' BEE BASIC emulation in the browser(local)/on the desktop - Graham72 - 29-07-2026 (29-07-2026, 05:39 PM)fathertedcrilly Wrote: I'm pretty sure the everything prior to the 256TC switched in the character rom, read a byte, XOR'ed it and then wrote back to PCG ram. thanks Tony, yes thats it. PCG at start has inverse functionality in 6.35e. YAY! RE: ' BEE BASIC emulation in the browser(local)/on the desktop - Graham72 - 04-08-2026 Back to 5.29 emulation cleanup, another question. Should an PPC85 BASIC emulation start at Ready > ie from EXEC_MENU or at COLD_BOOT showing Applied Technology microbee Colour Basic 5.29 header? what do i need to do to reveal top choices RE: ' BEE BASIC emulation in the browser(local)/on the desktop - ChickenMan - 05-08-2026 A PPC85 when boots Basic from the Menu, you dont see the Applied Technology microbee Colour Basic 5.29 notice, just a Ready. |