copy program from rom module in emu71
|
04-02-2024, 02:13 AM
Post: #6
|
|||
|
|||
RE: copy program from rom module in emu71
Since lowercase characters are not supported by the 71B's built-in file management commands (COPY, NAME...AS, PURGE, etc.) HP used them for the names of files in ROMs as a primitive, though effective, form of copy protection.
You could do this: ROMCOPY the image to a mass storage file ROMCOPY that file to an IRAM POKE new uppercase letters for the filename,,, Then, you can COPY or whatever you want to do with the file, but note that portions of the s/w require the mixed case name, so it may not work as expected until you change them back. --Bob Prosperi |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
copy program from rom module in emu71 - hesc - 03-31-2024, 07:28 PM
RE: copy program from rom module in emu71 - hesc - 03-31-2024, 08:01 PM
RE: copy program from rom module in emu71 - Dave Frederickson - 04-01-2024, 07:21 PM
RE: copy program from rom module in emu71 - Sylvain Cote - 04-01-2024, 07:39 PM
RE: copy program from rom module in emu71 - Dave Frederickson - 04-01-2024, 08:07 PM
RE: copy program from rom module in emu71 - rprosperi - 04-02-2024 02:13 AM
RE: copy program from rom module in emu71 - Dave Frederickson - 04-04-2024, 07:56 PM
RE: copy program from rom module in emu71 - rprosperi - 04-04-2024, 09:08 PM
RE: copy program from rom module in emu71 - Dave Frederickson - 04-04-2024, 10:56 PM
RE: copy program from rom module in emu71 - rprosperi - 04-05-2024, 12:21 PM
|
User(s) browsing this thread: 1 Guest(s)