Emulator

Z PMD 85 Infoserver

(Rozdiel medzi revíziami)
Djb (Diskusia | príspevky)
(infobox:en + new features)
Djb (Diskusia | príspevky)
(newver 11-01-23)
Riadok 2: Riadok 2:
| name = RM-TEAM emulator of PMD 85
| name = RM-TEAM emulator of PMD 85
| screenshot = [[Image:PMD85Emu_screenshot_m2-main2.gif]]
| screenshot = [[Image:PMD85Emu_screenshot_m2-main2.gif]]
-
| version = [[Emulator/Changelog|2.0.4.65]]
+
| version = [[Emulator/Changelog|2.1.6.110]]
-
| release_date = ''May 25 2008''
+
| release_date = ''January 23 2011''
| download = '''[[Download#PMD 85 Emulator|current version]]'''
| download = '''[[Download#PMD 85 Emulator|current version]]'''
}}
}}

Verzia zo dňa a času 16:38, 23. január 2011

RM-TEAM emulator of PMD 85
Image:PMD85Emu_screenshot_m2-main2.gif
Version:2.1.6.110 / January 23 2011
Download: current version
see also:




Obsah

emulators of PMD 85...

Emulator of PMD 85 microcomputer is not kind of "hot new". First emulators of PMD 85 were developed even for MS-DOS early in nineties of last century (Petr Tůma, Peter Chrenko, Petr Šlechta). But with progress in production of high-performance processors and increasing popularity of OS MS Windows using, became a problem to run any of these old MS-DOS emulators by reason of timing and direct access to IO ports of PC.

It was set a time for new emulator that was can run under OS MS Windows. Again, for this OS was developed some more or less usable PMD 85 emulators, too: (Martin (Schotek) Nový, Tomáš Franke, Petr Hyťha DiS.). Also exists multi-computer emulator developed in Java emulated PMD 85 (Roman Dolejší).

PMD 85 emulator for Linux platform probably isn't exists, but we derive special version of our emulator, that can run with Wine on Linux (more info).

why another PMD 85 emulator?

Reason of developing own PMD 85 emulator was simple. We need to show us that we can develop something like that, also we doesn't find in other PMD 85 emulators things that we can. Everyone has different thought about emulation and functions of emulator, so we want to make one that can satisfy our wishes.

RM-TEAM emulator PMD 85...

Emulator is developed under VCL framework on OS Microsoft Windows. It's compiled and linked with all needed libraries so that can run without any additional installation or OS updating.

Archive contains:

  • PMD85Emu.exe - emulator executable
  • PMD85Emu.xml - configuration file
    you needn't to edit it, but you can manually customize some parameters and you have to know that:
    • file is UTF-8 encoded (but until v2.0.3.57 version it was Unicode UTF-16 LE encoded)
    • during customizing of the this file emulator mustn't running
    • you must respect DTD template rules
  • PMD85Emu.dtd - template structure of configuration XML file of emulator - all changes are prohibited!
  • inpout32.dll - library for direct access to I/O ports, that emulator use for communication via LPT port. (It's necessary!)
  • /Rom - ROM files directory with files needed for emulator execution - contents of (E)PROM of all models and ROM modules
  • /Lang - language pack directory with files needed for emulator execution (now contains slovak, czech and english language packs)

All forthcoming versions will be contain new functions and capabilities, content of the configuration XML file and DTD schema will be different. Because of that, you must update these files at every updating to new version. This will result a lost of all settings, of course, but you can manually update all this settings (mainly ROM packages or directory paths) and copy/paste it from old configuration file.

Games and programs are in separate archives in download section in emulator tape files and disc images. You can put them into whatever directory on your harddisk, but is ideal to put them to subdirectories /Disk and /Tape in root directory of emulator, because it's default path in configuration XML file.

emulator capabilities...

  • emulation of all basic models: PMD 85-1, PMD 85-2, PMD 85-2A, PMD 85-3
  • emulation of PMD 85 Compatibles: Maťo a Consul 2717
  • possibile to use any ROM file
  • custom configuration of ROM modules - possible to create custom ROM packages
  • selection from three multiple scales of display + Full Screen mode
  • possibile to color display with customization of palette colors
  • real and accurate sound via DirectSound
  • emulation of tape-recorder - reading with flash loading and sound monitoring, writing and editing of tape possibility
  • emulation of diskette unit PMD 32
  • emulation of Musica sound interface
  • emulation of 4004/482 Joystick
  • emulation of printers and plotters
  • screenshot of display to clipboard or BMP file
  • read/write of memory part from/to file
  • integrated Debugger with many options of inspecting of memory, tracing and register changing; i8080 or Z80 instruction notation; disassembling to file
  • searching and memory modification in Debugger
  • snapshots
  • POKE dialog

developing in progress