Skip to content
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

Open
bferguson3 opened this issue Jul 12, 2021 · 4 comments
Open

ROM modules? #4

bferguson3 opened this issue Jul 12, 2021 · 4 comments

Comments

@bferguson3
Copy link

bferguson3 commented Jul 12, 2021

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!

@bferguson3
Copy link
Author

https://github.com/bferguson3/bsvc

Added them with a quick hack myself

@bferguson3 bferguson3 changed the title RAM modules? ROM modules? Jul 12, 2021
@dancrossnyc
Copy link
Contributor

dancrossnyc commented Jul 19, 2021 via email

@dancrossnyc
Copy link
Contributor

dancrossnyc commented Jul 19, 2021 via email

@ziggekatten
Copy link

ziggekatten commented Feb 24, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants