PocketBook II emulation... |
C:\Psion
, with the backups going into C:\Psion\Rick's organiser
dosbox.conf
. Open it in Notepad.[autoexec] # Lines in this section will be run at startup.
[autoexec] # Lines in this section will be run at startup. @echo off mount c c:\ c: cd \psion\s3a s3a
@Echo Enter 's3a' to start the Psion emulator...
S3A.BAT
. We need to make a number of modifications to this file to work around differences in how it works vs how DOSBox works.
@echo off C: CD \psion\s3a @ECHO Creating virtual drives for Psion Series 3a emulator mount M C:\psion\rick's~1\backup\internal mount A C:\psion\rick's~1\backup\sramssd mount B C:\psion\s3a S3AEMUL.EXE @ECHO Deleting virtual drives and returning PC to normal mount -u M mount -u A mount -u B C:\ CD \
}
amend these paths
as necessary
for your setup...
Internal (M:) disc | Backup copy of organiser's M: |
Left SSD (A:) disc | Backup copy of organiser's A: |
Right SSD (B:) disc | Points to directory where emulator is |
DOSBox.exe
.
Alt
+/
(same as Psion
+/
) appears to cause a freeze. I don't know if it would be different running the emulator in single-tasking mode (press Alt
+Enter
). I suspect the problem may be clashes between Windows keypresses and ones the emulator uses.
F1 | System/desktop shortcut key |
F2 | Database shortcut key |
F3 | Word processor shortcut key |
F4 | Diary shortcut key |
F5 | Time/clock shortcut key |
F6 | World data shortcut key |
F7 | Calculator shortcut key |
F8 | Spreadsheet shortcut key |
F9 | Menu key |
F10 | Help key |
F11 | Simulates a power cycle |
F12 | Diamond key |
Alt | Psion /Acorn key
|
Ctrl +Alt +Z | Quits the emulator by crashing it! |
Ctrl +Alt +Esc | Usually quits the emulator safely. |
F11
key only has an effect if there is a password set.
Please note that by default the Ctrl
+F9
keypress (which is Ctrl
+Menu
in the Psion emulator) is defined as the hotkey to quit DOSBox!
If you want this key to be active, either play with the key mapping (press Ctrl
+F1
when DOSBox is running) or open the file mapper.txt
and delete the entry for "hand_shutdown
".
Note that numerous other Ctrl
+function key
keypresses are reserved for specific functions within DOSBox, refer to the documentation for more details.
HHSERVER.PAR
.
This file controls 'parameters' given to the display server. It normally looks like:
SERVER_PARAMS -X480 -Y160 -D SERVER_DUMP server.dmp
SERVER_PARAMS -X640 -Y480 -D SERVER_DUMP server.dmp
Once you have done this, you will find that...