Skip to content

ROM BASIC - how to enable it #125

Closed Answered by dbalsom
Torinde asked this question in Q&A
Jun 21, 2024 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

MD5 hash of IBMROMBASIC-F6000h-1982-10-27.ROM: eb28f0e8d3f641f2b58a3677b3b998cc

Ok, I do not have this particular version of the BASIC rom. Is this 1.0 or 1.1?

EDIT: Found a reference to it.

You can modify your romdef_ibm.toml file as follows:

[[romset]]
alias = "ibmbasic_v11_32k"
desc = "IBM Cassette Basic C1.10"
priority = 2
provides = ["ibm_basic"]
oem = true
rom = [
    { md5 = "2ad31da203a49b504fad3a34af0c719f", addr = 0xF6000, size = 32768, chip = "c" },
    { md5 = "eb28f0e8d3f641f2b58a3677b3b998cc", addr = 0xF6000, size = 32768, chip = "c" },
]

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Torinde
Comment options

@dbalsom
Comment options

Answer selected by Torinde
@Torinde
Comment options

@dbalsom
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants