diff options
| author | 2019-07-19 00:36:26 -0400 | |
|---|---|---|
| committer | 2019-07-19 00:36:26 -0400 | |
| commit | 6d308c6d680cb94ec2b60c8b5f1c1fc034e70d2d (patch) | |
| tree | 0e5de6fe46030eedad3f25827b6f18e4fe618529 | |
| parent | b5e018a5abef28cbb93315d1f088d645cbe08677 (diff) | |
poly88.cpp: RAM note (nw)
| -rw-r--r-- | src/mame/drivers/poly88.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/drivers/poly88.cpp b/src/mame/drivers/poly88.cpp index 273026665a3..37a6901e6e0 100644 --- a/src/mame/drivers/poly88.cpp +++ b/src/mame/drivers/poly88.cpp @@ -9,6 +9,10 @@ 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. + ToDo: - Polyphase format not working because 8251 device doesn't support sync. |
