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).
- Host: GitHub
- URL: https://github.com/vx68k/libvm68k
- Owner: vx68k
- License: gpl-3.0
- Created: 2019-11-25T11:29:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T12:46:31.000Z (over 5 years ago)
- Last Synced: 2025-02-28T07:18:44.538Z (over 1 year ago)
- Topics: cplusplus, cplusplus-14, cpp14, emulation, m68000, m68k
- Language: Shell
- Homepage: https://www.vx68k.org/vx68k/libvm68k
- Size: 1.03 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING
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).