Commit graph pcjs/docs/pcjs/examples/pc.js
Author SHA1 Message Date
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
f09189c121 Space Invaders works on the desktop now 2016-05-14 23:12:39 -07:00
Jeff Parsons
252fc520a4 Set imageSmoothingEnabled to false for C1Pjs (although in this case the improvement seems negligible) 2016-05-08 11:06:26 -07:00
Jeff Parsons
cf596ee224 Avoid deprecation warnings regarding image smoothing, by carefully checking for properties in order of least to most deprecatable (what a delightful process) 2016-05-04 13:16:37 -07:00
Jeff Parsons
2b6dc0153f Disk updates (including COMPAQ MS-DOS 3.00) 2016-05-04 12:46:39 -07:00
Jeff Parsons
377b9895fa PC8080 bufferRotate option appears to be working as well the screenRotate option, so when everything else is working, we can choose whichever rotation method yields the best performance 2016-05-03 13:16:07 -07:00
Jeff Parsons
c31f6222a1 Added smoothing control to both PCjs and PC8080 (setting it to false should probably be the new default)
It can be controlled with a new "smoothing" attribute on the <video> component and/or overridden with a "smoothing" URL parameter set to either "true" or "false"
2016-05-03 09:11:02 -07:00
Jeff Parsons
59b6dd3be6 Ported some PCjs drawing code to PC8080, still needs work though 2016-05-02 09:01:06 -07:00
Jeff Parsons
b04ef7e49f Try to be more consistent when referring to disks vs. drives (eg, Drive Controllers, not Disk Controllers) 2016-05-01 13:47:58 -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
5b6f6756a2 More 8080 improvements, including some initial "Fake CP/M" support 2016-04-27 08:28:52 -07:00
Jeff Parsons
978d59efbf More 8080 opcodes 2016-04-22 07:06:05 -07:00
Jeff Parsons
28e4eabd8d More PC8080 structural fixes 2016-04-20 14:02:11 -07:00
Jeff Parsons
f94409d754 Sort disk names case-insensitively 2016-04-16 16:34:25 -07:00
Jeff Parsons
af7f618821 Make "None" a special diskette entry (no longer required to be present in any disk manifest, although if it IS present, it will get sorted along with all the other disk entries) 2016-04-16 16:20:26 -07:00
Jeff Parsons
a8dd2fc830 Added Omniview 386 4.30 2016-04-16 13:04:28 -07:00
Jeff Parsons
07d4771a14 Floppy disk sets are now sorted by name (but machines can also override or disable sorting by using the new FDC "sortBy" property) 2016-04-15 18:34:06 -07:00
Jeff Parsons
84d3f0da00 Starting on v1.21.7 (with live register display fixes) 2016-04-15 12:03:18 -07:00
Jeff Parsons
426e51e999 Roll out v1.21.6 2016-04-12 10:39:53 -07:00
Jeff Parsons
cf307a46e2 Starting work on v1.21.6 2016-04-02 18:39:42 -07:00
Jeff Parsons
3b2cbcaa88 Tweaked MDA aspect ratio, and turned 40-column font scaling back on 2016-04-02 13:13:47 -07:00
Jeff Parsons
aeea1440f0 Added breadcrumbs, and UI for saving a local copy of a hard disk 2016-04-02 12:04:09 -07:00
Jeff Parsons
d50f0ebb1a Updated aspect ratio for CGA configs and added experimental 'aspect' URL parameter 2016-04-01 21:36:06 -07:00
Jeff Parsons
7a51241486 Added MDA and CGA 5170 configurations, and fixed a problem with 5170 REV2/REV3 floppy-only machines 2016-04-01 15:38:26 -07:00
Jeff Parsons
1f2d3bdc41 Display text cursor on non-zero video pages 2016-04-01 09:11:09 -07:00
Jeff Parsons
235aa58ee2 Support for 50-line mode on VGA 2016-03-31 22:02:17 -07:00
Jeff Parsons
265851d963 Fixed text-mode page flipping (needed more aggressive, but still careful, cache invalidation) 2016-03-31 14:44:40 -07:00
Jeff Parsons
e02706ab08 Move non-CPU-related update functions to the Computer component 2016-03-30 17:04:36 -07:00
Jeff Parsons
4c8381e09f Added PC-AT diagnostics disk 2016-03-28 13:20:45 -07:00
Jeff Parsons
9b26da2d97 Eliminated bogus prompt when mounting a local disk image 2016-03-25 21:32:05 -07:00
Jeff Parsons
c3ad7d4f10 Working on next version 2016-03-23 17:51:31 -07:00
Jeff Parsons
6335d940d2 Version bump 2016-03-23 17:24:35 -07:00
Jeff Parsons
2db934a99f Disk library updates 2016-03-23 16:53:13 -07:00
Jeff Parsons
fec1440718 Fixed AT&T 6300 keyboard controller 2016-03-22 22:27:56 -07:00
Jeff Parsons
f94467168d Cleaned up segment zeroing rules and added Windows 95 debugger configuration 2016-03-21 14:36:38 -07:00
Jeff Parsons
c5b8b44da8 Added AT&T 6300 resources 2016-03-20 16:24:34 -07:00
Jeff Parsons
41d073ddba Columbia Data Products MPC 1600 works, but the Zenith Z-150 does not 2016-03-19 17:19:14 -07:00
Jeff Parsons
6c6decc7ae Stricter instruction restart checks, and some machine config cleanup 2016-03-18 15:46:32 -07:00
Jeff Parsons
418d0910f5 First stab at getting an MPC 1600 to run 2016-03-18 11:19:54 -07:00
Jeff Parsons
7b362302a0 Scaffolding in place for keyboard KED and rate commands (enough to make OS/2 1.1 happy) 2016-03-17 15:18:09 -07:00
Jeff Parsons
87e275b5f1 Blog edits 2016-03-16 15:13:18 -07:00
Jeff Parsons
0eddbd05a3 Fixed CGA graphics modes on VGA cards 2016-03-12 13:33:21 -08:00
Jeff Parsons
e9e7ccf6f2 Support for overriding machine hard drive(s) 2016-03-10 00:54:34 -08:00
Jeff Parsons
d27908ffa0 Added page IDs: replace.js '(\[<img )(.*"Page )([0-9]+)(.*)' '$1id="page-$3" $2$3$4' --include='*.md' 2016-03-09 11:16:07 -08:00
Jeff Parsons
81c4b61522 Re-enable PREFTECH, fix IP limit checking, and restore support for autoMount overrides 2016-03-09 09:47:17 -08:00
Jeff Parsons
7953383fa9 Fixed new modRM decoders 2016-03-08 16:39:10 -08:00
Jeff Parsons
22b9695f25 Compiled files 2016-03-07 17:26:05 -08:00
Jeff Parsons
49ca936a18 Slimmed-down ModRegRM decoding (at some potential performance cost) 2016-03-07 15:34:28 -08:00
Jeff Parsons
216d9c081d Merge branch 'master' into next-release 2016-03-06 11:23:54 -08:00
Jeff Parsons
12d4662bbf Merge branch 'master' into next-release 2016-03-06 11:22:47 -08:00