From acfaa8a7fe280ebac3e956f19ce37e0413b7acf1 Mon Sep 17 00:00:00 2001 From: Christer C Date: Fri, 19 Feb 2021 22:27:15 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37320896..ba7166c5 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ What it (currently) does/is - Can load an assembled 6502 program binary and execute it - Passes this [Functional 6502 test program](https://github.com/Klaus2m5/6502_65C02_functional_tests) - Monitor (rudimentary) +- Example code on how to display text/colors generated by 6502 code in the emulator in a window running in the host. - **_A programming excerise, that may or may not turn into something more_** What's (currently) missing -- A way for input/output other than loading files to memory and inspecting memory after execution - Decimal mode (Binary Coded Decimal) calculcations - Support for unofficial opcodes