summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/djmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/djmain.c')
-rw-r--r--src/mame/drivers/djmain.c26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/mame/drivers/djmain.c b/src/mame/drivers/djmain.c
index 75cac7dfc7a..a8cb76085d2 100644
--- a/src/mame/drivers/djmain.c
+++ b/src/mame/drivers/djmain.c
@@ -37,6 +37,32 @@
*
*/
+/*
+
+Dumping a HD image.
+
+2.5 inch 2.5 to 2.5 to
+hard drive 3.5 adapter long 3.5 IDE cable 3.5 adapter PCB
+ /---|- |----------------------| -|---\
+|------|- |-/ |- |----------------------| -| \-| -|
+| |- | |- |----------------------| -| | -|
+|------|- |-\ |- |----------------------| -| /-| -|
+ \---|- |----------------------| -|---/
+ || ||
+ || /\ ||<-- Power connector
+ || || not used
+ || ||
+ ||
+ --------- unplug here
+ | PC | when game PCB is booted
+ |Power | and working. Boot Windows and stop at menu (F8)
+ |Supply | Then plug HD into PC IDE controller, and continue boot process
+ |+5V and| then dump the hard drive with Winhex
+ |GND | once PC is booted up again.
+ ---------
+
+*/
+
#include "driver.h"
#include "deprecat.h"
#include "cpu/m68000/m68000.h"