--- nono/m680x0/m68030mmu.cpp 2026/04/29 17:04:31 1.1.1.2 +++ nono/m680x0/m68030mmu.cpp 2026/04/29 17:04:34 1.1.1.3 @@ -1,16 +1,16 @@ // // nono -// Copyright (C) 2017 isaki@NetBSD.org +// Copyright (C) 2020 nono project +// Licensed under nono-license.txt // -#include "header.h" -#include "mystring.h" #include "m68030core.h" #include "m68030bus.h" #include "m68030ea.h" #include "m68030mmu.h" #include "bus.h" #include "mpu.h" +#include "mystring.h" #define TIA (0) #define TIB (1) @@ -89,11 +89,11 @@ IPRINTF(int indent, const char *fmt, ... // テーブルサーチ操作クラス -class m68030MMU +class m68030MMU final { public: m68030MMU(m68kcpu *); - virtual ~m68030MMU() { } + ~m68030MMU() { } // サーチを実行 void search(); @@ -1854,7 +1854,7 @@ get_fc(m68kcpu *cpu) } // MMU 不当命令 (2ワード目で確定) -void +static void mmu_op_illg2(m68kcpu *cpu) { cpulog(1, "MMU 不当命令 %04x %04x", RegIR, RegIR2);