From bab0977e7a57b24a7e509f6d3d1dc01d464a9268 Mon Sep 17 00:00:00 2001 From: Brian Peek Date: Tue, 13 Sep 2022 22:42:43 -0700 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6e4aeca --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# EPROMEmu + +**!! WARNING: I have no idea what I'm doing !!** + +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 +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. + +Please take caution with using anything you see here. It's my first time using KiCad, my first time designing a PCB, and my first time creating hardware. Again, +it works for my purposes, but perhaps it'll burn your house down. + +Enjoy!