forked from mborik/GPMD85Emulator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
33 lines (26 loc) · 1.42 KB
/
README
File metadata and controls
33 lines (26 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
= GPMD85Emulator ==============================================================
- multiplatform GNU/GPL emulator of the Tesla PMD 85, an 8-bit personal micro-
- computer produced in eighties of twentieth century in former Czechoslovakia
AUTHORS:
~ mborik [Martin Borik] - leader programmer of this *nix port based on SDL
~ rombor [Roman Borik] - original Windows code and emulation of CPU and chips
~ ub880d - support developer, lead-tester and bug-finder
THANKS:
~ ikon/SinDiKat - translation of comments in classes from slovak language
~ mikezt/zeroteam - quick-search in file-selector and beta-testing
~ Staon - fixing compatibility bug in file-selector's ScanDir
REQUIRED LIBRARIES:
~ SDL - Simple DirectMedia Library [ libSDL >= 1.2 ]
HOTKEYS:
~ function [f] keys are any of Alt|Win|Mac|Meta keys
~ main menu appear with [f]+F1 or with the "menu key"
~ for start/stop of tape emulator use [f]+P hotkey
INSTALLATION:
~ run script './configure', then 'make'
~ you can install application to the system dirs with 'make install' under root
~ in case of auto-config problems, you can try to 'autoreconf -vf',
or 'automake -af' (but you need autotools package).
CONFIGURATION PARAMETERS:
~ to enable/disable OpenGL functionality you need to run configuration with
optional parameter './configure --with-opengl' or '--without-opengl'.
~ to enable trace informations use '--enable-trace' parameter in configure.