vx68k / libvm68k

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

Home Page:https://www.vx68k.org/vx68k/libvm68k

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://www.vx68k.org/vx68k/libvm68k

License:GNU General Public License v3.0


Languages

Language:Shell 75.5%Language:C++ 19.3%Language:M4 2.2%Language:Python 1.0%Language:C 1.0%Language:Makefile 0.8%Language:Dockerfile 0.1%