From d0b89bf258d733b30ea8cd0e2fa522708c1eeee9 Mon Sep 17 00:00:00 2001 From: Matt Laux Date: Tue, 16 Apr 2019 01:49:55 -0500 Subject: [PATCH] add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bde8f42 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# gb6 + +This is going to be a Game Boy emulator targeting 68k Macs running System 6 +or newer. Right now I'm working on the non-Mac-specific parts of the +emulator - eventually I'll integrate the UI I developed the last time I +attempted this project (which is sitting on a floppy somewhere). + +Compile with [Retro68](https://github.com/autc04/Retro68) +