mirror of
https://github.com/pkimpel/retro-220.git
synced 2026-01-13 15:18:24 +00:00
1. Initial Cardatron implementation with CardatronInput (card reader). 2. Implement default Pi demo program at address 0300. 3. Implement WINTER.PI card-load deck to boot from card reader 1 and run at address 0500. 4. Fix syntax typos in tools/BAC-Assembler.html.
35 lines
1.4 KiB
HTML
35 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>retro-220 Cardatron Control Unit</title>
|
|
<!--
|
|
/***********************************************************************
|
|
* retro-220/webUI B220CardatronControl.html
|
|
************************************************************************
|
|
* Copyright (c) 2017, Paul Kimpel.
|
|
* Licensed under the MIT License, see
|
|
* http://www.opensource.org/licenses/mit-license.php
|
|
************************************************************************
|
|
* Burroughs 220 Cardatron Control page.
|
|
************************************************************************
|
|
* 2017-05-19 P.Kimpel
|
|
* Original version, from retro-205 D205CardatronControl.html.
|
|
***********************************************************************/
|
|
-->
|
|
<meta name="Author" content="Paul Kimpel">
|
|
<meta http-equiv="Content-Script-Type" content="text/javascript">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<link id=defaultStyleSheet rel=stylesheet type="text/css" href="B220Common.css">
|
|
<link id=consoleStyleSheet rel=stylesheet type="text/css" href="B220CardatronControl.css">
|
|
</head>
|
|
|
|
<body id=cardatronControlBody>
|
|
<div id=PanelSurface class=panelSurface>
|
|
<div id=ControlPanel class=panelDiv>
|
|
<div id=ClearBtn class=redButton1> </div>
|
|
<div id=ClearBtnCaption class=caption>CLEAR</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |