The libvm68k library is an M68000 emulation engine implemented in C++, primarily for use in Virtual X68000.
See the INSTALL
file for generic instructions.
This package requires a C++ compiler that supports the C++14 standard.
Type ./configure CXX='g++ -std=c++14'
to configure the package if you are not sure.
This program is licensed under the GNU General Public License v3.0 or later.
- The Wikipedia article on the Motorola 68000 series.