ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Docs/emulwindow.html
Revision: 1.3
Committed: 2010-04-25T11:52:11Z (13 years, 11 months ago) by cebix
Content type: text/html
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +4 -4 lines
Log Message:
documentation update

File Contents

# Content
1 <HTML>
2 <HEAD>
3 <TITLE>Emulation window</TITLE>
4 </HEAD>
5 <BODY>
6
7 <H1>Emulation window</H1>
8
9 <HR>
10
11 The emulation window displays the C64 graphics and receives the keyboard
12 input. Under BeOS and AmigaOS, this window has a menu offerring six commands
13 (apart from About/Quit):<P>
14
15 <UL>
16 <LI><B>"Reset C64"</B> resets the C64 and the 1541 emulation (same as pressing F12)
17 <LI><B>"Preferences..."</B> re-opens the <A HREF="settings.html">settings window</A>
18 <LI><B>"SAM..."</B> halts the emulation and activates <A HREF="sam.html">SAM</A> (you can exit from SAM with the "x" command)
19 <LI><B>"Insert next disk"</B> changes the disk image of drive 8 if in "D64" mode and inserts the "next" disk. Frodo tries to be smart about what the "next" disk is. Your disk images should be named "Foo1.d64", "Foo2.d64"... or "BarA.d64", "BarB.d64"... for this feature to work.
20 <LI><B>"Load snapshot..."</B> restores the emulator state from a snapshot file saved with "Save snapshot...".
21 <LI><B>"Save snapshot..."</B> saves the current emulator state to disk.
22 </UL>
23
24 In the bottom left corner of the window, Frodo displays how much percent of
25 the speed of a real C64 the emulation achieves.<P>
26
27 The four items labeled "Drive 8" to "Drive 11" are the disk activity
28 indicators of the 1541 emulation.<P>
29
30 Under <B>RISC OS</B> Frodo can be controlled via Menus and the emulator
31 pane. Some notes on the pane entries:
32
33 <UL>
34 <LI><B>Drive LEDs 8-11</B> display the drives' state. You can also set the drive paths by dragging files/directories to the corresponding LEDs.
35 <LI>The <B>Speedometer</B> is clickable, its border type displays the state of the speed limiter. Slab in means off, slab out means on.
36 <LI>The <B>Pause</B> and <B>Reset</B> icons should be self-explanatory.
37 <LI>The <B>Size Toggler</B> lets you choose between two display sizes. It shows the one you'll get if you click it, rather than the current one.
38 </UL>
39
40 </BODY>
41 </HTML>