Skip to content
/ libvm68k Public

M68000 ISA virtual machine components implemented in C++ (version 2).

License

Notifications You must be signed in to change notification settings

vx68k/libvm68k

Repository files navigation

Introduction

The libvm68k library is an M68000 emulation engine implemented in C++, primarily for use in Virtual X68000.

Installation

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.

License

This program is licensed under the GNU General Public License v3.0 or later.

See also