Ok, I will try this.
chip northbridge/amd/gx1 device pci_domain 0 on device pci 0.0 on end chip drivers/pci/onboard device pci 9.0 on register "rom_address" = "0xfffc0000" end end chip southbridge/amd/cs5530 . . .
This fails, the buildsript stops with a warning like. Only chips can have a register.
than I have tried this:
chip northbridge/amd/gx1 device pci_domain 0 on device pci 0.0 on end device pci 9.0 on chip drivers/pci/onboard register "rom_address" = "0xfffc0000" end end chip southbridge/amd/cs5530
the right device is allocated, the emulator is not entered
I also tried this:
chip northbridge/amd/gx1 device pci_domain 0 on device pci 0.0 on end device pci 9.0 on chip drivers/pci/onboard device pci 9.0 on end register "rom_address" = "0xfffc0000" end end chip southbridge/amd/cs5530
This results in the same as before.
chris