diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2018-01-03 23:32:07 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2018-01-03 23:32:07 +0900 |
commit | 0f8ada275cae8d6e4517307ca9a93c6c0fa6146e (patch) | |
tree | 765d0d4a5539dc1f129d4224aa796e8d39f1bafe /README.md | |
parent | 14781af5d17e83285054804b2093d3579d49dbbd (diff) |
renamed to 98fmplayer
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -# Fmplayer (beta) +# 98Fmplayer (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) @@ -23,9 +23,9 @@ $ cd gtk $ autoreconf -i $ ./configure $ make -$ ./fmplayer +$ ./98fmplayer ``` -Reads drum sample from `$HOME/.local/share/fmplayer/ym2608_adpcm_rom.bin` (same format as MAME). +Reads drum sample from `$HOME/.local/share/98fmplayer/ym2608_adpcm_rom.bin` (same format as MAME). ### win32 Releases: @@ -36,5 +36,5 @@ Uses MinGW-w64 to compile. $ cd win32/x86 $ make ``` -Reads drum sample from the directory in which `fmplayer.exe` is placed. +Reads drum sample from the directory in which `98fmplayer.exe` is placed. Uses DirectSound (WinMM if there is no DirectSound) to output sound. This works on Windows 2000, so it is theoretically possible to run this on a real PC-98. (But it was too heavy for my PC-9821V12 which only has P5 Pentium 120MHz, or on PC-9821Ra300 with P6 Mendocino Celeron 300MHz) |