-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Martin Bórik edited this page Nov 12, 2019
·
3 revisions
- multiplatform GNU/GPL emulator of the Tesla PMD 85, an 8-bit personal micro-computer produced in 80s of 20th century in former Czechoslovakia
Notice that GPMD85Emulator is not aimed to build and run on Windows, because there is our much better and feature-rich PMD 85 Emulator specifically for this platform (https://pmd85.borik.net/wiki/Emulator)
-
mborik [Martin Bórik]
- leader programmer of this *nix port based on SDL
-
rombor [Roman Bórik]
- original Windows code and emulation of CPU and chips
-
ub880d
- support developer, maintainer, tester
-
ikon/SinDiKat
- translation of comments sk>en, testing and support
-
mikezt/zeroteam
- quick-search in file-selector, bugfixing and testing
-
Cizo/SinDiKat
- testing and support
-
Staon
- fixing compatibility bug in file-selector's ScanDir
- SDL - Simple DirectMedia Library (v2.0.x)
- function
[f]
keys are any of Alt, Win, Mac or Meta keys - main menu appear with
[f]+F1
or with the "menu key" - for start/stop of tape emulator use
[f]+P
hotkey
- check installation guide for prerequisites.
- generate configuration scripts with
autoreconf -vfi
(you will need autotools package) - run script
./configure
- then
make
to build -
(optional) install to the system dirs with
sudo make install
- to enable trace informations use
./configure --enable-trace
.