Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morphx666 authored Feb 9, 2017
1 parent 425e995 commit e062691
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Although it still has some bugs, it is a fairly stable and capable 8088/86/186 e

- Full 8086 architecture emulation: CPU, Memory, Flags, Registers and Stack
- Peripherals: PIC/8259, PIT/8254, DMA/8237 and PPI/8255
- Adapters: CGA, Speaker, Keyboard and Mouse (mouse emulation is still quite buggy so it's disabled by default)
- RTC, 8087, Serial/Mouse and VGA are currently being implemented and some are partially working
- Adapters: CGA, Speaker and Keyboard
- Integrated Debugger and Console
- Support for both Floppy and Hard Disk images
- No BIOS hacks required
Expand All @@ -23,3 +24,5 @@ Quite probably, this is the same bug that also prevents it from running Windows
Portions of the code in the emulator were adapted or inspired from '[fake86](https://github.com/rubbermallet/fake86)' (CGA emulation), '[PCE - PC Emulator](http://www.hampa.ch/pce/)' ([Group 2](http://www.mlsite.net/8086/), DIV, IDIV, MUL and IMUL opcodes emulation and flags management) and '[retro](http://jorisvr.nl/article/retro)' (Scheduler, chipset and keyboard handling).

Precompiled binaries, including various boot disks, are available at https://whenimbored.xfx.net/2012/10/x8086netemu-an-8086-emulator-in-vb-net/

For sound support under Win32, [SlimDX .NET 4 runtimes](https://slimdx.org/download.php) need to be installed

0 comments on commit e062691

Please sign in to comment.