You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.txt
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,10 @@ It uses the Android NDK. The former Emu42 source code (written by Christoph Gies
5
5
This win32 layer will allow to easily update from the original Emu42 source code.
6
6
It can open or save the exact same state files (state.e??) than the original Windows application!
7
7
8
-
This application does NOT come with the ROM files!
9
-
You will need KML scripts and ROM files already copied into your Android filesystem.
10
-
You can download the KML scripts here: http://regis.cosnier.free.fr/soft/androidEmu42/KML-original-127.zip
11
-
Or you can download the KML scripts from the original Emu42 Windows application archive (https://hp.giesselink.com/emu42.htm)
12
-
and you can extract the ROM file from a real calculator (or be lucky on internet).
13
-
Be careful about the case sensitivity of the filename in the KML script (Linux is case sensitive, not Windows).
8
+
Some KML files with theirs faceplates are embedded in the application but it is still possible to open a KML file and its dependencies by selecting a folder on your Android file system.
9
+
If you want to modify them, you can download the already embedded KML scripts here: http://regis.cosnier.free.fr/soft/androidEmu42/KML-original-127.zip
10
+
Or you can download the KML scripts from the original Emu42 Windows application archive (https://hp.giesselink.com/emu42.htm) and add your ROM files.
11
+
Be careful about the case sensitivity of the filename in the KML script (Linux/Android is case sensitive, not Windows).
14
12
15
13
The application does not request any permission (because it opens the files or the KML folders using the content:// scheme).
1. From the left side, slide your finger to open the menu.
21
+
1. Click on the 3 dots button at the top left (or from the left side, slide your finger to open the menu).
24
22
2. Touch the "New..." menu item.
25
-
3. "Select a Custom KML script folder..." where you have copied the KML scripts and ROM files (Android 11 cannot use the folder Download).
26
-
4. Pick a calculator.
27
-
5. And the calculator should now be opened.
23
+
3. Select a default calculator (or "[Select a Custom KML script folder...]" where you have copied the KML scripts and ROM files (Android 11 cannot use the folder Download)).
24
+
4. And the calculator should now be opened.
28
25
29
26
30
27
NOTES
31
28
32
29
- For technical reason, this application need the Android 5.0 (API 21).
33
30
- The Help menu displays Emu42's original help HTML page and may not accurately reflect the behavior of this Android version.
34
31
- When using a custom KML script by selecting a folder (Not the folder Download for Android 11), you must take care of the case sensitivity of its dependency files.
35
-
- This Emulator does not include the ROM files or the KML files.
36
32
- To speed up printing, set the 'delay' to 0 in the calculator's print options.
37
33
38
34
@@ -50,6 +46,12 @@ LINKS
50
46
51
47
CHANGES
52
48
49
+
Version 1.8 (2021-10-17)
50
+
51
+
- Add the KML scripts and the calculator images in the application.
52
+
- Remove unneeded code.
53
+
54
+
53
55
Version 1.7 (2021-10-12)
54
56
55
57
- Fix the upside down background of the LCD screen on high contrast (actually, fix a general top-down issue in the bitmap).
@@ -154,7 +156,6 @@ TODO
154
156
155
157
- The render pixels are very nice. A solution to obtain uniform pixel size could be a preset (a multiplier, auto) so the user could decide and upscale/downscale (Michael P).
156
158
- In Autozoom mode, I could add a button which switches to the other half of the faceplate (Comments from @Nick and @Jean-Marc)
157
-
- Try to include the KML files without the ROMs.
158
159
- Sometimes, the calculator seems to lag and finally freeze.
159
160
- In drawPixelBorder(), use canvas.drawLines() instead of multiple canvas.drawLine() to save CPU.
Copy file name to clipboardExpand all lines: app/src/main/assets/ReadMe.txt
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,10 @@ It uses the Android NDK. The former Emu42 source code (written by Christoph Gies
5
5
This win32 layer will allow to easily update from the original Emu42 source code.
6
6
It can open or save the exact same state files (state.e??) than the original Windows application!
7
7
8
-
This application does NOT come with the ROM files!
9
-
You will need KML scripts and ROM files already copied into your Android filesystem.
10
-
You can download the KML scripts here: http://regis.cosnier.free.fr/soft/androidEmu42/KML-original-127.zip
11
-
Or you can download the KML scripts from the original Emu42 Windows application archive (https://hp.giesselink.com/emu42.htm)
12
-
and you can extract the ROM file from a real calculator (or be lucky on internet).
13
-
Be careful about the case sensitivity of the filename in the KML script (Linux is case sensitive, not Windows).
8
+
Some KML files with theirs faceplates are embedded in the application but it is still possible to open a KML file and its dependencies by selecting a folder on your Android file system.
9
+
If you want to modify them, you can download the already embedded KML scripts here: http://regis.cosnier.free.fr/soft/androidEmu42/KML-original-127.zip
10
+
Or you can download the KML scripts from the original Emu42 Windows application archive (https://hp.giesselink.com/emu42.htm) and add your ROM files.
11
+
Be careful about the case sensitivity of the filename in the KML script (Linux/Android is case sensitive, not Windows).
14
12
15
13
The application does not request any permission (because it opens the files or the KML folders using the content:// scheme).
1. From the left side, slide your finger to open the menu.
21
+
1. Click on the 3 dots button at the top left (or from the left side, slide your finger to open the menu).
24
22
2. Touch the "New..." menu item.
25
-
3. "Select a Custom KML script folder..." where you have copied the KML scripts and ROM files (Android 11 cannot use the folder Download).
26
-
4. Pick a calculator.
27
-
5. And the calculator should now be opened.
23
+
3. Select a default calculator (or "[Select a Custom KML script folder...]" where you have copied the KML scripts and ROM files (Android 11 cannot use the folder Download)).
24
+
4. And the calculator should now be opened.
28
25
29
26
30
27
NOTES
31
28
32
29
- For technical reason, this application need the Android 5.0 (API 21).
33
30
- The Help menu displays Emu42's original help HTML page and may not accurately reflect the behavior of this Android version.
34
31
- When using a custom KML script by selecting a folder (Not the folder Download for Android 11), you must take care of the case sensitivity of its dependency files.
35
-
- This Emulator does not include the ROM files or the KML files.
36
32
- To speed up printing, set the 'delay' to 0 in the calculator's print options.
37
33
38
34
@@ -50,6 +46,12 @@ LINKS
50
46
51
47
CHANGES
52
48
49
+
Version 1.8 (2021-10-17)
50
+
51
+
- Add the KML scripts and the calculator images in the application.
52
+
- Remove unneeded code.
53
+
54
+
53
55
Version 1.7 (2021-10-12)
54
56
55
57
- Fix the upside down background of the LCD screen on high contrast (actually, fix a general top-down issue in the bitmap).
0 commit comments