Setup
-----

- Find file named I.MAP in the POWERPAK directory on the CF
  and rename it to I0.MAP. If you have already installed an older
  version of pc2nes, skip this step!
- Copy I.MAP from "bootloader" directory to POWERPAK directory
  on the CF card.
- Now when you boot up the PowerPak it should display a message
  that it's waiting for transfers.
- Connect your PC->NES controller port cable to the second
  controller port.
- Copy the PowerPak mappers you want to use (MAPxx.MAP files)
  to the "mappers" directory.


How to use
----------

Run pc2nes without arguments to get usage:

  usage: pc2nes [options] infile

      -ntsc            use NTSC timing
      -pal             use PAL timing
      -wram=[file]     WRAM contents
      -gg=[code]       Game Genie code
      -port=[port]     send data to a serial port
      -out=[file]      save data to a file

Example, send data directly to a COM port connected to a PAL NES,
load WRAM with wram.bin (size must be multiple of 8KB) and
activate two Game Genie codes:

  pc2nes -pal -wram=wram.bin -gg=SLXPLOVS -gg=STAGEO -port=com3 test.nes

If you don't know what COM port to use you should be able to find the
available ports from Windows Device Manager.


Version History
---------------

- v01 (2011-10-04)
  - Modified a little bit so that the latest version of Save State Mappers
    with controller bus capacitance simulation can be properly uploaded. Source
    code was added to the package.

- Beta 2 (2011-04-10)
  - WRAM, Game Genie codes, SRAM flag is transfered.

- Beta 1 (2011-02-27)
  - Initial release.
