Jeff Parsons
|
24c073a98e
|
Moved the PCx86 examples from /docs to /apps
|
2017-09-18 19:47:58 -07:00 |
|
Jeff Parsons
|
294ce6b5e7
|
Even though there is no longer a physical /docs folder, there is still a virtual one
|
2017-09-18 19:15:24 -07:00 |
|
Jeff Parsons
|
71d117fa02
|
Consolidated /docs into /pubs
|
2017-09-12 11:28:18 -07:00 |
|
Jeff Parsons
|
9f99649a87
|
Cleaned up the MarkOut module (and fixed some encoding problems with code blocks); affects only users of the Node-based web server
|
2017-06-29 08:12:32 -07:00 |
|
Jeff Parsons
|
7ca8fa18a1
|
Changed the onclick handlers for Keyboard CLICKCODES to let updateFocus() scroll the canvas into view as needed, because (at least on iOS) the code that tries prevent the page from scrolling has an annoying "jerking" side-effect; also fixed the old Node web server code that would install onclick handlers for disk images, triggering automatic conversion of JSON to IMG files
|
2017-06-26 11:05:01 -07:00 |
|
Jeff Parsons
|
ed75397b83
|
Fixed an old annoying bug where a restored video card wouldn't properly display a blinking cursor; originally, I assumed it was a CRTC register restoration bug, but actually, some supporting variables (eg, cBlinks) were not getting initialized in both the reset() and restore() code paths. This is also a good time to remember that when an uninitialized array from some hardware state gets serialized and deserialized to/from JSON, the array is restored as a series of "null" values, not as "undefined" values, so it's best for any code checking for undefined values to use "== null" rather than "=== undefined".
|
2017-06-26 08:56:17 -07:00 |
|
Jeff Parsons
|
cf35125d34
|
Lots of README normalizations
|
2017-06-24 15:59:31 -07:00 |
|
Jeff Parsons
|
a9b6feb377
|
Added more demo links on the home page, switched nearly all machines over to the complete diskette library (instead of just a few samples), added the ability to autoMount disketttes by name OR by path, and updated the Dual Display IBM PC with a newer version of DOS along with details on toggling the active display
|
2017-06-24 10:39:26 -07:00 |
|
Jeff Parsons
|
9626fed7c2
|
Got rid of more app-specific demo machines (eg, DONKEY and WIN101); demos like that are more properly located in either the /apps or /disks folders (not /devices)
|
2017-06-22 12:03:52 -07:00 |
|
Jeff
|
ac06857b10
|
Updated home page
|
2017-02-28 19:45:04 -08:00 |
|
Jeff Parsons
|
639eb6e945
|
Picked up published 1.34.1 changes
|
2017-02-28 17:06:29 -08:00 |
|
Jeff Parsons
|
884b74d96f
|
Cleaned up PDP register dump code
|
2017-02-23 16:56:08 -08:00 |
|
Jeff Parsons
|
8320f58d44
|
Documentation updates to accommodate the PDP-10 work that's starting now
|
2017-02-23 15:14:51 -08:00 |
|
Jeff Parsons
|
54a7fb5119
|
More documentation
|
2017-02-07 13:27:16 -08:00 |
|
Jeff Parsons
|
ed033830e0
|
Updated READMEs
|
2017-01-31 14:10:24 -08:00 |
|
Jeff Parsons
|
f87161f5d6
|
v1.32.0: The New Year Release
|
2016-12-30 15:56:01 -08:00 |
|
Jeff Parsons
|
d8f0e64329
|
Merge the last set of changes from the gh-pages branch
|
2016-12-04 11:31:03 -08:00 |
|
Jeff Parsons
|
27c41ebb94
|
Assorted README updates
|
2016-12-01 22:23:24 -08:00 |
|
Jeff
|
d94ae4c655
|
Sync with gh-pages branch
|
2016-11-13 16:14:22 -08:00 |
|
Jeff Parsons
|
181229833e
|
Synced with website updates
|
2016-10-22 10:31:44 -07:00 |
|
Jeff Parsons
|
6d8386dc63
|
Added more DEC BASIC resources
|
2016-10-22 09:03:30 -07:00 |
|
Jeff Parsons
|
d3d847a86c
|
More README updates
|
2016-10-20 15:43:58 -07:00 |
|
Jeff
|
e24d507aa2
|
Removed useless version numbers and dates from .js file headers
|
2016-10-06 16:22:24 -07:00 |
|
Jeff
|
21b4fe4942
|
Renamed PDP11js to PDPjs (mostly a cosmetic change, except for the versions directory, and less of a mouthful)
|
2016-10-05 17:43:46 -07:00 |
|
Jeff
|
321f089f76
|
Updated PDP-11 READMEs
|
2016-10-05 16:55:26 -07:00 |
|
Jeff
|
a254abc7dc
|
SRC operands must be fetched before DST operands
|
2016-10-03 16:50:39 -07:00 |
|
Jeff Parsons
|
ce87a1f79b
|
Updated README
|
2016-09-13 18:08:32 -07:00 |
|
Jeff Parsons
|
db533b5655
|
Added some info to the README about the state of the JavaScript-based Closure Compiler
|
2016-09-13 16:08:31 -07:00 |
|
Jeff Parsons
|
6863c6bdb4
|
Added some info to the README about the current (incomplete) state of Gulp support
|
2016-09-13 15:49:18 -07:00 |
|
Jeff Parsons
|
6322e770cd
|
Updated assorted PCjs references
|
2016-09-06 11:14:16 -07:00 |
|
Jeff Parsons
|
850b9a9af9
|
Main README update
|
2016-09-06 10:10:59 -07:00 |
|
Jeff Parsons
|
d3e29eb851
|
Make it clear that the /versions folder contains *compiled* versions of the emulators
|
2016-08-24 14:30:29 -07:00 |
|
Jeff Parsons
|
f67535c1aa
|
Fixed some README links
|
2016-08-21 09:06:07 -07:00 |
|
Jeff Parsons
|
d64a5c15be
|
Fixed some README links
|
2016-08-21 09:02:54 -07:00 |
|
Jeff Parsons
|
148c5a2749
|
Fixed some README links
|
2016-08-21 08:57:54 -07:00 |
|
Jeff Parsons
|
f0509bc5d1
|
Successfully running PCx86 and PC8080 machines on the same page now
|
2016-08-18 10:29:24 -07:00 |
|
Jeff Parsons
|
9d289b54da
|
Dual (connected) terminal configs should be working better, now that both transmitted and received data is clocked according to their respective baud rates
|
2016-08-17 15:42:02 -07:00 |
|
Jeff Parsons
|
a6376d3e8b
|
Fixed LOCAL/ONLINE LED
|
2016-08-14 22:05:59 -07:00 |
|
Jeff Parsons
|
e9fe6515ab
|
Updated README
|
2016-08-14 13:33:01 -07:00 |
|
Jeff Parsons
|
10ea663774
|
Updated README
|
2016-08-09 11:52:49 -07:00 |
|
Jeff Parsons
|
54dfaf73e4
|
Updated README regarding gh-pages branch
|
2016-07-25 09:42:46 -07:00 |
|
Jeff Parsons
|
29f2fa9132
|
Starting on v1.23.1
|
2016-05-25 08:00:24 -07:00 |
|
Jeff Parsons
|
5e11df7999
|
README updates
|
2016-05-23 14:57:14 -07:00 |
|
Jeff Parsons
|
7bfc81a286
|
More README updates
|
2016-05-19 20:35:53 -07:00 |
|
Jeff Parsons
|
ab1d25c289
|
More README cleanup
|
2016-05-19 20:10:09 -07:00 |
|
Jeff Parsons
|
eaeb3df868
|
README updates
|
2016-05-19 13:37:59 -07:00 |
|
Jeff Parsons
|
9335ad3a54
|
And even more PCjs/PCx86 disambiguation
|
2016-05-18 22:18:07 -07:00 |
|
Jeff Parsons
|
a1e999e0c4
|
More PCjs/PCx86 disambiguation
|
2016-05-17 00:04:51 -07:00 |
|
Jeff Parsons
|
288f28055d
|
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 |
|
Jeff Parsons
|
913425791e
|
More README updates
|
2016-05-04 15:46:12 -07:00 |
|