HP-16C emulator module for HP-41CX
|
03-14-2024, 06:25 PM
Post: #1
|
|||
|
|||
HP-16C emulator module for HP-41CX
I read that someone made a very good HP-16C emulator for the HP-41. There is mention of a module but I can't find it anywhere. I also saw an overlay for it.
The manual can be found here: http://systemyde.com/pdf/HP_16C_Emulator_Manual.pdf Does this module exist in a plug in module or is it just for port emulators? If it does exist where can I get one? Is the image available? Is the overlay available? Thanks... |
|||
03-14-2024, 07:31 PM
(This post was last modified: 03-14-2024 07:32 PM by Craig Bladow.)
Post: #2
|
|||
|
|||
RE: HP-16C emulator module for HP-41CX
The image (.MOD) and manual can be found on The Other Site, h p 4 1 . o r g, in the library, modules/ROMs Non-Hp.
Try CC41! |
|||
03-14-2024, 07:45 PM
Post: #3
|
|||
|
|||
RE: HP-16C emulator module for HP-41CX
(03-14-2024 06:25 PM)BitWiz Wrote: I read that someone made a very good HP-16C emulator for the HP-41. There is mention of a module but I can't find it anywhere. I also saw an overlay for it. Image only, and it requires Library-4, so something that supports one page with four banks, plus one other page would be required. The image, and Library-4, are in the 41CL Flash for all board versions except for V2. Overlay: https://www.hpmuseum.org/forum/thread-2526.html |
|||
03-15-2024, 10:01 PM
(This post was last modified: 03-15-2024 10:43 PM by BitWiz.)
Post: #4
|
|||
|
|||
RE: HP-16C emulator module for HP-41CX
(03-14-2024 07:45 PM)Monte Dalrymple Wrote:(03-14-2024 06:25 PM)BitWiz Wrote: I read that someone made a very good HP-16C emulator for the HP-41. There is mention of a module but I can't find it anywhere. I also saw an overlay for it. It's been more then 20 years since i used my HP-41 for anything serious. I have an Eramco 16K RAM box and a ZENROM. How can I transfer the emulator and library into the RAM box with the Zenrom and the PIL-Box? When I can afford it I will get a Clonix NOV-64D and then I won't need to have the RAMBOX attached all the time. edit: From further reading library 4 must go in page 4 (0x4000 - 0x4FFF) and my ERAMCO RSU-1 can only address from 0x8000 to 0xFFFF. So until I get a Nov-64D or upgrade my C to to CL I will be unable to run the 16C emulator. Boo Hoo. That still leaves my question. How can I download ROM Images into the RSU-1 via the PIL-Box? Thanks, Mike. |
|||
03-15-2024, 11:33 PM
(This post was last modified: 03-16-2024 01:00 PM by Sylvain Cote.)
Post: #5
|
|||
|
|||
RE: HP-16C emulator module for HP-41CX
(03-15-2024 10:01 PM)BitWiz Wrote: That still leaves my question. How can I download ROM Images into the RSU-1 via the PIL-Box? Unfortunately the ZENROM does not have a function to load a ROM image from a HP-IL cassette drive. Tools Virtual HP-IL Devices for Windows https://hp.giesselink.com/hpil.htm Virtual HP-IL Devices for Windows, macOS, Linux, etc. https://github.com/bug400/pyilper LIF Utilities for Windows, macOS, Linux, etc. https://github.com/bug400/lifutils On your computer - from the command line create a virtual cassette Code: lifinit -z -m cass tape1.dat 32 label the virtual cassette Code: liflabel tape1.dat TAPE1 convert the 16-bit ROM file into a ERAMCO format (.er) then add a LIF header Code: rom41er MYROME <myrom.rom >myrom.er add the newly created LIF file to the LIF volume Code: lifput tape1.dat myrom.er convert the 16-bit ROM file into a HEPAX format (.hx) then add a LIF header Code: rom41hx MYROMH <myrom.rom >myrom.hx add the newly created LIF file to the LIF volume Code: lifput tape1.dat myrom.hx list virtual cassette content (aka LIF volume) Code: lifdir tape1.dat Code: Volume : TAPE1 , formatted : 15/03/24 19:00:00 HP-IL virtual peripherals emulator & PIL-Box
On your HP-41 Select tape drive (assuming first device on the loop) Code: AUTOIO Copy ROM image from tape to MLDL Code: When you have a module that can download ROM image, then I can give you the procedure for it. Sylvain Sylvain Côté |
|||
03-16-2024, 12:11 PM
Post: #6
|
|||
|
|||
RE: HP-16C emulator module for HP-41CX
Sylvain, your replies are amazing! Always helpful;, clear, and very educational. I want to can you for everyday use...
"Sylvain! How do I do my taxes?" --Bob Prosperi |
|||
03-16-2024, 12:27 PM
Post: #7
|
|||
|
|||
RE: HP-16C emulator module for HP-41CX
(03-15-2024 10:01 PM)BitWiz Wrote: edit: From further reading library 4 must go in page 4 (0x4000 - 0x4FFF) and my ERAMCO RSU-1 can only address from 0x8000 to 0xFFFF. So until I get a Nov-64D or upgrade my C to to CL I will be unable to run the 16C emulator. Boo Hoo. Check the Library4 manual again for requirements. If memory serves correctly, it makes calls to 41CX ROM function entries and so will not work with a C or CV. All is not lost though; Monte seems to have located a source for discontinued parts and has 41CL boards being assembled. Submit an order form at systemyde.com and you may have a chance of getting a board. ~Mark Remember kids, "In a democracy, you get the government you deserve." |
|||
03-16-2024, 12:52 PM
(This post was last modified: 03-17-2024 02:07 AM by Sylvain Cote.)
Post: #8
|
|||
|
|||
RE: HP-16C emulator module for HP-41CX
(03-16-2024 12:27 PM)mfleming Wrote: Check the Library4 manual again for requirements. If memory serves correctly, it makes calls to 41CX ROM function entries and so will not work with a C or CV. Not true anymore, for the upcoming MAXX module Ángel has created a C/CV version of all his modules. Code: Description XROM Page Bank C/CV Filename CX Filename Sylvain Côté |
|||
04-27-2024, 05:50 PM
Post: #9
|
|||
|
|||
RE: HP-16C emulator module for HP-41CX
Sylvain,
I followed your procedure and even though the manual says hepax when I tried to load a hepax style ROM image form IL-PER using the READPG function from the OS/X ROM I got a File Type Error. So I converted one file (the EXT-IO ROM) with ROM41er and then copied it to my LIF drive .dat file. I was able to load that with READPG. After that I converted more .ROMs to .er files and copied them to the lif image for IL-PER and when I tried to load them with READPG I got a File Type Error. Here is what LIFDIR shows: Code: Volume : HPXROM , formatted : 12/04/24 20:00:00 Any clue while I was able to load the EXTIO-1A and nothing else. I have the NoV-64D setup as RAM on pages 8 -> B and ROM (loaded with OS/X, HP-16C, ZENROM & NOV CHAP ROM) for pages C -> F I loaded the EXTIO-1A into page 8 and I was trying to load SKWIDBC into page 9. Thanks for the continued help. |
|||
04-28-2024, 05:25 PM
Post: #10
|
|||
|
|||
RE: HP-16C emulator module for HP-41CX
Hello Mike,
I am working on the house this weekend. After reading the "Clonix/NoV-64D Success" post, I assume that you have resolved your issue. Sylvain Sylvain Côté |
|||
04-28-2024, 10:50 PM
Post: #11
|
|||
|
|||
RE: HP-16C emulator module for HP-41CX
(04-28-2024 05:25 PM)Sylvain Cote Wrote: Hello Mike,It magically went away. I don't know what was causing the problem things are working. Now if only I can figure out how to use the HP-16 emulaor Thank you. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)