From f934c5cdf6db9b5f892d990c0be141815db7f331 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Tue, 19 Aug 2014 22:19:39 +0200 Subject: [PATCH] Update README [ci skip] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5944f0..caf27d5 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,14 @@ The 65C02 is a updated version of the 6502. It includes some bug fixes and new i * 6502 Microprocessor, fully tested * 16-bit address bus, with attachable memory * RAM Memory + * 6551 Asynchronous Communications Interface Adapter (ACIA) ## What's not (yet) included? * Proper Golang packaging and documentation * 65C02 support * Roms - * I/O (VIA 6522, ACIA 6551) + * I/O (VIA 6522) * Batteries ## Getting started