-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gigatron does not return when entering SAVE in MS BASIC #205
Comments
Looking at MSBASIC_v1.gcl it seems Marcel implemented SAVE to BabelFish in 6502 assembly using this routine:
Does this message, "SENDING TO BABELFISH", appear when you type SAVE? |
The message appears but the screen goes blank, so I can't really ses what the message is - only recognized sending ... |
I can't verify TinyBasic or MSBASIC's LOAD, (CTRL-F3), or SAVE mechanism on my hardware as I am running on a modified BabelFish, (which I will eventually have to fix); a couple of things you can try:
|
I've been writing a Gigatron emulator as a side project and ran across what I believe to be this same issue. Naturally I first thought it was an issue with my implementation of the saving protocol (which works fine for BASIC), but some debugging suggests the problem is actually on the Gigatron ROM end. The vblank hcycle count is always 8 during the MSBASIC save on ROMv5a and the save routine seems to loop forever. If the MSBASIC program is >2 lines there will be visible rasterization issues as well. As I am not well versed in 6502 assembly nor do I have a familiarity with the Gigatron ROM VM internals, I have yet to debug further. |
Thanks for your input, when I get a chance these holidays I'll take a look at it and see if I can spot anything. P.S. It's probably also worth starting a thread in the forums at https://forum.gigatron.io/viewforum.php?f=4&sid=df3d4f777b669ae0e7739473efb1c14b, to see if anyone else has had this issue. |
I believe the following patch in MSBASIC.gcl fixes the problem:
Attaching a dev.rom with a patch along these lines: |
I have a problem that the Gigatron does not return after entering SAVE in MS BASIC trying to save a one liner to the Pluggy McPlugface,
I could save and load in TinyBasic but SAVE in MS BASIC does not work - it shows Saving but then the prompt does not came back,, I could load the program saved with TinyBasic in MS BASIC.
Thanks for the help.
The text was updated successfully, but these errors were encountered: