Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RGBA-CRT authored Sep 6, 2016
1 parent e6373c6 commit 261fe01
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# FT232H-N64-Dumper
N64 ROM Dumper using FT232H

## 概要
FT232HとMCP23S17を用いたN64の吸出し機です。ROMとSRAMの吸出しが一応できます。部品数も少なく、USB接続で高速な吸出しができます。
Windows向けです。

まだコードの整理はやっていません。

## 開発環境
パーツ : AE-FT232HL + MCP23S17 (+ 2SA1015 + 10KΩ抵抗)
開発言語:ActiveBasic ver4 + 自分用ライブラリ
PC : HM55 + Windows10 32bit

コンパイルにはこちらのライブラリが必要です。
https://github.com/RGBA-CRT/RGBALib

##参考
以下のサイト、リポジトリを参考にしました。
* [http://n64.icequake.net/mirror/www.crazynation.org/N64/]
* [https://github.com/sanni/cartreader/]
* [http://www.ftdichip.com/Support/FTDocuments.htm]
* [http://akizukidenshi.com/download/ds/microchip/mcp23017_mcp23s17.pdf]
* [http://www.hdl.co.jp/USB/mpsse_spi/]

##画像
非常に適当な回路図
![回路図](https://raw.githubusercontent.com/RGBA-CRT/FT232H-N64-Dumper/master/Kairo.PNG "回路図")

実行イメージ
![SS](http://i.imgur.com/ydIlbni.jpg "スクショ")

0 comments on commit 261fe01

Please sign in to comment.