summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2020-06-21 19:14:56 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2020-06-21 19:14:56 +1000
commit82bb0676c1466a30900bbed59d067681b0c6895c (patch)
treea258c8357a93d061ca65f35369a3af5d93c78d43
parent01661be41c37560a37f2b43c5ecee7a10a6a1680 (diff)
(nw) braiplus: added notes
-rw-r--r--src/mame/drivers/braiplus.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mame/drivers/braiplus.cpp b/src/mame/drivers/braiplus.cpp
index 8ea6ac83db0..2e684f282b7 100644
--- a/src/mame/drivers/braiplus.cpp
+++ b/src/mame/drivers/braiplus.cpp
@@ -4,6 +4,22 @@
Skeleton driver for BraiLab Plus talking computer.
+ (from a document translated from Hungarian)
+In addition to the Z80 microprocessor on the two-sided printed circuit board,
+there are 256 Kbytes of dynamic RAM, 16 Kbytes of EPROM, 2 Z80PIOs, 4 Kbytes
+of static RAM, a character generator EPROM, a WD2793 floppy disk controller,
+a I8251 PUSART and a MEA-8000 speech synthesizer.
+
+180 Kbytes of 256 Kbytes of RAM is handled as a fixed RAM disk under the
+CP/M operating system. Memory management supports the use of a dynamic RAM
+fixed disk, provides the appropriate address space for the operating system,
+and flips between them and between EPROMs. The two Z80PIOs perform centronics
+interface, system clock interrupt handling, and serial programming of the
+baud rate with serial interface I8251 and HD-4702.
+
+The increased size of 4 Kbytes memory enabled 25x80 character screen.
+Floppy disk holds 792kb (formatted).
+
***************************************************************************/
#include "emu.h"