Skip to content

Commit

Permalink
setup AB-FT232HLib
Browse files Browse the repository at this point in the history
  • Loading branch information
RGBA-CRT committed Jun 26, 2017
1 parent ae3462f commit 77e187c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 16 deletions.
1 change: 0 additions & 1 deletion D2XX.sbp

This file was deleted.

1 change: 0 additions & 1 deletion FT232HLib.sbp

This file was deleted.

Binary file modified FT232H_PSX.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions FTLIB.wrk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
case4

text,"..\FT232HLib.sbp",41,297,8155,8181
text,"..\MCP23017_Lib.sbp",0,0,0,0
text,"..\FT232HLib.sbp",0,15,551,551
text,"PSX.abp",0,0,916,916
text,"FTLIB.abp",0,0,859,859
text,"PSX.abp",0,191,5470,5470
text,"FTLIB.abp",0,0,275,275

0
1
Expand Down
1 change: 0 additions & 1 deletion MCP23017_Lib.sbp

This file was deleted.

2 changes: 0 additions & 2 deletions PSX.abp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Type PSX_PAD_DATA
etc[3] AS Byte
End Type



Enum PSX_ACCESS_MEMORY_CARD_ERRORS
PRMC_OK
PRMC_NO_CARD
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# FT232H-PSX
FT232Hを使ってPS1のコントローラとメモカを読み書きするテストプログラム
PSX memcard reader/writer with FT232H
実験プログラムなのでだいぶ雑なコーディングになってます
メモカのフォーマットはmcr(ヘッダなし生データ)と同一です
- FT232Hを使ってPS1のコントローラとメモカを読み書きするテストプログラム
PSX memcard reader/writer with FT232H
- 実験プログラムなのでだいぶ雑なコードになってます。
- メモカのフォーマットはmcr(ヘッダなし生データ)と同一です
- ビルドには[こちらの[AB-FT232HLib]](https://github.com/RGBA-CRT/AB-FT232HLib)ライブラリを1階層上に配置する必要があります

# 接続
* FT232H SPI <===> PSX PAD PORT SPI
Expand All @@ -15,6 +15,6 @@ PSX memcard reader/writer with FT232H
* WRITE MEMCARD(128KB)

# SS
![PAD](https://raw.githubusercontent.com/RGBA-CRT/FT232H-PSX/master/ss/pad.png "PAD")
![read](https://raw.githubusercontent.com/RGBA-CRT/FT232H-PSX/master/ss/read.png "read")
![write](https://raw.githubusercontent.com/RGBA-CRT/FT232H-PSX/master/ss/write.png "write")
![PAD](https://raw.githubusercontent.com/RGBA-CRT/FT232H-PSX/master/SS/pad.png "PAD")
![read](https://raw.githubusercontent.com/RGBA-CRT/FT232H-PSX/master/SS/read.png "read")
![write](https://raw.githubusercontent.com/RGBA-CRT/FT232H-PSX/master/SS/write.png "write")
Binary file removed ftd2xx.dll
Binary file not shown.

0 comments on commit 77e187c

Please sign in to comment.