diff options
| author | 2022-03-26 11:40:50 +0100 | |
|---|---|---|
| committer | 2022-03-26 21:40:50 +1100 | |
| commit | 32fd817b129e40d34fcc93595b148d6e08682aa2 (patch) | |
| tree | 02c82d1773dffdcaa3688f500b1bbd59c3384c9f /src | |
| parent | 7046a2392daa4ac4c4adf2a2b23ad20cf09f5b7b (diff) | |
kaypro.cpp: added information about the Kaypro 5 (#9156)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/kaypro.cpp | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/src/mame/drivers/kaypro.cpp b/src/mame/drivers/kaypro.cpp index 237c7703e74..e3b036f9ff8 100644 --- a/src/mame/drivers/kaypro.cpp +++ b/src/mame/drivers/kaypro.cpp @@ -2,22 +2,25 @@ // copyright-holders:Robbbert /************************************************************************************************* - The Kaypro 2/83 computer - the very first Kaypro II - 2 full height floppy drives. Each disk was single sided, and could hold 191k. The computer had 2x pio and 1x sio. One of the sio ports communicated with the keyboard with a coiled telephone cord, complete with modular plug on each end. The keyboard carries its own Intel 87C51 processor and is an intelligent device. - + + Kaypro 5 notes: + The Kaycomp Kay Pro V / Non-Linear Systems Kaypro 5: https://retrocmp.de/kaypro/kay-p1_vers.htm#kay-5, + a version of the Kaypro II, but with a 5MB harddisk instead of one of the floppy drives, was announced + in December 1982, but apart from the relevant articles of the time, only one photo can be found. + Kaypro 10 notes: - - This machine comes with a 10MB hard drive, split into 2 5MB partitions. It also - has one floppy drive. The drive letters change depending on what drive it was booted - from. The boot drive is always A:. - If booted from floppy: + This machine comes with a 10MB hard drive, split into 2 5MB partitions. It also has one floppy drive. + The drive letters change depending on what drive it was booted from. The boot drive is always A:. + - If booted from floppy: A: floppy B: HD partition 1 C: HD partition 2 - If booted from HD (presumably partition 1) + - If booted from HD (presumably partition 1) A: HD partition 1 B: HD partition 2 C: floppy |
