Skip to content

GUI HardwareInfo

Dimitris Panokostas edited this page Mar 16, 2026 · 3 revisions

Hardware Info Panel

HardwareInfo

This panel displays the Autoconfig expansion map for the current emulated hardware configuration. It shows all expansion boards and memory regions that have been assigned addresses in the Amiga's address space.

Expansion Map Table

A scrollable table listing all configured Autoconfig devices with the following columns:

  • Type — Zorro bus type: Z1 (Zorro I), Z2 (Zorro II), or Z3 (Zorro III)
  • Name — Name of the expansion device or memory region
  • Start — Start address in hexadecimal (e.g., 0x00200000)
  • End — End address in hexadecimal (inclusive)
  • Size — Size of the region in bytes, KB, or MB
  • ID — Manufacturer ID and Product ID in hexadecimal format (0xMANUF / 0xPROD)

Click a row to select it. The selected row can be repositioned using the Move up/Move down buttons when custom board ordering is enabled.

Custom board order

  • Enables manual reordering of expansion boards in the Autoconfig chain.
  • When enabled, the Move up and Move down buttons become active for the selected row.
  • Changing the order affects which boards are assigned addresses first during Autoconfig enumeration.

Move up

  • Moves the selected board one position earlier in the Autoconfig chain.
  • Only available when "Custom board order" is enabled and a row is selected.

Move down

  • Moves the selected board one position later in the Autoconfig chain.
  • Only available when "Custom board order" is enabled and a row is selected.

Clone this wiki locally