项目作者: RGBA-CRT
项目描述 :
GB Dumper using FT232HL
高级语言:
项目地址: git://github.com/RGBA-CRT/FT-GBDumper.git
FT-GBDumper
GB Cartridge Dumper using FT232HL
なにこれ
- FT232H, MCP23S17を使ったGBダンパー
- 256kb/sぐらいでる
- GBAにも対応
- なぜかMBC2のセーブ読み書きができない
- GBメモリカセットの読み出しに対応(未保障)
- セーブ消えても知りません
About this
- GB Dumper using FT232HL, MCP23S17
- Read Speed is about 256 KB/s
- It is possible to support to GBA. (not implemented)
- It not supported MBC2 save read/write.
- Support GB Memory full dump. (not tested)
回路 / Circuit
- 回路は自作ROMライタと同じ
- [FT232H] ACbus <===> DataBus
- [FT232H] SPI <===> [MCP23S17] SPI
- [FT232H] AD4 ====> /WE
- [FT232H] AD5 ====> unused
- [FT232H] AD6 ====> /CE
- [FT232H] AD7 ====> /OE
- [MCP23S17] GPA ====> Address 0-7
- [MCP23S17] GPB ====> Address 8-15
- [GB] RST <==== VCC
回路図を@YoutechA320Uさんから頂いたので掲載いたします。

使い方 / usage
- FT232HにD2XXドライバをインストール
- exeを実行
- カセットを挿す
- Enterキーを押してROM情報を確認する
- 接触不良というメッセージが出たら出なくなるまで試行錯誤する
- 実行したい操作の番号を入力
- Install FTDI D2XX driver to FT232H
- Execute exe
- Insert cartridge
- Press enter key and check ROM header
- If appear message [Contact Failure], cleanup connector and press Enter.
- Input number of operation.
参考 / technical reference
Build
- This project using the programming language of Active Basic 4.
- AB-FT232HLib is required to build the program.
- Place the library in the upper directory.
SS

Programmed by RGBA_CRT 2018
Project url: https://github.com/RGBA-CRT/FT-GBDumper