tlc-apple2/README.md

19 lines
861 B
Markdown
Raw Permalink Normal View History

2020-06-04 15:32:14 +00:00
# tlc-apple2
2020-06-04 17:27:16 +00:00
2023-09-17 17:21:34 +00:00
<!-- ![Image of the TLC](https://github.com/david-schmidt/tlc-apple2/blob/master/doc/images/01TLC.png) -->
2023-10-03 14:12:14 +00:00
![04TLCOpen2](/doc/images/04TLCOpen2.jpg)
2020-06-04 17:27:16 +00:00
2020-06-04 15:32:14 +00:00
Some bits and bobs regarding the Tiger Learning Computer.
The TLC was a "toy" computer that had an Apple IIe at its core.
There was a UI that would come up by default that was an early,
proprietary windowing system that was little more than a program launcher.
The TLC can be booted and you can get into Applesoft BASIC without any problem.
The problem is that I/O is pretty difficult. No one with one of these
machines has come forward with the ability to get anything into or out of the
existing serial port.
2023-10-09 20:56:26 +00:00
The goal: get data into and out of the TLC machine. Hard to do without functional I/O. Well, now - we have functional I/O.
2020-06-04 15:32:14 +00:00
2023-10-09 20:56:26 +00:00
[Continue to TLC Wiki...](../../wiki)