--- nono/m88xx0/testdis.cpp 2026/04/29 17:05:07 1.1.1.3 +++ nono/m88xx0/testdis.cpp 2026/04/29 17:05:11 1.1.1.4 @@ -5,7 +5,6 @@ // #include "m88100disasm.h" -#include "config.h" #include "mpu.h" #include "mystring.h" @@ -740,10 +739,7 @@ main(int ac, char *av[]) { saddr_t saddr; - std::unique_ptr pConfig; - pConfig.reset(new Config()); - gConfig = pConfig.get(); - gConfig->Update(std::vector { ".m88k-altname=1" }); + m88100disasm::use_altname = 1; // DebuggerMD (の継承クラス)を用意するのは芋づる式に大変なので、 // 中でアクセスする変数だけ強引に用意する。