From aa43a328f31231c7df72a91261370e29fa72b3bf Mon Sep 17 00:00:00 2001 From: jimmystones Date: Tue, 29 Jun 2021 22:57:43 +0100 Subject: [PATCH] Update README.MD --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index dce164b..34e3e5b 100644 --- a/README.MD +++ b/README.MD @@ -10,8 +10,8 @@ A simple bespoke (i.e. I made it up with no real plan) 8-bit system with a 40x30 ### Components - Z80 CPU (tv80 by Guy Hutchison, based on VHDL T80 core by Daniel Wallner) - - jtframe_vtimer for VGA timing (from JTFRAME by Jotego) - - jtframe_cen24 for clockenables (from JTFRAME by Jotego) + - jtframe_vtimer for VGA timing (from JTFRAME (https://github.com/jotego/jtframe) by Jotego) + - jtframe_cen24 for clock enables (from JTFRAME (https://github.com/jotego/jtframe) by Jotego) - 16Kb program ROM (port 1 cpu, port 2 download) - 16Kb work RAM (port 1 cpu) - 2Kb character ROM (port 1 cpu, port 2 download)