-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS.vx68k
70 lines (36 loc) · 1.18 KB
/
NEWS.vx68k
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
58
59
60
61
62
63
64
65
66
67
68
69
70
News and History of User-Visible Changes in Virtual X68000
Version 1.1.4
* Bug fixes.
* New components: FDC and ACPDM codec.
* Minor internal clean-ups.
* Documentation updates.
Version 1.1.3
* New instruction handlers have been added.
* New IOCS call handlers have been added.
* Mouse now works.
* VDISP counter has been implemented.
* Many bugs have been fixed.
Version 1.1.2
* New instruction handlers.
* New memory components.
* New IOCS call handlers.
* Preliminary interrupt support. Currently, VDISP and OPM interrupts
are implemented.
* Text palette support.
* Improved key input handling.
* Reimplemented GUI.
* NLS by GNU gettext.
Version 1.1.1
* First release.
* Limitations.
** Processor.
*** Some minor instructions are not implemented.
*** Conditions VC and VS are not implemented.
*** Some instructions do not change condition codes correctly.
** X68000 virtual machine.
*** Many components including graphic VRAM are not implemented.
*** Text VRAM only works in monochrome.
*** Many IOCS calls are either not implemented or just stubs.
** Virtual DOS.
*** Many DOS calls are either not implemented or just stubs.
*** Loader only loads HU (*.x) executables.