--- nono/hd64180/hd64180disasm.h 2026/04/29 17:05:18 1.1.1.1 +++ nono/hd64180/hd64180disasm.h 2026/04/29 17:05:30 1.1.1.2 @@ -25,8 +25,8 @@ class hd64180disasm final : public Disa bool Exec(DebuggerMemoryStream *mem_) override; private: - uint8 fetch8(); - uint16 fetch16(); + uint8 fetch1(); + uint16 fetch2(); uint16 ppc {}; ixiy_t ixiy {};