Skip to content

RGBA-CRT/FT-GBDumper

Repository files navigation

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さんから頂いたので掲載いたします。
Circuit

使い方 / usage

  1. FT232HにD2XXドライバをインストール
  2. exeを実行
  3. カセットを挿す
  4. Enterキーを押してROM情報を確認する
    • 接触不良というメッセージが出たら出なくなるまで試行錯誤する
  5. 実行したい操作の番号を入力

  1. Install FTDI D2XX driver to FT232H
  2. Execute exe
  3. Insert cartridge
  4. Press enter key and check ROM header
    • If appear message [Contact Failure], cleanup connector and press Enter.
  5. 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

ScreeenShot


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