13-07-2026, 05:50 PM
(13-07-2026, 05:27 PM)ChickenMan Wrote:(13-07-2026, 05:10 PM)Graham72 Wrote: question are .bee files normally loaded into 5.29 or disk BASIC versions.
I can load, then type u=usr(2304) or other address that vibedrone gives, ENTER then I either get nothing or a runaway cascading colour character display..
I designed VibeDrone around BASIC programs maybe this is feature creep too far?
Basic 5.29 is from a ROM based 'bee so all input (other than built in ROMs) of games etc was via Tape. So yes they should all work. Using usr(2304) will ONLY work for files that are designed to load and run from 2304. Tape header has its load address and start address if different from load. Many of the games on the disks have had headers added so they can be loaded at default 2304 (I know as I did some of them) and then moves the code to its
original load/run addy.
Load your BEE file that its load addy is 2304, jump to the Monitor and E 900 (HEX for 2304) and check its there. If okay then G 900 should start it.
Thanks
Maybe I should implement Monitor - on Net rom?
