Skip to content

A C# implementation of an 8086 emulator.

License

Notifications You must be signed in to change notification settings

derplayer/x8086Sharp

 
 

Repository files navigation

x8086Sharp

A C# implementation of an 8086 emulator.

Console screenshot

This is a (work in progress) C# fork/port of the x8086NetEmu Emulator by morphx666. If you want to use the original VB.NET implementation click here!

There are a few things, that weren't ported over (at least for now) because i don't need them:

  • No VGA/EGA (Only CGA/MDA)
  • Only Console frontend (no WebUI & WinForms)
  • No Sound Adapters (Adlib, Speaker)
  • 8087 FPU is disabled

Code is in this repository under the MIT or Public license (BIOS).

About

A C# implementation of an 8086 emulator.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 67.7%
  • Assembly 29.9%
  • Batchfile 1.2%
  • Other 1.2%