Commit graph pcjs/apps
Author SHA1 Message Date
Jeff Parsons
7a871ee7a1 Fixed default keystroke injection delay 2017-09-24 18:33:54 -07:00
Jeff Parsons
22728fb7e9 v1.37.1: Fixed a CPU bug wherein resetting a running CPU could result in multiple runCPU() timeout handlers being created (there should never be more than one outstanding runCPU() setTimeout request); also modified the Keyboard component to use a CPU-driven timer instead of setTimeout() for keystroke injection, so that stopping/starting the CPU won't interfere with the injection process 2017-09-24 18:11:44 -07:00
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
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
73bcb543fd Start using HTTPS to access all archived files 2017-08-23 20:20:17 -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
eb79d0e87e Working on version 1.36.1 2017-08-07 19:33:26 -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
56825a554e Updated Lotus 1-2-3 Release 1A READMEs 2017-07-09 10:16:16 -07:00
Jeff Parsons
a1b53f3edd Updated state files with new disk image checksums 2017-07-06 14:51:35 -07:00
Jeff Parsons
3aa78a06b9 A couple of Logitech Modula-2 page corrections 2017-07-04 07:23:45 -07:00
Jeff Parsons
6842a5a383 Added Leather Goddesses of Phobos to the app demos 2017-07-03 22:45:23 -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
b70db39e13 Added autoType to the DONKEY pages, in case the machines get reset 2017-06-30 12:12:02 -07:00
Jeff Parsons
965def0bd6 Updated the "Adventures in Math" README 2017-06-28 22:50:03 -07:00
Jeff Parsons
1de0f90c55 Updated the "Adventures in Math" README 2017-06-28 21:38:05 -07:00
Jeff Parsons
795c68b1b4 Updated the "Adventures in Math" README 2017-06-28 21:29:58 -07:00
Jeff Parsons
51f8440e9b More diagnostic output improvements 2017-06-28 17:51:15 -07:00
Jeff Parsons
0ec54f6da4 Started work on v1.35.2 2017-06-27 12:01:19 -07:00
Jeff Parsons
c20fe69872 More attempts to clean-up and reduce spurious alerts 2017-06-27 10:32:30 -07:00
Jeff Parsons
5baa1f53ce Added more ROGUE documentation 2017-06-26 14:44:22 -07:00
Jeff Parsons
85b001dede Added more ROGUE documentation 2017-06-26 14:18:53 -07:00
Jeff Parsons
1dc0564725 Added more ROGUE info 2017-06-26 12:44:12 -07:00
Jeff Parsons
80cf6953d9 Updated information on Adventures in Math (1983) 2017-06-26 07:47:19 -07:00
Jeff Parsons
74617db812 Added DiskDump option to create mountable albeit unbootable disks: --forceBPB 2017-06-26 00:10:47 -07:00
Jeff Parsons
5084c0f24e Assorted application README updates 2017-06-25 10:37:08 -07:00
Jeff Parsons
49f25f682d Assorted application updates 2017-06-25 09:16:08 -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
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
69f69f5b46 Migrated the 'resume' property from a hard-coded computer property to page-configurable machine property 2017-06-23 14:53:55 -07:00
Jeff Parsons
0b803b23f1 The computer's 'resume' property can now be passed in as a machine property, allowing pages to set and/or override it 2017-06-23 14:21:03 -07:00
Jeff Parsons
a0037f29c7 Updated apps README 2017-06-23 14:12:59 -07:00
Jeff Parsons
814061e9fe Updated VisiCalc page to use current date if the machine is reset 2017-06-23 14:11:02 -07:00
Jeff Parsons
2f1ab7df40 Added SuperCalc to list of app demos 2017-06-23 12:28:36 -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
115f3eb9bf Assigned more machines with saved state unique IDs 2017-06-22 19:46:43 -07:00
Jeff Parsons
88b9fe2334 The VisiCalc machine state had to be updated after changing the machine's ID 2017-06-22 19:26:00 -07:00
Jeff Parsons
c4fb87c7d0 Assign the VisiCalc machine a unique ID 2017-06-22 18:26:29 -07:00
Jeff Parsons
1017f9becd Software README updates 2017-06-22 12:56:19 -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
52ef31c0f3 Website README updates 2017-06-21 16:18:21 -07:00
Jeff Parsons
1fd2b8e0f3 Disk README updates 2017-06-21 16:12:28 -07:00
Jeff Parsons
6fd2a3bcb6 Started work on v1.35.1 2017-06-21 11:18:02 -07:00
Jeff Parsons
921fe75d7d autoType sequences no longer require double backslashes 2017-06-21 10:48:31 -07:00
Jeff Parsons
5e0e5b7256 Updated the VisiCalc demo with an autoType sequence, a fresh disk image, new state file, and reference cards; also, updated autoType support to cancel autoType if a saved machine state is loaded 2017-06-19 08:48:10 -07:00
Jeff Parsons
dbc21c3d85 autoType sequences must continue using double-backslashes for escaped characters 2017-06-17 11:23:38 -07:00