mirror of
https://github.com/pkimpel/retro-220.git
synced 2026-02-27 17:13:08 +00:00
Also: . Implement separate B220Version module. . Correct 220 internal code to ANSI translate table in B220ControlConsole.js. . Correct minor typos in comments.
18 lines
667 B
JavaScript
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";
|