NEZplug Version 0.9.2.1 by Mamiya
    npnez.dll Plugin for Netscape/IE
    in_nez.dll Input plugin for Winamp

Introduction
------------

    NEZplug is a plugin that plays NSF and NSD files.

    NEZplug also emulates the following expansion sound chips:

        Konami   VRC6             Castle vania 3, Madara, ...
        Konami   VRC7             Lagrange Point
        Nintendo MMC5             Just Breed
        Nintendo FDS              Zelda(FDS), Castle vania 2(FDS), ...
        Namco    NAMCOT106        D.D.S.2, KingOfKings, ...
        Sunsoft  FME7             Gimmick!

Requirements
------------

    High performance wave output device.
    A Pentium 200MHz or faster is recommended for playing in best quality.

    Winamp 2.x or later version.
    Netscape 4.x or later version.
    Internet Explorer 3.x or later version.

How to install for Winamp
-------------------------

    Rename 'npnez.dll' file included in the archive to 'in_nez.dll', and copy to
    the PLUGINS directory in your Winamp directory after closing Winamp.

How to install for browser
--------------------------

    Just copy 'npnez.dll' file included in the archive to the PLUGINS directory
    in your browser directory after closing browser.

ex.1)
<EMBED title="NEZplug" src="test.nsd" type="audio/x-nezplug-nsd" pluginspage="http://www.proc.org.tohoku.ac.jp/befis/download/nezplug/" height="32" width="100%" hidden="false">

ex.2)
<EMBED title="NEZplug" src="test.zip" type="audio/x-nsf-zip-compressed" pluginspage="http://www.proc.org.tohoku.ac.jp/befis/download/nezplug/" songno="1" height="32" width="100%" hidden="false">

Extend Playlist
---------------

    NEZplug extend M3U playlist format(v0.6) for Winamp

    filename::NSF,songno,title,time(h:m:s),loop(h:m:s/h:m:s-/-),fade(h:m:s)

    filename  song file relative path(*.zip;*.nsf)

    songno    1-based song no

    title     song title

    time      song play time   h * 3600 + m * 60 + s (sec)
                Default time(5min) will be used, if time not specified.

    loop(h:m:s)
              loop length      h * 3600 + m * 60 + s (sec)
    loop(h:m:s-)
              loop start time  h * 3600 + m * 60 + s (sec)
    loop(-)
              loop length is equal to play time.
                Song will not loop, if loop not specified,

    fade      fadeout length   h * 3600 + m * 60 + s (sec)
                Default fadeout length(5sec) will be used, if time not specified.

    You may fail to play extend M3U because of Winamp 2.6x's bug.
    Try M3U2PLS converter.

Setting for Winamp
------------------

    Sorry, current version has text-base setting only.

    plugin.ini:
    [NEZamp]
    DisableNSFExtension=0(default:NEZ & NSF),1(NEZ only for another plugin)
    Frequency=48000,44100(default),24000,22050,11025
    Priority=Highest,Higher,Normal(default),Lower,Lowest
    LoopCount=0(infinite),1(no loop),2(default),3,4,5...255
    FadeoutTime=5000(msec:default)
    DefaultPlayTime=300000(msec:default)
    DisplayRealPlayTime=0(compatible),1(loop & fadeout affected time:default)
    FilterType=0(none:default),1(easy-lowpass),2(weighted)
    HookWinamp=0(old song selector),1(default)

Credits
-------

    This program is free software.
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY.

    NEZplug Copyright (C) 2000 Mamiya

    zlib 1.1.3
    (C) 1995-1998 Jean-loup Gailly and Mark Adler
    zlib 1.1.3 or later version is required to build from source files.

    Netscape plugin SDK
    Copyright (c) 1996 Netscape Communications Corporation. All rights reserved.
    NPSDK is required to build from source files.

Reference
---------

    disksystem.txt  Disk System Infomation       by goroh
    konami.txt      Konami Mapper infomation     by goroh
    mmc5.txt        mmc5 infomation              by goroh
    namco.txt       Namcot 106 Mapper infomation by goroh
    ripper.html     NSFripper road (beta)        by Izumi (& Fukui.cat)
    nsfspec.txt     NES Music Format Spec v1.20  by Kevin Horton
    vrcvi.txt       VRCVI CHIP INFO v1.01        by Kevin Horton
    vrcvii.txt      VRCVII CHIP INFO v1.50       by Kevin Horton
    disksys.htm     Disksystem Information       by NORI
    nestech.txt     Nintendo Entertainment System Documentation rev1.0 by Y0SHi
    6502.TXT        6502 Microprocessor          by <?>
    6502BUGS.TXT    by <?> (posted by Ivo van Poorten)
    vrc7tone.bin    by Fukui.cat & Kayama
    MDXDRV          by 41568k
    M88             by cisc
    in_kss          by cync
    KexMP3          by KLAUS
    Bleep!          by Neill Corlett
    MSP             by Sevy & Marp
    Nosefart        by Shady Matt Conte
    MCDRV for Win32 by toyoshima
    unes_apu.c      by Yoyo.

Contacts
--------

    My E-Mail address: mamiya@proc.org.tohoku.ac.jp

    NEZplug site: http://www.proc.org.tohoku.ac.jp/befis/

    zlib site: http://www.info-zip.org/zlib/

    Netscape site: http://home.netscape.com/

    Winamp site: http://www.winamp.com/

Changes
-------

Version 0.9.2.1 Jul.12, 2000
    Fixed bugs with NSD I/O.
    Fixed DPCM IRQ timing.

Version 0.9.2 Jul.11, 2000
    Added NSD format support.
    Added broser UI.
    Improved VRC6 and VRC7 sound emulation.
    Improved VRC7 tone.
    Optimized APU and VRC7 sound emulation.

Version 0.9.1 Jun.21, 2000
    Added VRC7 tone(vrc7tone.bin) setting.
    Improved VRC7 sound emulation.
    Improved APU sound emulation.

Version 0.8 May.26, 2000
    Improved APU sound emulation.
    Improved VRC7 sound emulation.
    Improved 6502 emulation.

Version 0.7 May.13, 2000
    Added FDS sound emulation.
    Added FME7 sound emulation.
    Improved APU sound emulation.
    Improved N106 sound emulation.

Version 0.6 Mar.10, 2000
    Added song selector.

Version 0.5 Mar.09, 2000
    Added MMC5 multiplier emulation.

Version 0.4 Mar.09, 2000
    Added N106 sound emulation.

Version 0.3 Mar.08, 2000
    Added N106 sound emulation.
    Improved VRC7 sound emulation.

Version 0.2 Mar.07, 2000
    Added MMC5 sound emulation.

Version 0.1 Mar.06, 2000
    First release.
