-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
41 lines (26 loc) · 1.1 KB
/
README
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
This program is Virtual X68000, a virtual machine that emulates a Sharp
X68000. Virutal X68000 runs X68000 programs without any ROM image.
STATUS
This program is in early development phase and for developers only.
Many functions are not implemented yet.
See the file NEWS in this directory for the history of changes.
PREREQUISITE
This program requires Libvm68k 1.0.6 or later, and GTK+ 1.2.0 or
later.
This program is written in C++ with exception handling, templates,
and namespaces. For the best performance, a compiler that is good
at optimizing templates and inline functions is recommended.
- The compilers known to work are:
GCC 2.95.2.
- The compilers known not to work are:
G++ 2.7.* and earlier.
This program uses POSIX threads.
For debugging output, GNU Nana is also required.
>> INSTALLATION
See the file INSTALL in this directory for general instructions on
installation.
CONTACT
Send comments, suggestions, or anything you thought about this program
to vx68k@lists.hypercore.co.jp.
---
$ProjectHeader: vx68k 1.368 Wed, 04 Jul 2001 00:22:11 +0900 kaz $