aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTakamichi Horikawa <takamichiho@gmail.com>2017-03-17 23:26:12 +0900
committerTakamichi Horikawa <takamichiho@gmail.com>2017-03-17 23:26:12 +0900
commit613d7fddfdca7a3ac40c4ae296c6e0696b981b93 (patch)
tree9aaa7df541318085beb6e8533869bcce48379a5f /README.md
parent3de8318e98ebc2be40154da33e326536723d980e (diff)
updated README
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9cdd59b..49cc98b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# Fmplayer (beta)
PC-98 FM driver emulation (very early version)
+![gtk screenshot](/img/screenshot_gtk.png?raw=true)
+![gtk toneviewer screenshot](/img/screenshot_gtk.toneview.png?raw=true)
+![w2k screenshot](/img/screenshotw2k.png?raw=true)
## Current status:
* Supported formats: PMD, FMP(PLAY6)
@@ -24,8 +27,8 @@ Reads drum sample from `$HOME/.local/share/fmplayer/ym2608_adpcm_rom.bin` (same
Currently needs `$HOME/.local/share/fmplayer/font.rom` to display titles/comments.
### win32
-version 0.1.0:
-https://github.com/takamichih/fmplayer/releases/tag/v0.1.0
+Releases:
+https://github.com/takamichih/fmplayer/releases/
Uses MinGW-w64 to compile.
```