Some bits and bobs regarding the Tiger Learning Computer, sort of an Apple IIe packaged by Tiger Electronics in 1996
Go to file
David Schmidt 28e6bbd0fa Add Peter Ferrie's disassembly of ProDOS Slot 6
Signed-off-by: David Schmidt <1110325+david-schmidt@users.noreply.github.com>
2023-10-16 10:06:02 -04:00
build Add prototype code to bigbang at the joystick port (#2) 2023-09-26 00:47:49 -04:00
doc Update open picture 2023-10-03 10:11:20 -04:00
file Add assets for DOS and ProDOS RAM disks 2023-10-15 02:14:14 -04:00
rom Updates for banked ROM 2020-06-08 17:40:55 -04:00
src Add Peter Ferrie's disassembly of ProDOS Slot 6 2023-10-16 10:06:02 -04:00
.gitignore Use common monitor labels 2023-09-19 12:41:51 -04:00
README.md Link to the wiki 2023-10-09 16:56:26 -04:00

README.md

tlc-apple2

04TLCOpen2

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.

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.

Continue to TLC Wiki...