Skip to content

szaniszlo/GPMD85Emulator

 
 

Repository files navigation

= 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.

About

Multiplatform GNU/GPL emulator of the Tesla PMD 85, an 8-bit personal micro-computer and all its compatible models produced in eighties of 20th century in former Czechoslovakia.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 77.1%
  • Makefile 12.5%
  • Shell 5.8%
  • C 4.1%
  • M4 0.5%