Jeff Parsons
|
2577e83360
|
Merge branch 'master' into gh-pages
# Conflicts:
# _posts/2017-01-31-completing-the-switch-to-es6-classes.md
|
2017-01-31 22:24:27 -08:00 |
|
Jeff Parsons
|
ca8095d12c
|
Fold the latest gh-pages blog post back into the next-release branch
|
2017-01-31 16:36:45 -08:00 |
|
Jeff Parsons
|
6902e139e6
|
Merge branch 'master' into gh-pages
# Conflicts:
# modules/shared/es6/netlib.js
|
2017-01-31 15:54:09 -08:00 |
|
Jeff Parsons
|
822ab39cbe
|
Unforked the shared modules -- ES6 is now the default
|
2017-01-31 13:50:55 -08:00 |
|
Jeff Parsons
|
60ed3b8826
|
Merge branch 'master' into gh-pages
|
2017-01-04 10:38:12 -08:00 |
|
Jeff Parsons
|
d7d7ab2244
|
Make the tutorial demo a bit more useful
|
2017-01-04 10:37:47 -08:00 |
|
Jeff Parsons
|
80779fbab2
|
Merge branch 'master' into gh-pages
# Conflicts:
# _posts/2017-01-03-pdp-11-tutorials.md
|
2017-01-03 17:30:58 -08:00 |
|
Jeff Parsons
|
43bec5fd03
|
Final tweaks to initial sticky machine demo
|
2017-01-03 17:28:35 -08:00 |
|
Jeff Parsons
|
35eb925f62
|
Sticky machine and machine command controls are implemented in Jekyll now, too
|
2017-01-03 16:31:08 -08:00 |
|
Jeff Parsons
|
6f36583704
|
Added support for machine command links to assist in the creation of online tutorials; however, the commandMachine() function isn't wired to anything yet, and this only works with the Node web server (updating the Jekyll environment is next)
|
2017-01-03 10:58:25 -08:00 |
|
Jeff Parsons
|
0eccf30d3c
|
Support for sticky machines when using the Node web server (so that we have parity between the Node and Jekyll web environments)
|
2017-01-02 23:21:16 -08:00 |
|
Jeff Parsons
|
cdabaafaf1
|
Simplified access to controller definitions using class constants
|
2017-01-01 22:20:42 -08:00 |
|
Jeff Parsons
|
64d3db5fc0
|
Typos
|
2016-12-31 00:22:43 -08:00 |
|
Jeff Parsons
|
7977320077
|
Typos
|
2016-12-31 00:19:09 -08:00 |
|
Jeff Parsons
|
af98320761
|
Final blog post of 2016
|
2016-12-31 00:07:07 -08:00 |
|
Jeff Parsons
|
ded8f15e86
|
Make component/script names match XML device names (specifically, serial and parallel, which used to be serialport and parallelport)
|
2016-12-29 13:21:22 -08:00 |
|
Jeff Parsons
|
85c7d0151c
|
Updated 11/70 CPU Exerciser machine
|
2016-12-04 11:51:41 -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
|
af4bc7c8bb
|
For side-by-side machine layouts, use dedicated left and right machine.xml files (my hard-coded solution for now)
|
2016-12-03 16:55:37 -08:00 |
|
Jeff Parsons
|
b54253acf9
|
Numerous changes to make paper tape configurations more consistent with disk configurations. This allows all devices to share the machine-wide "autoMount" configuration object, now that the PC11 has a proper device name ("PTR"), making its properties distinguishable from those for RK11 and RL11 drives (eg, "RK0", "RL0", etc). And all the tape/disk components now use "Load" functions to connect a tape or disk to a device ("Attach" is deprecated). And finally, all tape/disk components now support operations to deposit their media directly into memory -- although in this case, the names of the operations are necessarily different: "Read" for tape images, "Boot" for disk images. The difference is partly historical convention but also reflects the fact that a "Boot" operation is more limited: paper tapes were designed to be completely loaded into memory, whereas bootable disks are designed for only the first sector to be loaded and executed. Also, paper tape images are now flagged as non-auto-starting, because they often require some user action (eg, loading another tape, setting some switches, etc), whereas disk boot sectors are flagged as auto-starting (see the fStart parameter of the loadImage() interface in the RAM component).
|
2016-12-03 14:49:51 -08:00 |
|
Jeff Parsons
|
f70f1f3d97
|
Isolated some PDP-11/20-specific behavior to that model
|
2016-11-21 09:42:20 -08:00 |
|
Jeff Parsons
|
f64b4fe110
|
Pulled the blog posts into the other branches
|
2016-11-21 08:51:17 -08:00 |
|
Jeff Parsons
|
af4e3497c1
|
Removing GitHub Pages files from the development branches
|
2016-07-25 10:21:46 -07:00 |
|
Jeff Parsons
|
d29ef36ea1
|
Link updates
|
2016-05-23 14:14:42 -07:00 |
|
Jeff Parsons
|
a54d5564a7
|
README and JSON updates
|
2016-05-23 13:16:25 -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
|
524ffbc0cb
|
More README updates
|
2016-05-04 14:03:45 -07:00 |
|
Jeff Parsons
|
31ed4d8da5
|
Blog post updates
|
2016-05-04 12:14:11 -07:00 |
|
Jeff Parsons
|
1da4636e1d
|
New blog post: The Sharpening
|
2016-05-04 09:15:15 -07:00 |
|
Jeff Parsons
|
e9099c6d38
|
Rounded out the PC8080 portion of the tree
|
2016-05-01 15:12:52 -07:00 |
|
Jeff Parsons
|
8c5ab8d73b
|
Clean up the CPU/ChipSet interface, and get the PC8080 Video component ready to actually do something
|
2016-05-01 10:13:43 -07:00 |
|
Jeff Parsons
|
ecf76e0904
|
Clarified some disk names, and cleaned up the XSL generation process
|
2016-04-30 11:43:22 -07:00 |
|
Jeff Parsons
|
80879eb7af
|
Fit ENHDEBUG in /disks/pc/tools/misc on a 360Kb disk, using: diskdump --path="enhdebug/archive/DEBUG.COM;DEBUG.TXT;README.TXT;HISTORY.TXT;LICENSE" --label=ENHDEBUG --output=enhdebug/ENHDEBUG.json --format=json --overwrite --manifest
|
2016-04-30 11:13:28 -07:00 |
|
Jeff Parsons
|
69c6c074f9
|
Blog post
|
2016-04-30 08:33:26 -07:00 |
|
Jeff Parsons
|
217c0c0f49
|
Updated BIOS and BASIC information
|
2016-04-17 08:49:37 -07:00 |
|
Jeff Parsons
|
f388a6cd85
|
More README updates
|
2016-04-12 15:26:28 -07:00 |
|
Jeff Parsons
|
5072a27292
|
Simplified ROM folder structure
|
2016-03-20 11:38:38 -07:00 |
|
Jeff Parsons
|
f9549432ef
|
README updates
|
2016-03-16 16:27:07 -07:00 |
|
Jeff Parsons
|
87e275b5f1
|
Blog edits
|
2016-03-16 15:13:18 -07:00 |
|
Jeff Parsons
|
fcab095fa0
|
Fixed broken links
|
2016-03-13 20:05:13 -07:00 |
|
Jeff Parsons
|
b19af7d5b6
|
More demos
|
2016-03-12 15:30:08 -08:00 |
|
Jeff Parsons
|
e64f94dee7
|
More demos
|
2016-03-12 15:26:45 -08:00 |
|
Jeff Parsons
|
0eddbd05a3
|
Fixed CGA graphics modes on VGA cards
|
2016-03-12 13:33:21 -08:00 |
|
Jeff Parsons
|
00d1201425
|
PC-DOS information updates
|
2016-03-11 11:51:17 -08:00 |
|
Jeff Parsons
|
e7af22837b
|
Reorganized hard disks
|
2016-03-10 07:58:35 -08:00 |
|
Jeff Parsons
|
e9e7ccf6f2
|
Support for overriding machine hard drive(s)
|
2016-03-10 00:54:34 -08:00 |
|
Jeff Parsons
|
0735ea8186
|
Blog update
|
2016-03-09 14:22:26 -08:00 |
|
Jeff Parsons
|
7663b061f7
|
Typo
|
2016-03-08 18:05:18 -08:00 |
|
Jeff Parsons
|
841fbfdd9e
|
New (touching) blog post
|
2016-03-06 10:56:11 -08:00 |
|
Jeff Parsons
|
7ca64fcea5
|
Added more demos and support for mixed-case properties (including a new 'debugger' property in Markdown files)
|
2016-03-05 18:09:41 -08:00 |
|