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

Easier way to load ROM on x86? #62

Open
AndersBNielsen opened this issue Feb 10, 2023 · 0 comments
Open

Easier way to load ROM on x86? #62

AndersBNielsen opened this issue Feb 10, 2023 · 0 comments

Comments

@AndersBNielsen
Copy link

AndersBNielsen commented Feb 10, 2023

I'll be writing some BIOS extension ROM code and I'd like to use pcjs for debugging.
Is there an easier way to add a ROM to a 5160 machine other than what I'm doing now?

I have pcjs running locally. As a test I duplicated the BASIC ROM line in the corresponding machine.xml file - seemingly it also needed a different filename to be loaded - but that works:

So now I have:

<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/machines/pcx86/ibm/5160/rom/basic/BASIC110.json5"/> <rom id="romBASIC2" addr="0xd0000" size="0x8000" file="/machines/pcx86/ibm/5160/rom/basic/BASIC110-2.json5"/>

I don't know if there's a market for it but I'd love a feature for loading ROM from URL/upload like there is for loading floppies.
Could I go about this in an easier way? Maybe without selfhosting?

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

1 participant