SPRINT May 24 2003 review
DownloadSPRINT is an emulator of the Peters Plus super-Speccy, the Sprinter
|
|
SPRINT is an emulator of the Peters Plus super-Speccy, the Sprinter. SPRINT is using Fuse's Z80 core for its CPU emulation.
We emulate OS Estex as interface to real OS of emulator. We don't emulate SPECTRUM mode yet, but it's possible in the future. We developed this project in C++ for using object-oriented technique and portability.
Default video mode is 640x480 with 256 colors. If you have any problems with this mode, edit SPRINT.INI file. Now you may use windowed mode for SDL version of SPRINT. Developed for WIN9X (SDL+DirectX), MS-DOS (DOS4GW), LINUX (svgalib) and LINUX (SDL+X11).
SUPPORTED FUNCTIONS:
At present, a number of supported functions is not too big, namely:
Accelerator: all
Bios (RST #08):
#81,#82,#83,#84,#85,#86,#87,#88,#89,#8A,#8B,#8C,#8D,#8E,
#A1,#A4,#C0,#C1,#C2,#C3,#C4,#C5,#C6,#C7,#EF
Estex (RST #10):
#01,#02,#0A,#0B,
#11,#12,#13,#14,#15,#19,#1A,#1D,#1E,#21,
#30,#31,#32,#33,#35,#37,#38,#39,#3A,#3B,#3C,#3D,#3E,
#40,#41,
#50,#51,#52,#53,#54,#55,#56,#57,#58,#59,#5A,#5B,#5C
else jump to real SYSTEM.DOS
Mouse (RST #30):
#00,#03
Requirements:
SDL v1.0.8
What's New in This Release:
This is NOT release! This is snapshot of my work directory!
SPRINT May 24 2003 keywords