diff options
author | Cheng Bao <awabimakoto@gmail.com> | 2016-07-25 22:38:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-25 22:38:59 +0700 |
commit | 582674928895e3e4abc12dcbe428edabb77f60db (patch) | |
tree | fba25405cdc64ea2367de30a4f811e59b321b972 /system/xnp2/README | |
parent | c812dfef0585a5b179c115e08383389e620f77b8 (diff) | |
download | slackbuilds-582674928895e3e4abc12dcbe428edabb77f60db.tar.gz |
system/xnp2: Added (PC-9801 emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xnp2/README')
-rw-r--r-- | system/xnp2/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/xnp2/README b/system/xnp2/README new file mode 100644 index 0000000000..1a0277e332 --- /dev/null +++ b/system/xnp2/README @@ -0,0 +1,14 @@ +Xnp2 is a port for UNIX with X11 of "Neko Project II" PC-9801 emulator. + +You need disk image(s) to run the system. And you need font map to display Kanji correctly. +These resources can be found at http://www.jcec.co.uk/pc98_util.html. +Xnp2 also supports MIDI. This requires fluidsynth and a soundfont. +Run the script below before starting the emulator. + +[ -e /dev/midi ] || mkfifo /dev/midi +fluidsynth -is -a alsa -m oss -i /path/to/sf2 + +Make sure you have write permission to /dev/midi. +After that, in Device -> MIDI option, set MIDI-OUT as /dev/midi. + +There are two executables in the package, xnp2 and xnp21. xnp21 emulates with IA-32 emulation. |