From 46836884a5ac5e86566a75554533f4571be0c3e9 Mon Sep 17 00:00:00 2001 From: Brian Peek Date: Tue, 13 Sep 2022 22:47:19 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e4aeca..fc86b25 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ I've decided to make this public in the rare event it might help someone. -This is a very simple, likely very wrong (EP)ROM emulator using a Teensy 4.1 and the Arduino platform. It works for my purposes (emulating an EPROM for +This is a very simple, likely very wrong (EP)ROM emulator using a Teensy 4.1 and Arduino/PlatformIO. It works for my purposes (emulating an EPROM for use in an Atari Lynx EPROM cartridge), but it it is probably not the "correct" way to design hardware. I have also used it on a Game Gear EPROM cartridge, but it was not heavily tested.