v86/src
2015-04-22 03:09:00 +02:00
..
browser Make V86Starter work when all loads are synchronous 2015-04-17 23:56:11 +02:00
acpi.js Some annotations 2015-02-25 18:21:54 +01:00
adapter-externs.js Extra externs file for builds without adapters 2014-07-22 22:54:40 +02:00
arith.macro.js Fix byte and word-wise right shift operations. Fixes #49. Fixes #37. Progress on #52 2015-04-17 22:18:50 +02:00
bus.js Add transfer_list argument for interfacing with web workers 2015-04-12 16:47:31 +02:00
const.js Increase size of memory-mapped pages to improve startup time 2015-04-12 19:50:50 +02:00
cpu.macro.js Wipe cpu.last_instr_jump 2015-04-22 03:03:41 +02:00
debug.macro.js Control register are now in an Int32Array 2015-04-22 03:01:45 +02:00
dma.js Some annotations 2015-02-25 18:21:54 +01:00
externs.js Now recognized by CC 2014-10-10 20:04:21 +02:00
floppy.js Rewrite CMOS 2015-02-25 18:23:10 +01:00
fpu.js fxtract 2015-04-17 23:28:57 +02:00
hpet.js Some annotations 2015-02-25 18:21:54 +01:00
ide.js Proper CHS configuration for very old operating systems like Windows 95 2015-03-09 01:25:09 +01:00
instructions.macro.js Improve stack operations 2015-04-22 03:09:00 +02:00
io.js Some annotations 2015-02-25 18:21:54 +01:00
lib.js Clean up 2015-03-06 20:20:37 +01:00
log.js Don't put properties on native objects 2015-01-12 18:50:15 +01:00
main.js RDRAND instruction 2015-04-12 19:29:13 +02:00
memory.js assert aligned memory address 2015-04-17 23:47:40 +02:00
misc_instr.macro.js Improve stack operations 2015-04-22 03:09:00 +02:00
modrm.macro.js code restructuring 2014-12-21 18:11:22 +01:00
ne2k.js Set correct PCI BAR sizes 2015-03-09 01:11:57 +01:00
pci.js PCI: Fix bar size 2015-03-18 20:22:36 +01:00
pic.js Some annotations 2015-02-25 18:21:54 +01:00
pit.js Improve PIT counter 2 2015-04-12 19:49:25 +02:00
ps2.js Send extra byte after keyboard reset 2015-03-19 15:35:31 +01:00
rtc.js Mark const 2015-03-09 01:20:56 +01:00
state.js Make sure memory sizes match until this can be handled correctly 2015-01-19 21:55:48 +01:00
string.macro.js Remove string macros, #10 2015-04-13 03:42:17 +02:00
translate.macro.js Avoid Closure Compiler Warnings 2014-07-22 22:40:11 +02:00
uart.js Remove bus.should_send 2015-04-12 16:45:03 +02:00
vga.js Report virtual x offset and screen with in svga mode properly. Fixes bootchess 2015-04-17 22:49:49 +02:00
virtio.js Reset virtio device on reset. Fixes #47 2015-04-17 23:46:25 +02:00