Updated _config.yml with new version number
This commit is contained in:
parent
cfbbd11b96
commit
6ac2dc3102
2 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue