pcjs/modules/pcx86/lib
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-08-02 19:02:23 -07:00
..
.jshintrc Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
bus.js Tidied up some Bus and Disk messages 2017-07-20 21:25:54 -07:00
chipset.js Cleaned up browser support for full-screen and pointer-locking in the Video component, and reduced the default scale factor for mouse movement events from 1.0 to 0.5, since modern screens are generally much higher resolution 2017-08-02 10:37:45 -07:00
computer.js Minor PCx86 Debugger-related improvements 2017-08-02 19:02:23 -07:00
cpu.js Minor PCx86 Debugger-related improvements 2017-08-02 19:02:23 -07:00
debugger.js Minor PCx86 Debugger-related improvements 2017-08-02 19:02:23 -07:00
defines.js v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
disk.js Tidied up some Bus and Disk messages 2017-07-20 21:25:54 -07:00
fdc.js Added more scripting support to PCx86 (eg, for loading disks, typing keys, and waiting for both to finish) 2017-07-25 10:30:29 -07:00
hdc.js Remove the hard disk "Save" feature from mobile devices 2017-07-11 22:48:57 -07:00
interrupts.js v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
keyboard.js Improved logging of strings with embedded carriage returns 2017-08-02 10:58:21 -07:00
memory.js Unforked the shared modules -- ES6 is now the default 2017-01-31 13:50:55 -08:00
messages.js v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
mouse.js Added the *scaleMouse* property so that host mouse coordinates can undergo an optional scaling transformation (default is 1.0) 2017-07-24 18:47:10 -07:00
nodebugger.js v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
panel.js Setting the stage for a resource status update mechanism 2017-06-27 16:01:00 -07:00
parallel.js Trying to do a better job of properly typing DOM objects 2017-06-28 09:41:01 -07:00
ram.js Unforked the shared modules -- ES6 is now the default 2017-01-31 13:50:55 -08:00
rom.js More diagnostic output improvements 2017-06-28 17:51:15 -07:00
serial.js Fixed serial port transmitter interrupts, and added a new blog post (RetroReview: SPEEDUP) 2017-07-22 23:08:46 -07:00
video.js Cleaned up browser support for full-screen and pointer-locking in the Video component, and reduced the default scale factor for mouse movement events from 1.0 to 0.5, since modern screens are generally much higher resolution 2017-08-02 10:37:45 -07:00
x86.js Added support for segment wrap-around in 8086/8088 real-mode (all stack operations, instruction fetches, and operand accesses should wrap now); real-mode wrap-around on newer processors should trigger a GP fault instead 2017-07-23 14:59:26 -07:00
x86cpu.js Laid the groundwork for bring PCx86 up-to-date with timer functionality matching PC8080 and PDPjs (new timer services added) 2017-08-01 14:26:52 -07:00
x86fpu.js Perform the documented encoding of SIXBIT character data for MACRO-10 2017-03-12 11:56:15 -07:00
x86func.js Perform the documented encoding of SIXBIT character data for MACRO-10 2017-03-12 11:56:15 -07:00
x86help.js Avoid reallocating 64-bit register arrays on every 64-bit division 2017-02-12 22:24:06 -08:00
x86mods.js Unforked the shared modules -- ES6 is now the default 2017-01-31 13:50:55 -08:00
x86op0f.js v1.32.0: The New Year Release 2016-12-30 15:56:01 -08:00
x86ops.js Unforked the shared modules -- ES6 is now the default 2017-01-31 13:50:55 -08:00
x86seg.js Added support for segment wrap-around in 8086/8088 real-mode (all stack operations, instruction fetches, and operand accesses should wrap now); real-mode wrap-around on newer processors should trigger a GP fault instead 2017-07-23 14:59:26 -07:00