-
Notifications
You must be signed in to change notification settings - Fork 83
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
luner lander crash #2311
Comments
I have also seen that loading GT40 software from ITS often crashes, but I don't know why. @Isysxp, you have been using the GT40, do you have any idea? |
This is a problem I have seen as well. I have tracked this down to the VT11 cycle time which is set in pdp11_vt.c line 65. set rom enabled cannot keep up with the VT11 cycle time. If you change line 65 to #define VT11_DELAY 20 it should work. |
Just tried this appalling hack!!! After you get the Lander text screen, pause the GT40 (^e) , |
Thxs vlad and lars for your timely reply. I will try the suggestion tonight and report back. |
Oh, I don't get the lander screen or any other. It just crashes. |
This is what I'm getting PDP-11 simulator Open SIMH V4.1-0 Current git commit id: 348f5f29 HALT instruction, PC: 000004 (RTI) HALT instruction, PC: 000002 (HALT) HALT instruction, PC: 000004 (RTI) |
It appears I'm getting nothing but 0's in the pdp11 memory after the load. |
Hi, |
Yes all of that is being done. this is the ini fle fore the pdp11 set cpu 11/05 Once the pdp11 sim halts I dumped the memory above and the memory is just alternating 0's and 2's. remember the vt07 code runs fine. |
Do you ever see the Lunar Lander startup screen? |
no, |
/home/mercou/Downloads/its/build/pdp10-ka/gt40-19> at -u dli 10005,connect=localhost:10019 HALT instruction, PC: 000004 (RTI) HALT instruction, PC: 000002 (HALT) HALT instruction, PC: 000004 (RTI) |
The entire memory space is nothing but 0's and 2's. |
anything? |
OK, firstly, I have patched the repo to correct the crashes that may occur using the its script. I also have updated this script to use the bootvt.img system. The app now works file ... tested on Pi5 (Bookworm) and Windows. And the Lunar Lander hack works as well. |
The it's script? you mean start? Yes all of that occurs. But then after the blank it halts. Loading vt07 bin29 works fine |
I am sorry but I have no further suggestions. I cannot replicate this error. |
The it's script? you mean start? Yes all of that occurs. But then after the blank it halts. Loading vt07 bin29 works fine |
I'm running it on intel i7 laptop running gentoo. |
I cloned the GT40 repo and built it. It built fine. |
Ok.. I have reproduced your experience using the GT40 repo. |
I am only responsible for the GT40 app. The repo you are referring to is Simh. You will have to ask them to fix this problem. |
I understand that. I am sure they use your code though. |
Luner lander crashes when gtloaded.
:gtload
*gt40;gtlem bin
No luck
any ideas?
The text was updated successfully, but these errors were encountered: