v86/src
2015-01-12 00:47:43 +01:00
..
browser Cleaning up old things 2015-01-11 23:43:31 +01:00
acpi.js Improved handling of IO port operations 2014-10-21 21:51:42 +02:00
adapter-externs.js Extra externs file for builds without adapters 2014-07-22 22:54:40 +02:00
arith.macro.js code restructuring 2014-12-21 18:11:22 +01:00
bus.js use snake case 2015-01-09 04:21:21 +01:00
const.js Increase TSC speed to 8 MHz 2014-12-31 01:18:14 +01:00
cpu.macro.js adapter not needed anymore 2015-01-10 02:19:22 +01:00
debug.macro.js dump instruction trace to file 2014-12-29 04:38:17 +01:00
dma.js Improved handling of IO port operations 2014-10-21 21:51:42 +02:00
externs.js Now recognized by CC 2014-10-10 20:04:21 +02:00
floppy.js Improved handling of IO port operations 2014-10-21 21:51:42 +02:00
fpu.js update fwait comment, resolves #33 2015-01-06 19:46:27 +01:00
hpet.js Improve 32 bit memory mapped IO 2014-07-14 21:33:40 +02:00
ide.js Proper callback handling in IDE 2015-01-09 01:26:24 +01:00
instructions.macro.js assert messages 2014-12-26 20:04:20 +01:00
io.js cleaning up 2014-11-01 13:56:06 +01:00
lib.js New publicly usable interface called V86Starter, refactor browser/main.js using it 2015-01-09 04:49:44 +01:00
log.js Move code to log.js 2015-01-09 00:10:40 +01:00
main.js New publicly usable interface called V86Starter, refactor browser/main.js using it 2015-01-09 04:49:44 +01:00
memory.js clean up 2014-12-21 18:46:47 +01:00
misc_instr.macro.js code restructuring 2014-12-21 18:11:22 +01:00
modrm.macro.js code restructuring 2014-12-21 18:11:22 +01:00
ne2k.js refactor communication between emulated devices and browser implementation using Bus. Web worker comming soon ;) 2014-12-25 02:32:18 +01:00
pci.js Improved handling of IO port operations 2014-10-21 21:51:42 +02:00
pic.js cleaning up 2014-11-01 13:56:06 +01:00
pit.js Implement refresh cycle toggle bit correctly, fixes #30 2014-12-31 01:12:53 +01:00
ps2.js Renaming 2015-01-09 04:05:32 +01:00
rtc.js Improved handling of IO port operations 2014-10-21 21:51:42 +02:00
state.js more useful assert messages 2014-12-27 00:04:09 +01:00
string.macro.js Fix optimised memset: Handle df correctly and use in_mmap_range with physical addresses 2014-07-14 22:08:09 +02:00
translate.macro.js Avoid Closure Compiler Warnings 2014-07-22 22:40:11 +02:00
uart.js uart fixes 2015-01-12 00:47:43 +01:00
vga.js Remove unused: VGADummyAdapter 2015-01-11 21:35:29 +01:00
virtio.js initial version of virtio and 9p filesystem support; props to the jor1k project for donating some code 2014-12-02 19:01:13 +01:00