From cce6e4aa972b08cef988736e044175f911fccc86 Mon Sep 17 00:00:00 2001 From: David Schmidt <1110325+david-schmidt@users.noreply.github.com> Date: Thu, 4 Jun 2020 18:33:19 -0400 Subject: [PATCH 1/3] Typo cowreckeded --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac6282f..dd2751f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 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 the ROM data of the TLC out of the machine. Hard to do with funcitonal I/O. +The goal: get the ROM data of the TLC out of the machine. Hard to do with functional I/O. ### Audio to the rescue @@ -41,4 +41,4 @@ gymnastics of the IIe and beyond that moved Heaven and Earth to keep the entry p * Run that audio through CiderPress, which knows how to take tape audio and reconstruct data from it * Profit -The source code to do these activities is in the `src` directory, and the resulting ROM from the Tiger Learning computer is in the `rom` directory. \ No newline at end of file +The source code to do these activities is in the `src` directory, and the resulting ROM from the Tiger Learning computer is in the `rom` directory. From 3b2bfdb7ad365526a8d581e3458760cb257a0432 Mon Sep 17 00:00:00 2001 From: David Schmidt <1110325+david-schmidt@users.noreply.github.com> Date: Thu, 4 Jun 2020 21:16:57 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd2751f..8b05fcb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 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 the ROM data of the TLC out of the machine. Hard to do with functional I/O. +The goal: get the ROM data of the TLC out of the machine. Hard to do without functional I/O. ### Audio to the rescue @@ -41,4 +41,4 @@ gymnastics of the IIe and beyond that moved Heaven and Earth to keep the entry p * Run that audio through CiderPress, which knows how to take tape audio and reconstruct data from it * Profit -The source code to do these activities is in the `src` directory, and the resulting ROM from the Tiger Learning computer is in the `rom` directory. +The source code to do these activities is in the `src` directory, and the resulting ROM from the Tiger Learning computer is in the `rom` directory. A few pictures of the machine and its on-screen interface are in `doc/images`. From 8d3a28bea233a5edf726ba4a10d92c5169d956e7 Mon Sep 17 00:00:00 2001 From: David Schmidt <1110325+david-schmidt@users.noreply.github.com> Date: Thu, 4 Jun 2020 23:23:46 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b05fcb..93536f9 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ gymnastics of the IIe and beyond that moved Heaven and Earth to keep the entry p * Type that code into the TLC's RAM and run it, dumping all non-banked ROM (`$C100-$FFFF`) * Capture the audio on a modern computer * Run that audio through CiderPress, which knows how to take tape audio and reconstruct data from it + * ??? * Profit The source code to do these activities is in the `src` directory, and the resulting ROM from the Tiger Learning computer is in the `rom` directory. A few pictures of the machine and its on-screen interface are in `doc/images`.