summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/ieee488/c2040.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/ieee488/c2040.c')
-rw-r--r--src/emu/bus/ieee488/c2040.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/emu/bus/ieee488/c2040.c b/src/emu/bus/ieee488/c2040.c
index 4eb7c265660..273756742a5 100644
--- a/src/emu/bus/ieee488/c2040.c
+++ b/src/emu/bus/ieee488/c2040.c
@@ -11,29 +11,29 @@
/*
- 2040/3040 disk initialization
- -----------------------------
- You need to initialize each diskette before trying to access it
- or you will get a DISK ID MISMATCH error upon disk commands.
- On the 4040 this is done automatically by the DOS.
+ 2040/3040 disk initialization
+ -----------------------------
+ You need to initialize each diskette before trying to access it
+ or you will get a DISK ID MISMATCH error upon disk commands.
+ On the 4040 this is done automatically by the DOS.
- open 15,8,15:print 15,"i":close 15
+ open 15,8,15:print 15,"i":close 15
- List directory
- --------------
- directory / diR
+ List directory
+ --------------
+ directory / diR
- Format disk
- -----------
- header "label,id",d0,i01
+ Format disk
+ -----------
+ header "label,id",d0,i01
- Load file
- ---------
- dload "name" / dL"name
+ Load file
+ ---------
+ dload "name" / dL"name
- Save file
- ---------
- dsave "name" / dS"name
+ Save file
+ ---------
+ dsave "name" / dS"name
*/