Updated _config.yml with new version number

This commit is contained in:
Jeff Parsons 2016-08-23 22:59:37 -07:00
commit 6ac2dc3102
2 changed files with 4 additions and 6 deletions

View file

@ -32,7 +32,7 @@ gems:
pcjs: pcjs:
domain: pcjs.org # whereas site.url is used for linking purposes, site.pcjs.domain is used for display purposes 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) 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 c1p_scripts: # if pcjs.compiled is false, the following scripts will be included instead, in the order listed
- /modules/shared/lib/defines.js - /modules/shared/lib/defines.js

View file

@ -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 CPU emulator, along with other essential components that the CPU interacts with to control the display, keyboard, and
serial port. serial port.
Most of the VT100's (non-AVO) functionality should be operational now. The VT100 screen is initialized with a test Most of the VT100's (non-AVO) functionality should be operational now. Once the VT100 "powers on," it should clear
image that displays most of the VT100 font variations, built on-the-fly from the original VT100 Character Generator ROM. the screen and briefly display a "WAIT" message as it processes its Non-Volatile RAM (NVR). When you see a blinking cursor,
Once the VT100 "powers on", it should clear the screen and briefly display a "WAIT" message as it processes its Non-Volatile it's ready to use. Press the SET-UP key to configure the terminal, just as you would an original VT100 terminal.
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. For even more fun, check out the [Dual VT100 Terminals](/devices/pc8080/machine/vt100/dual/) demo.