========================================================================
DYNAMIC LINK LIBRARY: sa_6502.dll                           license: GPL
Standalone CPU 6502 emulation library, by C.P.U. 2003
========================================================================

This is the library created from the CPU 6502 emulator. Code was taken
from Atari800 emulator 1.2.4 (http://atari800.sourceforge.net) and was
stripped down for instructions execution only and lacks a lot of the
original functionality (IRQ, NMI, etc.).

It provides this functions:

void C6502_Initialise(BYTE* memory );
int C6502_JSR(WORD* adr, BYTE* areg, BYTE* xreg, BYTE* yreg, int* maxcycles);
void C6502_About(char** name, char** author, char** description );

Note:

Full source codes are in the "src" directory.
