JROK's Arcade Simulator (JAS)  - SUPER PACMAN
=============================================

Greetings, welcome to the full release v1.01 of JAS, this program
is designed to simulate the functioning of the Namco Super Pacman
arcade game.

This simulator is intended as an educational tool by owners of
the original game.

It should not be sold or charged for IN ANY WAY SHAPE OR FORM.
This program is freeware.

This program should not be distributed along with the ROMs.


Contents
========

- Features
- The Simulator & Development History
- Setup
- Saving & Loading Options
- Controls
- Simulator's Home Web-site
- Thanks & Credits
- Release History



Features
========

- 100% emulation of the original game
- 100% acurate colors
- 100% acurate sound emulation
- User definable playing keys
- Save & Restore Game Images
- Fast assembler based
- Windows friendly ( run's under Win'95 & NT )
- Multiple Soundcard Support



The Simulator & Development History
-----------------------------------

The simulator is a mix of 'C' and assembler, the 6809E simulation
engine is 100% assembler. The surrounding support routines, i.e.
screen interface, menu etc. is all written in 'C'.


Both CPU's of the original board are simulated along with the
8 channel sound. All the ROMs from the original game are required
as the simulator contains NO code or data from the original game.
All graphics, colors and waveforms are converted to a usable form
'on-the-fly' within the simulator.


Setup
=====

ROMs MUST be located in a sub-directory called SUPERPAC



The following file names ARE required for the ROMS


ROM                 Size        Function                Board  Location
----------------------------------------------------------------------

SPC1-1B  BIN         8,192      Game CPU Program ROM    CPU    1B 
SPC2-1C  BIN         8,192      Game CPU Program ROM    CPU    1C 
SPC3-1K  BIN         4,096      Sound CPU Program ROM   CPU    1K
SP-SND   BIN           256      Waveform ROM            CPU 

SPV1-3C  BIN         4,096      Character ROM           VID    3C
SPV2-3F  BIN         8,192      Sprite ROM              VID    3F
SP-3L    BIN           256      Sprite Color PROM       VID    3L
SP-4E    BIN           256      Character Color PROM    VID    4E
SP-4C    BIN            32      Master Color PROM       VID    4C


Note: ROMs MUST be located in a sub-directory called SUPERPAC

Controls
--------

Keys are user definable in the game, however there are some
control keys.


F10 - turns test mode on/off ( game starts in test mode F10 to exit )
Test Mode:

        left/rigjt - scroll screen
        fire one   - play tune

        F1-F3 adjust dip-switch settings as follows

        F1  - Rank Select ( higher = harder )
        F2  - Number of lives
        F3  - Bonus life options


In-Play mode:

1 - One player Start
2 - Two player Start
3 - add credit

F10 - starts test mode ( resets game )


Note: Reset clears dip-switch settings




Save Settings 
-------------

This option will save the current configuration details to the
file SUPERPAC.CFG these are

        - Joystick Calibration Details
        - Dip Switch Settings
        - Keyboard Controls


Save/Load Game Image
--------------------

This will save or load a complete dump of the game and current CPU state.
You can then reload this at a future time. 

File names for the 6 images are - SPM-DAT1.SAV to SPM-DAT6.SAV

You can save games in 'mid-play' and reload. Dip Switch settings
are also recorded in the .SAV files.








Thanks & Credits
----------------

Dave Spicer, 6809 help and general help.
Brian Peek for the save/load game image idea.
Lee Taylor, Kim Voegele, Kev Cheung testing & input.
And everyone/anyone else who's helped.



Simulator's Home Web-site
-------------------------

http://www.cyberpass.net/~jrok

Note: YOU CANNOT GET THE ROMS FROM THIS SITE !


Sites which are known to contain ROM images are:

http://www.vu.union.edu/~peekb/arcade/
ftp://ftp.tant.com




Release History
---------------

v0.01  - June 28th - San Diego arcade party special release
v1.00  - July 16th - Fully featured 100% release
v1.01  - July 31st - Bug Fix: Save settings wrote the wrong filename
