From fd47f6a5025e8a2b284300e7822021e972bd864c Mon Sep 17 00:00:00 2001 From: Dennis Brown Date: Fri, 10 Mar 2017 15:33:01 -0600 Subject: [PATCH] update readme --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index badd777..ce74bd7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 6502 Simulator Desktop Edition One of the best systems to start learning Assembly is with the old but amazing 8-bit Commodore 64. -Thanks to Nick Morgan, creator of the [Easy 6502 and Easy 6502 tutorial with simulator](http://skilldrick.github.io/easy6502/), you can learn assembly very easily! +Thanks to [Nick Morgan](https://twitter.com/skilldrick), creator of the [Easy 6502 and Easy 6502 tutorial with simulator](http://skilldrick.github.io/easy6502/), you can learn assembly very easily! What would make it even easier is having your own Desktop 6502 Simulator to use. So to help make that happen I went ahead and did exactly that. While I am not finished it is usable, and I plan to do whatever I can to @@ -19,9 +19,13 @@ First things first, clone the repository! ## ToDo List -*Test on Windows/Linux -*Build Packages for all 3 Platforms -*Make the the application integration desktop-ish (hotkeys/menu items for assemble, *debug, and other options). -*Offer a Dark Theme +* Test on Windows/Linux +* Build Packages for all 3 Platforms +* Reactive CSS with the window size +* Make the the sim integration more desktop-ish (hotkeys/menu items for assemble debug, and other options). +* Various Colored Themes +## License + +The simulator used in this Electron app was created by [Nick Morgon](https://twitter.com/skilldrick), and you can find the original code in the [6502js Repo](https://github.com/skilldrick/6502js).