diff --git a/README.md b/README.md index d085015..dcbe217 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ It's made up of two parts. `6502-contoller` is an Arduino firmware for interacti with the 6502 and `6502-loader` is a python script to interact with the Arduino. ![test setup with Nucleo F401RE](test-setup.jpg "Test Setup") +![6502-loader in action!](in-action.png "6502-loader in action!") ## 6502-contoller This Arduino firmware started off fairly similarly to Ben's monitor firmware but I diff --git a/in-action.png b/in-action.png new file mode 100644 index 0000000..ca61ffc Binary files /dev/null and b/in-action.png differ