diff --git a/README.md b/README.md index 6afd4c4d..6fbdc901 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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