From 2b70c8e3bdec6ddc8d28969a90ed66180c0321f7 Mon Sep 17 00:00:00 2001 From: Jim Drygiannakis Date: Sun, 5 Feb 2017 09:40:03 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 237bfed..aa460f2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The rest of the tests produce the correct CRC32 values. **WARNING**: This is not an ISA level emulator! As a result, it's really slow! You've been warned :) -The microcoded ROM will be used in [DLS](https://makingartstudios.itch.io/dls) to implement the instruction decoder/sequencer (if I find some time to actually finish it). +The microcoded ROM is used in an [i8080 circuit](https://github.com/jdryg/dls-schematics/tree/master/i8080) built in [DLS](https://makingartstudios.itch.io/dls) to implement the instruction decoder/sequencer. ### Output ![8080 Exerciser output](https://cdn.rawgit.com/jdryg/8080Emu/master/img/8080_exerciser_output.png)