Updated Home (markdown)

David Banks 2016-07-15 16:50:08 +01:00
parent 5ad98bfbfc
commit 635e7cafee

@ -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?