GB Cartridge Dumper using FT232HL
- FT232H, MCP23S17を使ったGBダンパー
- 256kb/sぐらいでる
- GBAにも対応
- なぜかMBC2のセーブ読み書きができない
- GBメモリカセットの読み出しに対応(未保障)
- セーブ消えても知りません
- 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)
- 回路は自作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さんから頂いたので掲載いたします。
- 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.
- http://gbdev.gg8.se/wiki/articles/The_Cartridge_Header
- http://gbdev.gg8.se/wiki/articles/Memory_Bank_Controllers
- https://github.com/sanni/cartreader
- https://labs.m2hq.net/Notes/20180219/GBMemoryCartridge
- https://github.com/n13i/writeboy
- https://forums.nesdev.com/viewtopic.php?f=12&t=11453&start=147
- Thank you.
- 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.
Programmed by RGBA_CRT 2018
Project url: https://github.com/RGBA-CRT/FT-GBDumper