-
Notifications
You must be signed in to change notification settings - Fork 14
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
ROM modules? #4
Comments
https://github.com/bferguson3/bsvc Added them with a quick hack myself |
On Mon, Jul 12, 2021 at 2:22 PM bferguson3 ***@***.***> wrote:
Hi! Love the simulator.
It would be great to have a RAM module as well, one that behaves just like
the ROM module but any move commands to that area will simply fail.
Hi there! Sorry for the delayed response; I was out of town last week.
I think you must mean ROM modules? I'm certainly happy to incorporate
something like that (it had occurred to me a few years ago when I was doing
something or other).
- Dan C.
|
Thanks! Could you please send a pull-request?
…On Mon, Jul 12, 2021 at 4:13 PM bferguson3 ***@***.***> wrote:
https://github.com/bferguson3/bsvc
Added them with a quick hack myself
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMEWAGALOYGZZY65ZNWURLTXNEHNANCNFSM5AHLZGAA>
.
|
Using RAM as a ROM module works pretty well. Doing stuff with an homebrew SBC using 1 MB ROM, 1MB RAM, and an 68681 works pretty well. I only use C, and have two RAM attachments,one acting as ROM. Key is how you link stuff. What I would like is to have the whole 68681 insctruction set and registers implemented with selectable base address. Ohh..by the way...bsvc acually runs in Windows WSL2 with GUI support quite well. BUt a way of resetting the terminal without loading setup would be nice. |
Hi! Love the simulator.
It would be great to have a ROM module as well, one that behaves just like the RAM module but any move commands to that area will simply fail.
Thanks!
The text was updated successfully, but these errors were encountered: