The board :

Available on ebay here, http://www.ebay.com/itm/201369802455



Details how to build it from Nishida,

http://tulip-house.ddo.jp/DIGITAL/SDISK2/english.html

For UNIDISK version click here.

Admin

--------------------

SDISK II - DISK II emulator for APPLE II




Introduction

SDISK II is a DISK II emulator for Apple II series. You can use an image on an SD card instead of a 5 inch floppy disk.


Manual

Connecting an SDISK II with a DISK II INTERFACE CARD, an APPLE II can read from and write to a DOS 3.3 image (NIC file) recorded on an SD card. NIC is an original format, and a NIC file and a DSK file can be converted mutually.

An SDISK II selects a NIC file whose update time (time stamp) is the latest in the all NIC files that exist on the root directory of the SD card. When there is no NIC files on the root directory, the NIC file is generated from the DSK file with the latest update time automatically. The LED blinks while generating a NIC file.

The mutual conversion between a DSK file and a NIC file is done on PC. nic2dsk converts a NIC file to the DSK file, and dsk2nic is vice-versa.

Windows (source & binary, tested on XP)
Mac OS (source & binary, tested on 9, 10.2 and 10.3)

You can convert a DSK file to the NIC file by dragging it into dsk2nic icon. You can convert a NIC file to the DSK file by dragging it into nic2dsk icon.

Java (tested on Java 1.7.0_25)

I implemented a Java version. Double click DSK_NIC.jar, and drop a DSK file or a NIC file which you want to convert.


About INIT

Formatting the disk (INIT in BASIC, RWTS command 4) is not fully supported. SDISK II does not actually format the image, only ignore the command. SDISK II may cause an error or consume a long time while formatting the image on the SD card. I recommend to format the DSK file with an Apple II emulator.

I recommend to skip the INIT part (line 250) of COPYA.


About Write Protect

The disk image is write protected eather if the NIC file is read only, or if the LOCK switch on the SD card is ON.


Notes

Please be sure to format the SD card with FAT16.

If you can not mount a NIC file, remove the card and plug it again several times. Plugging it, confirm that the LED lights up immediately, and goes out.

I confirmed that an SDISK II works with an Apple II JPLUS, an Apple IIe and an Apple II GS (ROM1). Apple II ROM3 also supported (Oct.25/2013).

About Apple IIc, see the blog article Connect an SDISK II with an Apple IIc.

I've just confirmed the read, write and initialize operations with RWTS routines.

The speed of writing doesn't reach DISK II, and it depends on the kind of the SD card.

To prevent accidental data loss, please make sure you have the backup.

I designed SDISK II assuming that you use an SD card between 32MB and 2GB, but there may be compatible problems.


Hardware Connections

See connector below.


Notice

Any damage when SDISK II is used is not guaranteed in Nishida radio.


Firmware, Schematic and PCB

You can download the firmware source code and the schematic here.

You can get the PCB gerber file here.

Remark : use Hirose DM1B-DSF-PEJ SD card socket

In fact, the archive of UNISDISK firmware also includes another firmware of SDISK II which also has a SmartPort emulator. Thanks

I thank to the customers who bought the SD card reader, the former work. I thank to everybody who have opened various technical intelligence to the public.


Connector

Code:
					/	\			
1	3	5	7	9	11	13	15	17	19
2	4	6	8	10	12	14	16	18	20



Code:
1:GND
2:STEP0
4:STEP1
6:STEP2
8:STEP3
10:WRITE REQUEST'
12:+5V
14:DRIVE ENABLE'
16:READ PULSE
18:WRITE SIGNAL
20:WRITE PROTECT
others:NC


Attachments
pic0.jpg

pic1.jpg

pic2.jpg

connector.jpg

sdisk2util.zip (60 downloads)

_________________________