diff options
| author | 2019-07-19 00:55:34 -0400 | |
|---|---|---|
| committer | 2019-07-19 00:55:34 -0400 | |
| commit | 760daf8eefeb16a9ba928dc33d91a7d7b188c39b (patch) | |
| tree | 9bd4d5cc51b22fca722c01162a21bee5b499c592 | |
| parent | 6d308c6d680cb94ec2b60c8b5f1c1fc034e70d2d (diff) | |
poly88: Improve note (nw)
| -rw-r--r-- | src/mame/drivers/poly88.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/poly88.cpp b/src/mame/drivers/poly88.cpp index 37a6901e6e0..4d78faaf828 100644 --- a/src/mame/drivers/poly88.cpp +++ b/src/mame/drivers/poly88.cpp @@ -9,9 +9,9 @@ Poly-88 driver by Miodrag Milanovic All input must be UPPERcase. -16K is the minimal amount of user RAM required to run BASIC. PolyMorphic's -"System 16" package shipped with this much RAM (as did the 8813), though -some of their lesser systems did not. +11K is the minimal amount of user RAM required to run BASIC. PolyMorphic's +"System 16" package shipped with 16K of RAM (as did the 8813), though some +of their lesser systems did not. ToDo: - Polyphase format not working because 8251 device doesn't support sync. |
