TMNT Emulator VERY PRE-ALPHA Release
------------------------------------

Wow, I'm surprised someone is actually reading this...THANK YOU!

First off, I'm releasing the emulator because many have been asking and
wanting it, and I'm not sure how much farther development is going to go
on my side (others are working on a MAME driver or a seperate emulator, that
will probably surpass mine soon).  I don't feel like working much more on
the project...emulator programming isn't really my thing...about 10% coding,
90% reverse engineering...I'm not to hip on reverse engineering.  I must say,
I have TONS of respect and admiration for all emulator programmers, especially
those who break new ground.

I wrote this README is a few minutes, so I hope I don't miss anything.

First of all, all the roms:
TMNT.J17,TMNT.K17,TMNT.H27,TMNT.K27,TMNT.H04,TMNT.K04
TMNT.H06,TMNT.K06,TMNT.C13,TMNT.D05,TMNT.J15,TMNT.D18
TMNT.F19,TMNT.K15,TMNT.F7,TMNT.G13
should be placed in a ROMS directory...so if your tmnt.exe and config.exe
are in a directory like C:\TMNT  then the roms should all be in the
C:\TMNT\ROMS directory.

KEYS:
1 - Player 1 Start
2 - Player 2 Start
3 - Player 3 Start
4 - Player 4 Start
5 - Player 1 Coin
6 - Player 2 Coin
7 - Player 3 Coin
8 - Player 4 Coin
ESC - Quit Game
ARROW KEYS - Player 1 movement
Z,X,C,S - Player 2 movement
V,B,N,G - Player 3 movement
M,COMMA,PERIOD,K - Player 4 movement
CTRL - Player 1 Jump
ALT - Player 1 Attack
Q - Player 2 Jump
W - Player 2 Attack
E - Player 3 Jump
R - Player 3 Attack
T - Player 4 Jump
Y - Player 4 Attack

F12 - ScreenShot
CTRL F1-F10 = Save State
SHIFT F1-F10 = Restore State

Configuration:
Run Config.exe to configure for screen res and DIP switches



FAQ:

It doesn't work! What do I do?
   Play around with different video modes (config.exe)...if that doesn't work
try playing in DOS only (not through a win95 dos box)...if that doesn't work
add more memory to your computer.

What are the sys requirements?
   Don't know really...I haven't went through the code to see all the memory
I'm using.  You definitly should have more than 8 megs...probably more than
16 megs.  As far as computer speed...I don't know what works well...I can
play ok on my P133 with 64 megs of RAM.

I don't think I have enough memory, now what?
   Add more memory to your computer

My computer is too slow!  Now what?  Will you optimize this thing?
   Nope...I don't know how much more I'm going to work on this emulator,
if at all.  Buy a new computer if you must run it faster...try different
video resolutions.

Can I configure my keys?
  Nope

Do you support a joystick?
  Nope

I don't hear any sound!
  Cause there isn't any...I didn't get around to emulating it

Colors seem very black and white (or a green monochrome)!
  Cause I didn't put in any palette stuff...enjoy it B&W (or that gameboy
feeling)



DIP Switch Settings:

DIP SWITCH NO. 1 SETTINGS
1. COIN SWITCH NO. 1 SETTINGS
 
SW      1       2       3       4       COIN    PLAY
O       OFF     OFF     OFF     OFF     1       1
        ON      OFF     OFF     OFF     1       2
        OFF     ON      OFF     OFF     1       3
        ON      ON      OFF     OFF     1       4
        OFF     OFF     ON      OFF     1       5
        ON      OFF     ON      OFF     1       6
        OFF     ON      ON      OFF     1       7
        ON      ON      ON      OFF     2       1
        OFF     OFF     OFF     ON      2       3
        ON      OFF     OFF     ON      2       5
        OFF     ON      OFF     ON      3       1
        ON      ON      OFF     ON      3       2
        OFF     OFF     ON      ON      3       4
        ON      OFF     ON      ON      4       1
        OFF     ON      ON      ON      4       3
        ON      ON      ON      ON      5       1
 
SW5 THRU SW8 ARE NOT USED.
 
 
DIP SWITCH NO. 2 SETTINGS
1. THE NUMBER OF PLAYER'S LIFE
 
SW      1       2       NUMBER
        OFF     OFF     1
O       ON      OFF     2
        OFF     ON      3
        ON      ON      5
 
2. DIFFICULTY OF THE GAME
 
SW      6       7       DIFFICULTY
        OFF     OFF     EASY
O       ON      OFF     NORMAL
        OFF     ON      DIFFICULT
        ON      ON      VERY DIFFICULT
 
3. SOUND IN ATTRACTIVE MODE
 
SW      8       SOUND
        OFF     OFF
O       ON      ON
 
SW3 THRU SW5 ARE NOT USED
 
 
DIP SWITCH NO. 3 SETTINGS
1. VIDEO SCREEN FLIP
 
SW      1
O       OFF     NORMAL
        ON      UPSIDE DOWN
 
2. CHANGE OF MODE
SW      3       MODE
O       OFF     GAME MODE
        ON      TEST MODE
 
SW2 AND SW4 ARE NOT USED AND SHOULD BE KEPT OFF
 
O: SHOWS RECOMMENDED SETTINGS



