An open API service indexing awesome lists of open source software.

https://github.com/vx68k/libvm68k

M68000 ISA virtual machine components implemented in C++ (version 2).
https://github.com/vx68k/libvm68k

cplusplus cplusplus-14 cpp14 emulation m68000 m68k

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# Introduction

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

[Virtual X68000]: https://www.vx68k.org/vx68k

# Installation

See the [`INSTALL`](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][GPL-3.0-or-later].

[GPL-3.0-or-later]: https://spdx.org/licenses/GPL-3.0-or-later.html

# See also

- The Wikipedia article on the [Motorola 68000 series](https://en.wikipedia.org/wiki/Motorola_68000_series).