From 4e0347eca2de875b3a00c6e76ecc596879f7befb Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Thu, 2 Sep 2021 17:45:34 -0700 Subject: [PATCH] Add Z80 library for the Arduino Mega (#454) Source repository: https://github.com/jkingsman/Z80Mega --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 52a5a698..c6df0c50 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4203,3 +4203,4 @@ https://github.com/natnqweb/Motor_PID https://github.com/natnqweb/Simpletimer https://github.com/natnqweb/SD_card_logger https://github.com/francobasaglia/MagicPot +https://github.com/jkingsman/Z80Mega