summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/spc1000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/spc1000.c')
-rw-r--r--src/mess/drivers/spc1000.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/drivers/spc1000.c b/src/mess/drivers/spc1000.c
index 071dfe9d731..246a5f494bf 100644
--- a/src/mess/drivers/spc1000.c
+++ b/src/mess/drivers/spc1000.c
@@ -24,14 +24,14 @@ NOTE: 2014-09-13: added code from someone's modified MESS driver for floppy
2014-10-11: Replaced above code with MESS-compliant code [Meeso Kim]
-
-IMPORTANT NOTE for tape usage: you *FIRST* press PLAY on the tape drive
- (e.g. by pressing F2 in partial emulated keyboard mode) and *THEN* you
+
+IMPORTANT NOTE for tape usage: you *FIRST* press PLAY on the tape drive
+ (e.g. by pressing F2 in partial emulated keyboard mode) and *THEN* you
type LOAD on the BASIC prompt!
Otherwise, the system turns the tape motor ON but it does not receive any
data from tape, and it turns it OFF before the user can press PLAY.
-
-
+
+
****************************************************************************/
/*
* SAMSUNG SPC-1000 Series (info from zannylim)