Post Reply 
LIB4 & AMC_OSX issue
03-31-2024, 02:30 PM (This post was last modified: 03-31-2024 07:09 PM by Sylvain Cote.)
Post: #2
RE: LIB4 & AMC_OSX issue
(03-27-2024 03:45 PM)Hiwi Wrote:  i have installed on a NOV64d the LIB4 in page 1-4 and AMC_OSX in page 1-7. No other modules.
The libs are from the 2024 repository, i suppose the newest. Lib4 shows R6.06b

But i can't see the Bank2 functions like BFCAT PGCAT... and the Cat1 Extend Catalog.
The main functions and extend cats (0,7,8,9A...), XEQ, and ASN functions work as expected.
I have a HP41CX Halfnut from 1989, what is going wrong?

Ralf

Hello Ralf,

You probably used the old library 4 version of the AMC OSX module instead of the new 4 banks version.

Try this configuration:
  • page 4 bank 1 : LIBRARY4.ROM
  • page 7 bank 1 : OSXB1.ROM
  • page 7 bank 2 : OSXB2.ROM
  • page 7 bank 3 : OSXB3.ROM
  • page 7 bank 4 : OSXB4.ROM
Sylvain

Edit: I have successfully tried these configurations:

Using: ClonixConfig61.exe / PicKit2 / NoV-64d

Note: the NoV-64d is two modules in one, it can be:
- a NoV-64 module (Flash enabled & FRAM enabled) or
- a Clonix-D module (Flash enabled & FRAM disabled)

Configuration #1
  • Module type: Clonix-D
  • Programmer: PicKit2
  • Join Blocks: checked (enabled)
  • Flash ROM Block 0
    • 0.1 → page 4 bank 1 : LIBRARY4.ROM
    • 0.2 → page 7 bank 1 : OSXB1.ROM
    • 0.3 → page 7 bank 2 : OSXB2.ROM
    • 0.4 → page 7 bank 3 : OSXB3.ROM
    • 0.5 → page 7 bank 4 : OSXB4.ROM
    • 0.6 → empty
  • Flash ROM Block 1
    • 1.1 → empty
    • 1.2 → empty
    • 1.3 → empty
    • 1.4 → empty
    • 1.5 → empty
    • 1.6 → empty
Configuration #2
  • Module type: NoV-64(d)
  • Programmer: PicKit2
  • Join Blocks: checked (enabled)
  • Flash ROM Block 0
    • 0.1 → HEPAX-1D (managed by ClonixConfig)
    • 0.2 → HEPAX-1D (managed by ClonixConfig)
    • 0.3 → HEPAX-1D (managed by ClonixConfig)
    • 0.4 → HEPAX-1D (managed by ClonixConfig)
    • 0.5 → empty
    • 0.6 → empty
  • Flash ROM Block 1
    • 1.1 → empty
    • 1.2 → page 4 bank 1 : LIBRARY4.ROM
    • 1.3 → page 7 bank 1 : OSXB1.ROM
    • 1.4 → page 7 bank 2 : OSXB2.ROM
    • 1.5 → page 7 bank 3 : OSXB3.ROM
    • 1.6 → page 7 bank 4 : OSXB4.ROM
Configuration #3
  • Module type: NoV-64(d)
  • Programmer: PicKit2
  • Join Blocks: checked (enabled)
  • Flash ROM Block 0
    • 0.1 → HEPAX-4H (managed by ClonixConfig)
    • 0.2 → HEPAX-4H (managed by ClonixConfig)
    • 0.3 → HEPAX-4H (managed by ClonixConfig)
    • 0.4 → HEPAX-4H (managed by ClonixConfig)
    • 0.5 → empty
    • 0.6 → empty
  • Flash ROM Block 1
    • 1.1 → empty
    • 1.2 → page 4 bank 1 : LIBRARY4.ROM (managed by ClonixConfig)
    • 1.3 → page 7 bank 1 : OSXB1.ROM
    • 1.4 → page 7 bank 2 : OSXB2.ROM
    • 1.5 → page 7 bank 3 : OSXB3.ROM
    • 1.6 → page 7 bank 4 : OSXB4.ROM
Configuration #4
  • Module type: NoV-64(d)
  • Programmer: PicKit2
  • Join Blocks: checked (enabled)
  • Flash ROM Block 0
    • 0.1 → HEPAX-4H (managed by ClonixConfig)
    • 0.2 → HEPAX-4H (managed by ClonixConfig)
    • 0.3 → HEPAX-4H (managed by ClonixConfig)
    • 0.4 → HEPAX-4H (managed by ClonixConfig)
    • 0.5 → page D bank 1 : WARPB1.ROM
    • 0.6 → page D bank 2 : WARPB2.ROM
  • Flash ROM Block 1
    • 1.1 → page D bank 3 : WARPB3.ROM
    • 1.2 → page 4 bank 1 : LIBRARY4.ROM (managed by ClonixConfig)
    • 1.3 → page C bank 1 : OSXB1.ROM
    • 1.4 → page C bank 2 : OSXB2.ROM
    • 1.5 → page C bank 3 : OSXB3.ROM
    • 1.6 → page C bank 4 : OSXB4.ROM
The configuration #4 is working, even though Ángel says that it should not be done.
Quote:Note also that you should avoid plugging it together with another bank-switched module (with a 4k footprint) sharing the same logical external port .
The last configuration allow me to use HP-IL (page 6 & 7) when needed and has at least a free 4K space for the HEPAX ROM auto-relocalisation functionality to remap itself to page 14(E) or 15(F).

Sylvain Côté
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
LIB4 & AMC_OSX issue - Hiwi - 03-27-2024, 03:45 PM
RE: LIB4 & AMC_OSX issue - Sylvain Cote - 03-31-2024 02:30 PM
RE: LIB4 & AMC_OSX issue - Hiwi - 04-02-2024, 10:40 AM
RE: LIB4 & AMC_OSX issue - Hiwi - 04-03-2024, 06:59 AM
RE: LIB4 & AMC_OSX issue - Ángel Martin - 04-03-2024, 08:11 AM
RE: LIB4 & AMC_OSX issue - Hiwi - 04-05-2024, 01:36 PM



User(s) browsing this thread: 1 Guest(s)