Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 712 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 712 Bytes

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