summarylogtreecommitdiffstats
path: root/gpmd85emulator-git.install
blob: e1cf86d71e3e8b7c8c3b1d3027cf9c6c1c0af9fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
}