diff --git a/Home.md b/Home.md index 0cb9a5a..625ce09 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,6 @@ ### Overview -This project is an open-source In-Circuit Emulator for the 6502, 65C02, Z80, 6809 and 6809E 8-bit processors, using an off-the-shelf programmable hardware device, called a GODIL, that can be purchased here for just over $50. The device plugs into your CPU socket, replacing the CPU, and you can control it over a serial connection to debug your software or hardware. +This project is an open-source _in-circuit emulator_ for the 6502, 65C02, Z80, 6809 and 6809E 8-bit processors, built using an off-the-shelf programmable hardware device called a GODIL that can be purchased for just over $50. The device plugs into your CPU socket, replacing the CPU, and you can control it over a serial connection to debug your software or hardware. ### What is In Circuit Emulation?