1
0
mirror of https://github.com/pkimpel/retro-220.git synced 2026-02-27 17:13:08 +00:00
Files
pkimpel.retro-220/emulator/B220Version.js
Paul Kimpel cc8fd9123b Implement cursor for Teletype output.
Also:
. Implement separate B220Version module.
. Correct 220 internal code to ANSI translate table in
B220ControlConsole.js.
. Correct minor typos in comments.
2022-06-30 12:19:06 -07:00

18 lines
667 B
JavaScript

/***********************************************************************
* retro-220/emulator B220Version.js
************************************************************************
* Copyright (c) 2022, Paul Kimpel.
* Licensed under the MIT License, see
* http://www.opensource.org/licenses/mit-license.php
************************************************************************
* Global emulator version.
************************************************************************
* 2022-06-30 P.Kimpel
* Original version.
***********************************************************************/
function B220Version() {
};
B220Version.version = "1.05";