Larper64 0.4
============
Half-hearted attempt at a fast and compatible LLE N64 emulator.

Setup
=====
Do this before using the emulator as it creates the necessary files:

Windows:
1) Extract to any folder and launch Larper64.exe.
2) Go to Settings->Set PIF Path and select the PIF ROM.
3) Copy SaveTypes.txt to user setting. See below for application settings directory location.

Linux:
1) Install SDL2 and Allegro(>=5.2.6) using your distribution package manager.
2) Extract to any directory and launch Larper64.
3) Go to Settings->Set PIF Path and select the PIF ROM.
4) Copy SaveTypes.txt to user setting. See below for application settings directory location.

Mac OS:
1) Extract/copy/link the app bundle to you Applications directory and launch Larper64.app
2) Go to Settings->Set PIF Path and select the PIF ROM.
3) Copy SaveTypes.txt to user setting. See below for application settings directory location.


Application Settings Directory
==============================
This is where the states, game save files and emulator settings are stored. It also contains
the game save type database (SaveTypes.txt, which you have to copy during the Setup explained above).
Location of this directory is as follows:

Windows -- %APPDATA%\Larper64
Linux   -- ~/.config/Larper64
MacOS   -- "~/Library/Application Support/Larper64"

Default Controls
================
Analog:    		Arrow keys
A :       		A
B :       		S
Z :       		D
Start :   		Enter
L/R :     		Q/W
C-pad:    		IKJL
D-pad:	  		HOME/END/DEL/PGDN

Version History
===============
0.4
---
* New platform native UI.
* Fixed sound.
* Save states support.
* Improved memory PAK initialization. Thanks to bryc.
* Interframe blending support.
* Rumble PAK support.
* Confgurable joypad/gamepad/keyboard support.
* Probably some other stuff I can't remember now.

0.3
---
* Increased compatibility. Many more games now work including Golden Eye,
  Indiana Jones, Turok 2, Turok 3 and probably many more.

* Preliminary sound support. Emulation is synced to audio so it will
  pop if your computer can't run a game fast enough. There is some minor
  crackling in some games also.

* PAL region support. You will need PAL PIF for many games to run.

* Flashram support added. A sample database file is included to detect game
  save types.

* Saving of game save types.

* Zip file support. Only first file will be loaded.

* New user interface.

* Linux support

0.2
---
* Fixed D-pad handling
* Implemented 60 FPS sync
* Improved speed a little
* Implemented fast-forward/unthrottle

0.1
---
* First public release for speed testing only. 

