diff --git a/retro/et4000-experiment/index.njk b/retro/et4000-experiment/index.njk index d468c82..71b117d 100644 --- a/retro/et4000-experiment/index.njk +++ b/retro/et4000-experiment/index.njk @@ -17,6 +17,14 @@ parent: "/retro/"

The Card and Driver

I can confirm that a card with the RAMDAC SC11487CN works with the Nova T8 and T6 drivers. And importantly, this particular card does not need -12V, which simplifies the wiring considerably. The STGA adapter comes with its own VDI (STGA_VDI.SYS, v1.3b), a control panel as a CPX module, and a ROM module that switches to the VGA automatically at boot.

+

Nova driver loading order

+

When using the ET4000 with Nova drivers, the loading order in the auto-start folder matters. The correct sequence is:

+
    +
  1. Emulator.prg (must be first)
  2. +
  3. menu.prg or xmenu.prg
  4. +
  5. sta_vdi.prg
  6. +
+

What Made It Difficult