Skip to content

Commit e062691

Browse files
authored
Update README.md
1 parent 425e995 commit e062691

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Although it still has some bugs, it is a fairly stable and capable 8088/86/186 e
77

88
- Full 8086 architecture emulation: CPU, Memory, Flags, Registers and Stack
99
- Peripherals: PIC/8259, PIT/8254, DMA/8237 and PPI/8255
10-
- Adapters: CGA, Speaker, Keyboard and Mouse (mouse emulation is still quite buggy so it's disabled by default)
10+
- RTC, 8087, Serial/Mouse and VGA are currently being implemented and some are partially working
11+
- Adapters: CGA, Speaker and Keyboard
1112
- Integrated Debugger and Console
1213
- Support for both Floppy and Hard Disk images
1314
- No BIOS hacks required
@@ -23,3 +24,5 @@ Quite probably, this is the same bug that also prevents it from running Windows
2324
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).
2425

2526
Precompiled binaries, including various boot disks, are available at https://whenimbored.xfx.net/2012/10/x8086netemu-an-8086-emulator-in-vb-net/
27+
28+
For sound support under Win32, [SlimDX .NET 4 runtimes](https://slimdx.org/download.php) need to be installed

0 commit comments

Comments
 (0)