From 08b85a186e37df5f98bee41a3aa233bd4c8ec486 Mon Sep 17 00:00:00 2001 From: Amber Date: Thu, 21 Aug 2025 15:59:04 -0400 Subject: [PATCH] remove old data from docs/ --- docs/74ls612.txt | 6 ------ docs/{README.MD => README.md} | 1 - 2 files changed, 7 deletions(-) delete mode 100644 docs/74ls612.txt rename docs/{README.MD => README.md} (79%) diff --git a/docs/74ls612.txt b/docs/74ls612.txt deleted file mode 100644 index 1924c1e..0000000 --- a/docs/74ls612.txt +++ /dev/null @@ -1,6 +0,0 @@ -TTL devices can handle CMOS input. HD6309 -> 74LS612 -CMOS devices may or may not handle TTL input. 74LS612 -> peripherals - -62256 SRAM, 28C256 EEPROM, 16550 UART all handle TTL input. -82C42 lists it's outputs as TTL compatible, but says nothing for inputs. -Must ensure all peripherals are rated for TTL input. diff --git a/docs/README.MD b/docs/README.md similarity index 79% rename from docs/README.MD rename to docs/README.md index bb376cb..d698921 100644 --- a/docs/README.MD +++ b/docs/README.md @@ -3,7 +3,6 @@ File descriptions: - links.txt contains useful links i would like to keep -- 6809-sn74ls612_timing.md contains notes on the mmu and cpu interface - tech-spec.md contains basic info on layout of system (outdated) - timing.html contains info on vga timing pulled from https://martin.hinner.info/vga/timing.html - vga_ram.txt contains notes on ram size for the vga card