Jeff Parsons
|
b730b915bf
|
Added some more disk configurations
|
2017-08-27 11:25:02 -07:00 |
|
Jeff Parsons
|
34bb5f2d28
|
Updated the Closure Compiler and bumped the project version number
|
2017-08-25 09:58:26 -07:00 |
|
Jeff Parsons
|
b91eaeba48
|
Started laying groundwork for more mouse hardware
|
2017-08-24 19:20:39 -07:00 |
|
Jeff Parsons
|
1961e79955
|
Updated READMEs with more demo information
|
2017-08-24 12:43:01 -07:00 |
|
Jeff Parsons
|
73bcb543fd
|
Start using HTTPS to access all archived files
|
2017-08-23 20:20:17 -07:00 |
|
Jeff Parsons
|
6820d65c2d
|
Made embedMachine() a bit more robust, so that we can easily replace a compiled debugger script ("-dbg") with an uncompiled script ("-uncompiled")
|
2017-08-16 21:40:28 -07:00 |
|
Jeff Parsons
|
159588623a
|
Fixed PCx86 "Save Machine" functionality (broken by the inclusion of source maps at the end of the compiled scripts)
|
2017-08-16 20:52:15 -07:00 |
|
Jeff Parsons
|
7f973a03b9
|
Smoothed out PCx86 dynamic CPU speed recalculation by no longer truncating the current cycle multiplier
|
2017-08-08 19:25:08 -07:00 |
|
Jeff Parsons
|
eb79d0e87e
|
Working on version 1.36.1
|
2017-08-07 19:33:26 -07:00 |
|
Jeff Parsons
|
13b0c23b0a
|
Cleaned up PC8080 cross-browser full-screen support (matches PCx86 now)
|
2017-08-03 08:42:29 -07:00 |
|
Jeff Parsons
|
aefe2b4b5b
|
Improved logging of strings with embedded carriage returns
|
2017-08-02 10:58:21 -07:00 |
|
Jeff Parsons
|
a3c252bf99
|
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 |
|
Jeff Parsons
|
d8804faba0
|
Fixed soft keyboard controls for both iOS and non-iOS browsers, and updated the TopView 1.01 page
|
2017-07-25 18:50:14 -07:00 |
|
Jeff Parsons
|
30df38738c
|
Added support for automatic scripts (ie, autoScript)
|
2017-07-25 12:52:36 -07:00 |
|
Jeff Parsons
|
fbb07ae682
|
Added the *scaleMouse* property so that host mouse coordinates can undergo an optional scaling transformation (default is 1.0)
|
2017-07-24 21:11:25 -07:00 |
|
Jeff
|
b7e424a46c
|
Found a fix for the unwanted blinking caret in Internet Explorer browsers (IE9 through IE11, the last version of IE)
|
2017-07-21 11:34:25 -07:00 |
|
Jeff Parsons
|
ec438be5c9
|
Fixed old, longstanding, and surprisingly bad bug in cleanMemory() for all machine implementations
|
2017-07-12 21:02:30 -07:00 |
|
Jeff Parsons
|
9e149dda6a
|
Added support for a new "flicker" PCx86 Video property that simulates good old-fashioned CGA flicker -- don't leave home without it!
|
2017-07-12 16:22:26 -07:00 |
|
Jeff Parsons
|
4577092917
|
Standardized on autoMount (vs. automount) and created compiled version of the PCSIG08 disk manifest (because it's huge)
|
2017-07-11 19:10:05 -07:00 |
|
Jeff Parsons
|
0bbf720c35
|
Changed DiskDump to deal better with disk images that are physically larger than the disk's logical file system (specifically, 320Kb FAT images inside 360Kb disk images, and 160Kb FAT images inside 180Kb disk images); the Lotus 1-2-3 v1.0a disks I dumped from my personal collection are the perfect example.
|
2017-07-04 13:37:58 -07:00 |
|
Jeff Parsons
|
7768f27e40
|
Added an Modula-2 demo page and a new blog post on the 1984 FantasyLand EGA demo and an EGATEST program written in Modula-2
|
2017-07-03 22:37:40 -07:00 |
|
Jeff Parsons
|
fbc0fa57d5
|
Changed diagnostics display to use fixed-width font
|
2017-06-30 13:04:24 -07:00 |
|
Jeff Parsons
|
3abd13e8ca
|
Updated COMPAQ MS-DOS READMEs, along with a few PCx86 debugger improvements
|
2017-06-30 12:03:35 -07:00 |
|
Jeff Parsons
|
061c839a33
|
The Component printBuffer should only be used by Component static functions
|
2017-06-29 08:38:02 -07:00 |
|
Jeff Parsons
|
a68e9d95c9
|
Synced with a minor change in the gh-pages branch
|
2017-06-28 18:10:46 -07:00 |
|
Jeff Parsons
|
51f8440e9b
|
More diagnostic output improvements
|
2017-06-28 17:51:15 -07:00 |
|
Jeff Parsons
|
ea82dfec93
|
A machine's screen can now be used to display initialization (diagnostic) messages, up until the Computer component is ready to power/start the CPU, at which point control of the screen reverts to the Video component
|
2017-06-28 16:24:33 -07:00 |
|
Jeff Parsons
|
2cb0be42f0
|
Setting the stage for a resource status update mechanism
|
2017-06-27 16:01:00 -07:00 |
|
Jeff Parsons
|
0ec54f6da4
|
Started work on v1.35.2
|
2017-06-27 12:01:19 -07:00 |
|
Jeff Parsons
|
49f25f682d
|
Assorted application updates
|
2017-06-25 09:16:08 -07:00 |
|
Jeff Parsons
|
113201fdb4
|
Added a cleaner solution for string replacement woes (ie, use Str.replace() instead of applying replace(/\$/g, "$$$$") to replacement strings)
|
2017-06-23 11:56:14 -07:00 |
|
Jeff Parsons
|
991e924d01
|
Added support for special autoType sequences (eg, $date and $time, which generate current date and time strings accepted by the PC-DOS date and time prompts)
|
2017-06-23 09:39:40 -07:00 |
|
Jeff Parsons
|
a16f0586f4
|
More alert suppression changes
|
2017-06-22 16:36:51 -07:00 |
|
Jeff Parsons
|
1ce03810d3
|
Added support for (attempting to) suppress alerts that are meaningless if the user has aborted a machine by exiting the page before it was done loading
|
2017-06-22 15:53:34 -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 Parsons
|
6fd2a3bcb6
|
Started work on v1.35.1
|
2017-06-21 11:18:02 -07:00 |
|
Jeff Parsons
|
b954bed327
|
Source maps should be checked in now, too
|
2017-06-21 10:51:26 -07:00 |
|
Jeff Parsons
|
921fe75d7d
|
autoType sequences no longer require double backslashes
|
2017-06-21 10:48:31 -07:00 |
|
Jeff Parsons
|
21e252b2b9
|
Updated v1.35.0 files
|
2017-06-15 16:04:10 -07:00 |
|
Jeff Parsons
|
f0f3d8fa42
|
Added v1.35.0 files
|
2017-06-15 15:12:30 -07:00 |
|
Jeff Parsons
|
3e1aa196bd
|
Added an empty 10Mb disk image formatted by PC-DOS 2.0 (currently used by one machine: 5160/cga/640kb); also fixed some issues uncovered in the process of creating the disk image (eg, a bug in the HDC's save logic when no image has been loaded), and made some fixes and optimizations in DiskDump
|
2017-06-01 15:32:17 -07:00 |
|
Jeff
|
ea95de4939
|
Fixed (or rather, band-aided) a MACRO-10 regression assembling the nested macro test (/apps/pdp10/tests/macro10/TEST.MAC)
|
2017-04-05 20:42:44 -07:00 |
|
Jeff
|
5f72f1627f
|
Updated the first PDP-10 reliability test (DAKBA)
|
2017-04-05 16:33:16 -07:00 |
|
Jeff
|
6bd24c5347
|
Fixed how index operands are assembled into PDP-10 instructions, which was an unexpectedly convoluted process (they are NOT masked to 4 bits, shifted left 18 bits, and OR'ed into the opcode; instead, they are computed as a 36-bit value whose left and right 18-bit halves are swapped and then ADDED to the opcode, which means that an instruction encoded with indexing may not end up using indexing at all, depending on where all those bits fall)
|
2017-04-05 12:38:36 -07:00 |
|
Jeff
|
d4c12c8c7a
|
Fixed the PDP-10 BLT instruction
|
2017-04-05 11:32:16 -07:00 |
|
Jeff
|
7e1fc5586e
|
Added a minor improvement to the simplistic MACRO-10 fixup support in PDPjs
|
2017-04-04 16:34:03 -07:00 |
|
Jeff
|
427e6afdb8
|
Fixed OPDEF opcode generation (improper use of bitwise operators)
|
2017-04-04 11:26:49 -07:00 |
|
Jeff
|
d28d1ee940
|
Added a few PDP-10 byte pointer fixes, along with the ability to pass MACRO-10 text directly into the MACRO-10 assembler (use the Debugger's "as" command)
|
2017-04-04 10:42:41 -07:00 |
|
Jeff
|
38f709bb7a
|
Corrected a few expression parser changes that had adversely affected other debuggers (eg, PCx86)
|
2017-04-03 16:27:52 -07:00 |
|
Jeff
|
09dc4dcb9a
|
Lots of MACRO-10 improvements, DAKAM now assembles (but does not pass)
|
2017-04-03 16:10:08 -07:00 |
|