Page 1 of 1
How do I copy a ROM?
Posted: Mon Oct 17, 2022 5:31 pm
by Andrew
How can I copy a ROM?
I want to copy the CPMulator ROM and try to use it in emulator.
Is there any program that can copy the ROM?
Re: How do I copy a ROM?
Posted: Mon Oct 17, 2022 5:40 pm
by RalfR
Symply SBYTES it from the ROM location in a QL, 16k long.
Re: How do I copy a ROM?
Posted: Mon Oct 17, 2022 7:52 pm
by Andrew
RalfR wrote:Symply SBYTES it from the ROM location in a QL, 16k long.
So what need to do is simply insert the ROM cartridge in unexpanded QL's expansion port and then SBYTES mdv1_EPROM_image,49152,16384 ?
Re: How do I copy a ROM?
Posted: Mon Oct 17, 2022 8:36 pm
by RalfR
Exactly. Of corse in the ROM port

Re: How do I copy a ROM?
Posted: Mon Oct 17, 2022 8:37 pm
by Andrew
RalfR wrote:Exactly.
Thank you