bsnes/higan/processor/m68k/m68k.hpp

11 lines
76 B
C++

#pragma once
//Motorola M68000
namespace Processor {
struct M68K {
};
}