Jeff Parsons
|
b8c15b443d
|
Merge branch 'master' into gh-pages
|
2017-06-25 09:16:24 -07:00 |
|
Jeff Parsons
|
7457e4e44f
|
Changed the default page "exit" event handler from "onunload" to "pagehide" for iOS; hopefully, auto-resume machines will work better on mobile devices with that change
|
2017-06-25 08:32:27 -07:00 |
|
Jeff Parsons
|
e77e496e00
|
Merge branch 'master' into gh-pages
|
2017-06-21 10:48:49 -07:00 |
|
Jeff Parsons
|
921fe75d7d
|
autoType sequences no longer require double backslashes
|
2017-06-21 10:48:31 -07:00 |
|
Jeff Parsons
|
3d27599635
|
Merge branch 'master' into gh-pages
|
2017-06-20 10:55:50 -07:00 |
|
Jeff Parsons
|
5a92c57acd
|
Fixed the last remaining autoMount override holdouts; the new way for a page to prevent a machine from autoMount'ing a diskette in a drive is to explicitly list that drive with a diskette 'name' property of "None"; the old syntax ("autoMount: ''") was a kludge, because it was using an empty string ('') as a way of defining an empty autoMount object, and there was no way to disable autoMount'ing for just one drive.
|
2017-06-20 10:55:28 -07:00 |
|
Jeff Parsons
|
d669caf1e9
|
Merge branch 'master' into gh-pages
|
2017-06-15 16:03:26 -07:00 |
|
Jeff Parsons
|
d5b21be782
|
Updated v1.35.0 files
|
2017-06-15 16:03:05 -07:00 |
|
Jeff Parsons
|
f2582de7b6
|
Merge branch 'master' into gh-pages
|
2017-06-15 14:39:27 -07:00 |
|
Jeff Parsons
|
f6fc85e225
|
New blog post: Adventures in Archiving
|
2017-06-15 14:39:08 -07:00 |
|
Jeff Parsons
|
aa0d48aa40
|
Merge branch 'master' into gh-pages
|
2017-03-31 16:58:57 -07:00 |
|
Jeff
|
6eba847a18
|
Moved all the KA10 diagnostics into a ka10 folder
|
2017-03-31 16:57:40 -07:00 |
|
Jeff
|
2b5ab4d1a2
|
Added more PDP-10 diagnostics, all of which are passing now
|
2017-03-31 09:49:11 -07:00 |
|
Jeff
|
e9134115b1
|
Assorted README fixes
|
2017-03-28 15:33:43 -07:00 |
|
Jeff
|
e3428dd36c
|
Pick up the most recent blog updates
|
2017-03-27 19:18:05 -07:00 |
|
Jeff
|
11246faa71
|
PDPjs passes the first four PDP-10 Basic Instruction Diagnostics (finally)
|
2017-03-27 19:16:22 -07:00 |
|
Jeff Parsons
|
762411ec41
|
Merge branch 'master' into gh-pages
|
2017-03-27 19:00:27 -07:00 |
|
Jeff
|
ae30a5e93c
|
PDPjs passes the first four PDP-10 Basic Instruction Diagnostics (finally)
|
2017-03-27 19:00:10 -07:00 |
|
Jeff
|
74db853c94
|
Fixed a few blog-post line breaks
|
2017-03-27 15:12:46 -07:00 |
|
Jeff
|
c5d5916778
|
Updated website to v1.34.3
|
2017-03-27 15:00:38 -07:00 |
|
Jeff
|
5093befe4f
|
New blog post
|
2017-03-27 14:51:30 -07:00 |
|
Jeff
|
b5ca694da8
|
New blog post
|
2017-03-27 14:34:23 -07:00 |
|
Jeff
|
85fd72e6d4
|
Fixed a couple of PDP-10 opcode emulation bugs (AOBJN, AOBJP, and CMP), and rounded out the set of DEC's basic instruction diagnostics
|
2017-03-27 11:45:37 -07:00 |
|
Jeff
|
2a8c2a74d2
|
Fixed a couple of PDP-10 opcode emulation bugs (AOBJN, AOBJP, and CMP), and rounded out the set of DEC's basic instruction diagnostics
|
2017-03-27 11:44:42 -07:00 |
|
Jeff
|
dd24f4bb61
|
Added some PDP-10/MACRO-10 blog updates
|
2017-03-24 16:23:27 -07:00 |
|
Jeff
|
b3e46c1fd7
|
Added the ^L MACRO-10 unary zero-bit-counting operator, and updated the last blog post with expression parser differences (eg, interpretation of numbers with a decimal point)
|
2017-03-21 17:44:41 -07:00 |
|
Jeff
|
6ad35d2d17
|
Added the ^L MACRO-10 unary zero-bit-counting operator, and updated the last blog post with expression parser differences (eg, interpretation of numbers with a decimal point)
|
2017-03-21 17:40:37 -07:00 |
|
Jeff
|
3ae81730d8
|
Added some more clarifications to the MACRO-10 blog post
|
2017-03-21 17:09:27 -07:00 |
|
Jeff
|
a5f55574b0
|
Fixed typo in last blog post
|
2017-03-21 14:44:05 -07:00 |
|
Jeff Parsons
|
c0ffed42a4
|
Merge branch 'master' into gh-pages
|
2017-03-21 14:25:29 -07:00 |
|
Jeff
|
4d24a0ce6d
|
Updated MACRO-10 blog post
|
2017-03-21 14:25:09 -07:00 |
|
Jeff
|
a5a90a675b
|
New blog post regarding MACRO-10 support
|
2017-03-21 12:59:44 -07:00 |
|
Jeff
|
29a3f8e136
|
New blog post regarding MACRO-10 support
|
2017-03-21 12:59:02 -07:00 |
|
Jeff Parsons
|
d6ad19e2df
|
Merge branch 'master' into gh-pages
|
2017-03-21 12:49:03 -07:00 |
|
Jeff
|
127ddb88b4
|
Added the unary + operator, and cleaned up the display of values from the expression parser
|
2017-03-21 12:47:43 -07:00 |
|
Jeff Parsons
|
5f363c97b8
|
Picked up the updated blog post about the PDP-10
|
2017-02-28 19:39:49 -08:00 |
|
Jeff Parsons
|
1370563e97
|
New blog post about the PDP-10 (and added machine support for the PDP-10 to Jekyll)
|
2017-02-28 19:38:14 -08:00 |
|
Jeff Parsons
|
31122ce6d5
|
Merge branch 'master' into gh-pages
|
2017-02-28 19:16:33 -08:00 |
|
Jeff Parsons
|
13d7acc9cb
|
New blog post about the PDP-10
|
2017-02-28 19:16:21 -08:00 |
|
Jeff Parsons
|
fabbb7e4fe
|
Merge branch 'master' into gh-pages
|
2017-02-09 15:29:41 -08:00 |
|
Jeff Parsons
|
908cbf114b
|
Fixed typo
|
2017-02-09 15:29:29 -08:00 |
|
Jeff Parsons
|
6ff9aa311d
|
Updated MMU relocation test demo
|
2017-02-09 11:44:06 -08:00 |
|
Jeff Parsons
|
ee3cc07778
|
Tinkered with I/O window height
|
2017-02-09 11:41:52 -08:00 |
|
Jeff Parsons
|
b8a0b6ec81
|
Merge branch 'master' into gh-pages
|
2017-02-09 10:45:47 -08:00 |
|
Jeff Parsons
|
e5501f6f2f
|
Tinkered with I/O window height
|
2017-02-09 10:45:33 -08:00 |
|
Jeff Parsons
|
b71577adae
|
Merge branch 'master' into gh-pages
|
2017-02-08 20:34:50 -08:00 |
|
Jeff Parsons
|
b25c2dbdb7
|
Fixed a variety of broken links
|
2017-02-08 20:33:13 -08:00 |
|
Jeff Parsons
|
22ef2b8f6f
|
Merge branch 'master' into gh-pages
|
2017-02-08 11:06:56 -08:00 |
|
Jeff Parsons
|
f35ed53a44
|
Moved large disks to archive.pcjs.org
|
2017-02-08 11:06:29 -08:00 |
|
Jeff Parsons
|
536196d236
|
Merge branch 'master' into gh-pages
|
2017-02-07 17:58:01 -08:00 |
|