summarylogtreecommitdiffstats
path: root/gpmd85emulator-git.install
diff options
context:
space:
mode:
authorjose17112017-09-14 18:51:39 +0200
committerjose17112017-09-14 18:51:39 +0200
commita604112a49d7cb488524504ee4d8ec7fe46849a8 (patch)
treee3075a00b8966d9528d89629ac99ff577f9645ef /gpmd85emulator-git.install
downloadaur-a604112a49d7cb488524504ee4d8ec7fe46849a8.tar.gz
Initial commit
Diffstat (limited to 'gpmd85emulator-git.install')
-rw-r--r--gpmd85emulator-git.install24
1 files changed, 24 insertions, 0 deletions
diff --git a/gpmd85emulator-git.install b/gpmd85emulator-git.install
new file mode 100644
index 000000000000..e1cf86d71e3e
--- /dev/null
+++ b/gpmd85emulator-git.install
@@ -0,0 +1,24 @@
+post_install() {
+ cat <<HERE
+Quick howto:
+ Type MGLD 00 into Emulator window
+ Press Alt-T, select Pexeso using arrow keys and Space
+ Press to play the tape loading the game into memory
+
+Emulator shortcuts:
+ AltGr + F1 main menu
+ AltGr + F2 open tape file (.ptp)
+ AltGr + F5 restart
+ AltGr + 1-4 scaling modes
+ Alt + F4 exit dialog
+ AltGr + T tape browser
+HERE
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}