-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathINSTALL
More file actions
58 lines (38 loc) · 2.02 KB
/
Copy pathINSTALL
File metadata and controls
58 lines (38 loc) · 2.02 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/*******************************************************************\
| INSTALLATION INSTRUCTIONS |
+-------------------------------------------------------------------+
+-------------------------------------------------------------------+
| QUICK START |
+-------------------------------------------------------------------+
o REQUIREMENTS
The simulator requires these libraries:
- SDL
- popt
o COMPILATION
The make in the top level directory recognizes these targets:
- all builds everything (default)
- bin builds the binary executable in bin
- doc builds the generated documentation in doc
o EXECUTION
The simulator requires that files named M1 and M2, containing the
binary images of the PMD 85-1 and PMD 85-2 ROM, are present in the
prefix directory (release build) or the current directory (standard
build).
+-------------------------------------------------------------------+
| C VERSION |
+-------------------------------------------------------------------+
The C version of the simulator has been tested on Fedora Core Linux.
It should be reasonably portable on most Linux platforms, feel free
to contact me if any issues come up.
+-------------------------------------------------------------------+
| ASSEMBLY VERSION |
+-------------------------------------------------------------------+
The assembly version of the simulator has been tested on DOS.
It requires Borland Turbo Assembler to compile, there is no
free assembler that can compile the sources (NASM does not
support the ASSUME directive and YASM does not support the
TASM syntax).
The assembly version is superseded by the C version.
+-------------------------------------------------------------------+
| Copyright (C) 2008 Petr Tuma <petr.tuma@dsrg.mff.cuni.cz> |
\*******************************************************************/