typo fix
authorJustin Wind <justin.wind@gmail.com>
Sat, 5 May 2012 18:47:56 +0000 (11:47 -0700)
committerJustin Wind <justin.wind@gmail.com>
Sat, 5 May 2012 18:47:56 +0000 (11:47 -0700)
README

diff --git a/README b/README
index dedc1a573a51278aa0a51b7c07c2c8c4c5a2bce0..7ba0bff4e30e3ca5aa9617b50cd4142b0fc4643a 100644 (file)
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ This is an emulator system for an imaginary computing unit from 0x10c.com, based
 
 Developed on Lion and targeting command-line operation, this ought work on most similar platforms, but portability has not been tested to any great degree.
 
-The processor-core emulator is complete and embeddable.  The sparse API allows stepping the cpu, and a rudimentary callback system allows for watching system memory access, for doing all sorts of extra things, such as driving the included display driver, which can manage to splat some text glyphs into a tiny screen buffer, and render out make a PNM image of the current state.  With a little more work, it could support such as loadable/pluggable modules, or something fancy like that.
+The processor-core emulator is complete and embeddable.  The sparse API allows stepping the cpu, and a rudimentary callback system allows for watching system memory access, for doing all sorts of extra things, such as driving the included display driver, which can manage to splat some text glyphs into a tiny screen buffer, and render out an image file of the current state.  With a little more work, it could support such things as completely pluggable modules, or something fancy like that.
 
 For support utilities, there's a simple shell for running and manipulating a complete emulated system, as well as a woefully inelegant brute-force assembler, which needs a few additional features to be really useful beyond proof-of-concept.