From a873b876918ca2974aea9bba2aa929230a610207 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 7 Aug 2017 19:46:36 -0700 Subject: [PATCH] Updated the website to version 1.36.1 (the first version of PCx86 with new improved CPU-driven timer services) --- _config.yml | 2 +- _posts/2017-07-15-flicker-fakery.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 2e9f3ed31..99cad8123 100644 --- a/_config.yml +++ b/_config.yml @@ -33,7 +33,7 @@ gems: pcjs: domain: pcjs.org # whereas site.url is used for linking purposes, site.pcjs.domain is used for display purposes - version: 1.36.0 # IMPORTANT: keep pcjs.version in sync with package.json:version + version: 1.36.1 # IMPORTANT: keep pcjs.version in sync with package.json:version compiled: true # by default, the compiled pcjs.version scripts will be used (eg, pcx86.js or pcx86-dbg.js) c1p_scripts: # if pcjs.compiled is false, the following scripts will be included instead, in the order listed - /modules/shared/lib/defines.js diff --git a/_posts/2017-07-15-flicker-fakery.md b/_posts/2017-07-15-flicker-fakery.md index 91e928344..0afe8e44c 100644 --- a/_posts/2017-07-15-flicker-fakery.md +++ b/_posts/2017-07-15-flicker-fakery.md @@ -37,9 +37,9 @@ of apps. But many emulators don't bother with: And last, and maybe also least, **FLICKERING**. -Yes, the beloved flicker of the original IBM Color Graphics Adapter, or CGA. And I'm not talking about the +Yes, the beloved flicker of the original IBM Color Graphics Adapter (CGA). And I'm not talking about the barely perceptible flicker produced by the CGA monitor's 60Hz refresh rate. That flicker was tolerable. In fact, -many people who didn't need either color or graphics would opt for IBM's Monochrome Display Adapter, or MDA, because +many people who didn't need either color or graphics would opt for IBM's Monochrome Display Adapter (MDA), because the green phosphor of IBM's monochrome monitor had such high persistence that the 60Hz refresh rate was virtually imperceptible.