StarEmu: hccID=0b1111 by default in dynamic addressing
Added a new Emu controller parameter addressingModeDynamic=true|false
and the corresponding m_addressing_mode_dynamic
in StarChipsetEmu
. It
defines whether the emulator constructor sets the HCC ID to 0b1111
in
the StarCfg
, or leaves it to the value that is defined in the json config
file, as if it is set by the bonds-pads.
modified: src/libStarEmu/StarChipsetEmu.cpp
modified: src/libStarEmu/StarEmu.cpp
modified: src/libStarEmu/include/StarChipsetEmu.h
modified: src/libStarEmu/include/StarEmu.h