diff --git a/_config.yml b/_config.yml index e96ac2a62..4b36d20d5 100644 --- a/_config.yml +++ b/_config.yml @@ -32,7 +32,7 @@ gems: pcjs: domain: pcjs.org # whereas site.url is used for linking purposes, site.pcjs.domain is used for display purposes - version: 1.24.0 # IMPORTANT: keep pcjs.version in sync with package.json:version + version: 1.24.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/2016-08-03-the-vt100-terminal.md b/_posts/2016-08-03-the-vt100-terminal.md index da68b88dc..e7fccb580 100644 --- a/_posts/2016-08-03-the-vt100-terminal.md +++ b/_posts/2016-08-03-the-vt100-terminal.md @@ -17,11 +17,9 @@ Unlike other VT100 emulators, this isn't simply an emulation of VT100 protocols. CPU emulator, along with other essential components that the CPU interacts with to control the display, keyboard, and serial port. -Most of the VT100's (non-AVO) functionality should be operational now. The VT100 screen is initialized with a test -image that displays most of the VT100 font variations, built on-the-fly from the original VT100 Character Generator ROM. -Once the VT100 "powers on", it should clear the screen and briefly display a "WAIT" message as it processes its Non-Volatile -RAM (NVR). When you see a blinking cursor, it's ready to use. Press the SET-UP key to configure the terminal, just as you -would an original VT100 terminal. +Most of the VT100's (non-AVO) functionality should be operational now. Once the VT100 "powers on," it should clear +the screen and briefly display a "WAIT" message as it processes its Non-Volatile RAM (NVR). When you see a blinking cursor, +it's ready to use. Press the SET-UP key to configure the terminal, just as you would an original VT100 terminal. For even more fun, check out the [Dual VT100 Terminals](/devices/pc8080/machine/vt100/dual/) demo.