From 9d84623ab5b78b0d306b4f8047ed1a9f15ba7fff Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Mon, 5 Sep 2016 14:38:23 +0300 Subject: [PATCH] pc1512: WIP. (nw) --- src/mame/drivers/pc1512.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/pc1512.cpp b/src/mame/drivers/pc1512.cpp index 4f2610ec17e..248073dbb41 100644 --- a/src/mame/drivers/pc1512.cpp +++ b/src/mame/drivers/pc1512.cpp @@ -51,8 +51,8 @@ Select operating system: If you choose F1 then DOS Plus and GEM will be booted, or if you press F2 then MS-DOS will be booted. -PC1512HD10 - ? -PC1512HD20 - ? +PC1512-HD10: ? +PC1512-HD20: ? */ /* @@ -88,8 +88,8 @@ It should be noted that if the hard disc is ok but the software has been corrupt reinstall the software without reformatting. This is done by following steps 11 and 12. -PC1640HD20 - Amstrad 40095 (Alps DRMD20A12A) [-chs 615,4,17 -ss 512] -PC1640HD30 - Western Digital 95038 [-chs 615,6,17 -ss 512] +PC1640-HD20: Amstrad 40095 (Alps DRMD20A12A), Tandon TM-262 [-chs 615,4,17 -ss 512] +PC1640-HD30: Western Digital 95038 [-chs 615,6,17 -ss 512] */ #include "includes/pc1512.h"