From 4f41415353541651d68b8e47605e7fcb6ab34bcc Mon Sep 17 00:00:00 2001 From: p0008874 <75534590+p0008874@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:17:37 +0800 Subject: [PATCH] Add IBM PC Emulator --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 01519e2..4ebfedd 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,8 @@ See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulato * [michelhe/rustboyadvance-ng](https://github.com/michelhe/rustboyadvance-ng) - RustboyAdvance-ng is a Gameboy Advance emulator with desktop, android and [WebAssembly](https://michelhe.github.io/rustboyadvance-ng/) support. [![build badge](https://github.com/michelhe/rustboyadvance-ng/workflows/Deploy/badge.svg?branch=master)](https://github.com/michelhe/rustboyadvance-ng/actions?query=workflow%3ADeploy) * GameMaker * [OpenGMK](https://github.com/OpenGMK/OpenGMK) — OpenGMK is a modern rewrite of the proprietary GameMaker Classic engines, providing a full sourceport of the runner, a decompiler, a TASing framework, and libraries for working with gamedata yourself. +* IBM PC + * [MartyPC](https://github.com/dbalsom/martypc) — An IBM PC/XT emulator written in Rust. * Intel 8080 CPU * [mohanson/i8080](https://github.com/mohanson/i8080) — Intel 8080 CPU emulator * iOS