====================
InfoSNES Linux v0.13
====================

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

InfoSNES is a Super Family Computer(TM) emulator for x86/Linux, and based on SNEM 0.0012,
http://www.geocities.com/tommowalker/ .

How to compile
--------------

1. In order to compile 'InfoSNES', you will need to install 'Allegro'.
You can download the following files from http://www.talula.demon.co.uk/allegro/wip.html.

- allegro-4.0.2-1.i686.rpm
- allegro-devel-4.0.2-1.i686.rpm
- allegro-tools-4.0.2-1.i686.rpm

2. And install them via RPM.

% su
# rpm -ivh allegro
# rpm -ivh allegro-devel
# rpm -ivh allegro-tools

3. Finally, comple 'InfoSNES' and install it.

% cd src
% make 
% su
# make install 

Revisions
---------

InfoSNES Linux v0.13 (03/03/25)

- CPU : Fixed NMI flag
- SPU : Added MOV A,(X) instruction (0x86)
- SPU : Added MOV A,(DP+X) instruction (0x87)
- SPU : Added MOV X,SP instruction (0x9D)
- SPU : Added timer 1 reg. (0x00FB)
- SPU : Added timer 2 reg. (0x00FC)
- SPU : Added reset of counter 1 reg. (0x00FE)
- SPU : Added reset of counter 2 reg. (0x00FF)
- SPU : Added MOV X,(DP+Y) instruction (0xF9)
- SPU : Added MOV (DP+X),A instruction (0xC7)
- SPU : Added MOV (DP+Y),X instruction (0xD9)
- SPU : Added MOV (DP+X),Y instruction (0xDB)
- SPU : FIxed MOV (DP)+Y,A instruction (0xD7)
- SPU : Added MOV A,(X)+ instruction (0xBF)
- MISC : Created *.h files
- MISC : Added many comment lines 

System Requirements
-------------------

Distribution : Red Hat Linux 8.0
OS : Linux 2.4.18-14
CPU : Pentium III 750MHz
Hardware : standard video card, and standard sound card

Overview of interface
---------------------

Controller #1

[S] : 'A' button
[A] : 'X' button
[Q] : Top-Left 
[W] : Top-Right
[X] : 'B' button
[Z] : 'Y' button
[D] : Select
[C] : Start
[UP] : Up arrow button
[DOWN] : Down arrow button
[RIGHT] : Right arrow button
[LEFT] : Left arrow button

System controll

[ESC] : Terminate emulation

Disclaimer
----------

InfoSNES is a freeware.

You use this software at your own risk, the author is not responsible
for any loss or damage resulting from the use of this software. If you do not 
agree with these terms do not use this software.

Please refer to the official page, http://sourceforge.jp/projects/infosnes/, 
about the information and update of InfoSNES.

- Please mail me, when you introduce this software on your magazine, etc
- Please mail me, when you redistribute this software
- Please do not ask the location of ROM files
- If you do not agree with these terms do not use this software

Super Family Computer(TM) is a registered trademark of Nintendo.
Super Nintendo Entertainment System(TM) is a registered trademark of Nintendo America.

Contact
-------

- E-mail: Jays_Factory@excite.co.jp
- BBS: http://ps2linux.plala.jp/harmeln/cgi-bin/bbs/wforum.cgi

--
Copyright (c) 2003 Jay's Factory. All Rights Reserved. 

[EOF]
