mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-22 17:31:28 +00:00
Updates to the .chm help doc, including a new section on the history of Pravets clones
(Just missing Michael's updates to the debugger.)
This commit is contained in:
parent
4bd5a8b998
commit
4a7f95d4b7
@ -20,7 +20,9 @@
|
||||
-r <number of pages><br>
|
||||
Emulate a RAMworks III card with 1 to 127 pages (each page is 64K, giving a max of 8MB)<br><br>
|
||||
-f8rom <rom-file><br>
|
||||
Use custom 2K ROM at [$F800..$FFFF]. <rom-file> must be 2048 bytes long<br>
|
||||
Use custom 2K ROM at [$F800..$FFFF]. <rom-file> must be 2048 bytes long<br><br>
|
||||
-printscreen<br>
|
||||
Enable the dialog box to display the last file saved to<br>
|
||||
<P> </P>
|
||||
<P style="FONT-WEIGHT: bold">Debug arguments:
|
||||
</P>
|
||||
|
@ -168,6 +168,12 @@
|
||||
<param name="Local" value="cfg-Advanced.html">
|
||||
<param name="ImageNumber" value="2">
|
||||
</OBJECT>
|
||||
<UL>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
<param name="Name" value="Pravets Clones">
|
||||
<param name="Local" value="cfg-Advanced-Pravets.html">
|
||||
</OBJECT>
|
||||
</UL>
|
||||
<UL>
|
||||
<LI> <OBJECT type="text/sitemap">
|
||||
<param name="Name" value="The Freeze's F8 rom">
|
||||
|
52
AppleWin/help/cfg-advanced-pravets.html
Normal file
52
AppleWin/help/cfg-advanced-pravets.html
Normal file
@ -0,0 +1,52 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Pravets Clones</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||||
</head>
|
||||
<body style="FONT-FAMILY: verdana; BACKGROUND-COLOR: rgb(255,255,255)" alink="#008000"
|
||||
link="#008000" vlink="#008000">
|
||||
<h2 style="COLOR: rgb(0,128,0)">Pravets Clones</h2>
|
||||
<hr size="4">
|
||||
<p style="FONT-WEIGHT: bold">Background:</p>
|
||||
<p>
|
||||
In the 80's Bulgaria was the biggest computer manufacturer in this part of the world.
|
||||
Also - first in the world
|
||||
- for the proportion of manufactured computers per person
|
||||
in the country.<br>
|
||||
</p>
|
||||
<p style="FONT-WEIGHT: bold">History:</p>
|
||||
<p>
|
||||
IMKO 1 and IMKO 2 were the first models (circa 1980 and 1982); in 1983 IMKO 2 was renamed to Pravetz 82,
|
||||
because Todor Zhivkov (Bulgarian government and communist party leader at this time) was from Pravetz -
|
||||
a small town, near to Bulgaria's capital city, Sofia.<br>
|
||||
<br>
|
||||
IMKO 1,2 and Pravetz 82 were almost identical clones of the Apple ][. Then the Pravetz factory built the Pravetz 8M (which was unique at the time)
|
||||
because of its 2 onboard CPU's - 6502 & Z80 (used as a built-in CP/M module). It also had 64 KB of RAM onboard
|
||||
(16 KB as built-in RAM expansion in slot 0).<br>
|
||||
<br>
|
||||
In the following years they also built: Pravetz 8E, 8A, 8C and 8S - clones of Apple //e.<br>
|
||||
. 8E didn't have the Cyrillic font, unlike all other models, it had lowercase and
|
||||
capital Latin letters, like original Apple's.<br>
|
||||
. 8A have 2 additional basic commands, 8 bit code-pages, mini-assembler, allowed
|
||||
the use of hex codes in BASIC and some additional subroutines
|
||||
in the built-in ROM. Unfortunately, some important entry points of the monitor (ROM) program were changed, so it was not 100%
|
||||
compatible with older Apple (and Pravetz) models. This is easily corrected by changing some code (usually JMP in binary
|
||||
programs or CALL, POKE, PEEK
|
||||
in BASIC programs), but not very simple, especially for ordinary users.<br>
|
||||
. 8C was a stripped down version of 8A (so like the Apple //c) but its size wasn't smaller, like //c. It was without an auxiliary slot
|
||||
of 8A (Apple //e), instead it had 64 KB RAM built-in to its address space. It also had a CM630 CPU (6502 analogue), which had
|
||||
some bugs when used with the CP/M module. 8C also had a built-in RGB module for color monitor (slot 7) and of course the improved
|
||||
80 column card of the Apple //e, like 8E and 8A.<br>
|
||||
. 8S was a further improved version of 8C with a possibility to change DRAM chips to 1 MB of memory.
|
||||
(It was possible to do this with Pravetz 8C and the expansion card of 8A: in order to have 1060 MB of memory.)<br>
|
||||
<br>
|
||||
There were also other Pravetz models:<br>
|
||||
. 8D was a version of the Oric/Atmos - "D" means "Dom" - "Home" in Bulgarian.<br>
|
||||
Other models were 16 bit - IBM PC XT and AT clones:<br>
|
||||
. Pravetz 16, Pravetz 16, Pravetz 16A, Pravetz 16H, Pravetz 16T (with Nec V20 CPU)<br>
|
||||
. Pravetz 286 (286 CPU), Pravetz 386 (with 386 CPU) and Pravetz 486 - experimental, only a few were manufactured.</p>
|
||||
<br>
|
||||
Thanks to Stanislav Georgiev for this information.
|
||||
</body>
|
||||
</html>
|
@ -37,7 +37,6 @@ then you should leave these values at 0.</li>
|
||||
|
||||
|
||||
<strong>Mouse interface in slot 4:</strong><br>
|
||||
|
||||
<ul>
|
||||
<li>Disables joystick emulation with mouse.</li>
|
||||
<li>Disables Mockingboard/Phasor in slot 4.</li>
|
||||
@ -56,6 +55,13 @@ moving in and out of the AppleWin window will switch between Windows' and the Ap
|
||||
</ul>
|
||||
|
||||
|
||||
<strong>Microsoft CP/M SoftCard interface in slot 5:</strong><br>
|
||||
<ul>
|
||||
<li>Emulates a CP/M card, complete with full Z80 emulation.</li>
|
||||
<li>Disables Mockingboard/Phasor in slot 5.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<strong>Paste from clipboard:</strong><br>
|
||||
Pressing this button will allow you to paste text from the
|
||||
Windows' clipboard into the emulated Apple //e.<br>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
@ -54,6 +54,12 @@
|
||||
<p><span style="font-weight: bold;">Shift+Insert:</span><br>
|
||||
Paste text from Windows' clipboard. Text gets fed a character at a time to the
|
||||
Apple's keyboard hardware. The 'CR+LF' combination gets converted to CR.</p>
|
||||
<p><span style="font-weight: bold;">PrintScrn:</span><br>
|
||||
Save Apple screen to bitmap. The file is saved to the last directory you opened a disk image from. The default resolution is 560x384. Use Shift+PrintScrn to save a 280x192 bitmap. The filename
|
||||
generated depends if you have a floppy inserted in drive-1 or not. If you do then
|
||||
files are named "{DiskFilename}_#.bmp" otherwise they are named "AppleWin_ScreenShot_#.bmp".</p>
|
||||
<p><span style="font-weight: bold;">Shift+PrintScrn:</span><br>
|
||||
See above.</p>
|
||||
<p><span style="font-weight: bold;">Function Keys F1-F8:</span><br>
|
||||
These PC function keys correspond to buttons on the <a href="toolbar.html">toolbar</a>.</p>
|
||||
<p><span style="font-weight: bold;">Function Key F9:</span><br>
|
||||
|
@ -18,8 +18,14 @@
|
||||
<p>The entire Apple //e state is saved to a file (.aws). This includes Disk][ (even
|
||||
during r/w operation) and Mockingboards.</p>
|
||||
<p><span style="FONT-WEIGHT: bold">1</span>
|
||||
Currently the harddisk state is not persisted to the .aws file. Phasor,
|
||||
Uthernet and Mouse cards are not persisted either.</p>
|
||||
The following are not persisted to the .aws file:
|
||||
<ul>
|
||||
<li>Harddisk</li>
|
||||
<li>Phasor</li>
|
||||
<li>Uthernet card</li>
|
||||
<li>Mouse card</li>
|
||||
<li>CP/M SoftCard</li>
|
||||
</ul>
|
||||
<p>Note: Only the file names of the disk images are stored in the .aws (not the
|
||||
full path). This allows you to move your disk image around or distribute them.
|
||||
If AppleWin can't locate the disk image(s), then it will prompt for the new
|
||||
|
Loading…
x
Reference in New Issue
Block a user