--- nono/m680x0/gentable.php 2026/04/29 17:04:28 1.1 +++ nono/m680x0/gentable.php 2026/04/29 17:04:37 1.1.1.3 @@ -2,6 +2,10 @@ // // nono // Copyright (C) 2014 isaki@NetBSD.org +// Copyright (C) 2020 nono project +// Licensed under nono-license.txt +// + // // gentable.php // inst*.txt からディスパッチャ部分を生成 @@ -17,7 +21,9 @@ } init_ea(); - $mputype = 3; + // 今の所逆アセンブラの分離度が低いので、 + // コアも逆アセンブラも両方とも 68020/030 という扱いにしておく。 + $mputype = "[23]"; switch ($argv[1]) { case "switch10": case "switch13":