pcjs/modules/pcx86/lib
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeff Parsons 5ed8f13840 A (PC8080) VT100 can now connect to a (PCx86) IBM PC AT; only problem seems to be flow control now.
Also, each PCjs debugger can now be independently accessed from an external debugger (eg, "pcx86('ver')" or "pc8080('ver')"); the global '$' symbol is no longer used for debugger access.
TODO: There are still many places where GLOBALVAR should be replaced with PCX86.GLOBALVAR or PC8080.GLOBALVAR as appropriate (which I've finally started doing in each debugger.js file).
2016-08-18 16:46:34 -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 Cross-machine serial port connections are only half-working (need to defer initConnection() until all machines on the page have initialized their bus) 2016-08-18 11:30:22 -07:00
chipset.js Cross-machine serial port connections are only half-working (need to defer initConnection() until all machines on the page have initialized their bus) 2016-08-18 11:30:22 -07:00
computer.js Folded a PC8080 change back into PCx86 2016-08-18 11:32:10 -07:00
cpu.js More PCjs/PCx86 disambiguation 2016-05-17 00:04:51 -07:00
debugger.js A (PC8080) VT100 can now connect to a (PCx86) IBM PC AT; only problem seems to be flow control now. 2016-08-18 16:46:34 -07:00
defines.js A (PC8080) VT100 can now connect to a (PCx86) IBM PC AT; only problem seems to be flow control now. 2016-08-18 16:46:34 -07:00
disk.js More PCjs/PCx86 disambiguation 2016-05-17 00:04:51 -07:00
fdc.js Cross-machine serial port connections are only half-working (need to defer initConnection() until all machines on the page have initialized their bus) 2016-08-18 11:30:22 -07:00
hdc.js Cross-machine serial port connections are only half-working (need to defer initConnection() until all machines on the page have initialized their bus) 2016-08-18 11:30:22 -07:00
interrupts.js More PCjs/PCx86 disambiguation 2016-05-17 00:04:51 -07:00
keyboard.js Cross-machine serial port connections are only half-working (need to defer initConnection() until all machines on the page have initialized their bus) 2016-08-18 11:30:22 -07:00
memory.js More PCjs/PCx86 disambiguation 2016-05-17 00:04:51 -07:00
messages.js More PCjs/PCx86 disambiguation 2016-05-17 00:04:51 -07:00
mouse.js Cross-machine serial port connections are only half-working (need to defer initConnection() until all machines on the page have initialized their bus) 2016-08-18 11:30:22 -07:00
nodebugger.js More PCjs/PCx86 disambiguation 2016-05-17 00:04:51 -07:00
panel.js More PCjs/PCx86 disambiguation 2016-05-17 00:04:51 -07:00
parallelport.js A (PC8080) VT100 can now connect to a (PCx86) IBM PC AT; only problem seems to be flow control now. 2016-08-18 16:46:34 -07:00
ram.js Cross-machine serial port connections are only half-working (need to defer initConnection() until all machines on the page have initialized their bus) 2016-08-18 11:30:22 -07:00
rom.js More PCjs/PCx86 disambiguation 2016-05-17 00:04:51 -07:00
serialport.js A (PC8080) VT100 can now connect to a (PCx86) IBM PC AT; only problem seems to be flow control now. 2016-08-18 16:46:34 -07:00
video.js Cross-machine serial port connections are only half-working (need to defer initConnection() until all machines on the page have initialized their bus) 2016-08-18 11:30:22 -07:00
x86.js More PCjs/PCx86 disambiguation 2016-05-17 00:04:51 -07:00
x86cpu.js Cross-machine serial port connections are only half-working (need to defer initConnection() until all machines on the page have initialized their bus) 2016-08-18 11:30:22 -07:00
x86fpu.js Cross-machine serial port connections are only half-working (need to defer initConnection() until all machines on the page have initialized their bus) 2016-08-18 11:30:22 -07:00
x86func.js More PCjs/PCx86 disambiguation 2016-05-17 00:04:51 -07:00
x86help.js More PCjs/PCx86 disambiguation 2016-05-17 00:04:51 -07:00
x86mods.js More PCjs/PCx86 disambiguation 2016-05-17 00:04:51 -07:00
x86op0f.js More PCjs/PCx86 disambiguation 2016-05-17 00:04:51 -07:00
x86ops.js More PCjs/PCx86 disambiguation 2016-05-17 00:04:51 -07:00
x86seg.js More PCjs/PCx86 disambiguation 2016-05-17 00:04:51 -07:00