summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pmd85.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pmd85.cpp')
-rw-r--r--src/mame/drivers/pmd85.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mame/drivers/pmd85.cpp b/src/mame/drivers/pmd85.cpp
index 94c88be77f3..6a7dec2dc20 100644
--- a/src/mame/drivers/pmd85.cpp
+++ b/src/mame/drivers/pmd85.cpp
@@ -38,6 +38,7 @@ Notes on emulation status and to do list:
10. PMD-85, Didaktik Alfa 2 and Didaktik Beta (ROMs and documentation needed).
11. FDD interface (ROMs and disk images needed).
12. "Duch & Pampuch" Mato game displays scores with incorrect characters.
+13. Tape save in pmd851 is badly formatted - cannot be loaded.
PMD-85 technical information
============================
@@ -169,6 +170,16 @@ I/O ports
ROM module is not supported by Didaktik Alfa and Mato.
+Commands
+--------
+DUMP aaaa - dump memory from aaaa
+JUMP aaaa - start program at aaaa
+MEM aaaa - show 16 bytes from aaaa-up
+MGLD xx - load file number xx from cassette
+MGSV xx aaaa bbbb yyyyyyyy - save memory range aaaa to bbbb to cassette with file number xx and filename yyyyyyyy
+SUB aaaa bb cc dd... - write bytes to memory starting at aaaa with bb,cc,dd...
+
+
*******************************************************************************/
#include "emu.h"