OSDN Git Service

[UI][Qt] Add assign joystick dialog.
[csp-qt/common_source_project-fm7.git] / RELEASENOTE.txt
1 ** Qt porting and FM-7/77/AV/AV40/EX for Common Source Code Project **
2
3                                                           Jan 24, 2016
4                             K.Ohta  (whatisthis.sowhat _at_ gmail.com)
5
6 1.About
7
8 This package is Qt5 porting of Common Source Code Project (CSP)
9 and Built with Visual Studio 2015 + DirectX9 + Direct Input 8 for Win32.
10
11 Additional INFO:
12 GNU/Linux with AMD64 binaries and Win32 with MINGW binaries are avaiable, packed with 7zip'ed format:
13
14   http://www1.axfc.net/u/3606903
15   or
16   https://www.sendspace.com/file/wn4pdr
17
18
19  MD5SUM: fad775870a6312a10c19adc89b446781
20  SHA256SUM: 4f6e599d5d48b6a50e113e499e838cd68342573734b7530811c611f6ab91e016
21  Source Code:
22     https://github.com/Artanejp/common_source_project-fm7/releases/tag/SNAPSHOT_20160124
23
24 2.Background
25 Common Source Code Project (CSP) is good emulator writing.
26 It also distributed with GPLv2, this is good for me.
27 But codes are specified to M$ Visual C.
28 I'm using GNU/Linux, and I starting to apply FM-7(or later).
29 So, I start to port to GNU/Linux and using Qt4/Qt5.
30
31 What you need at least:
32 a. Qt5 (neither Qt3 and Qt4) toolkit.
33 b. Some OpenGL implementation, maybe at leaset OpenGL v2.x .
34 c. gcc / g++ (4.7 or later? ) or llvm clang / clang++ (3.5 or later?) toolchain.
35 d. SDL2 (not SDL1.x).
36 e. CMake 2.8 or later.
37
38    * TIPS: If emufoo.exe don't show screen drawing, set environment 
39            variable QT_OPENGL to software (i.e. Using Windows as VirtualBox's gueat OS).
40
41
42 3.How to build:
43 After extracting (or git pulled) sourcecodes:
44 $ cd {srctop}/source/build-cmake/{Machine name}/
45 $ mkdir build
46 $ cd build
47
48 To configure:
49 $ cmake ..
50 or
51 $ ccmake ..
52
53 To build:
54 $ make
55
56 To install:
57 $ sudo make install
58
59 4.Qt specified notice:
60 ・Place R@Ms under $HOME/emu{Machine Name}/ , this directory has made
61 after first using.
62 ・Config file, {foo}.ini is writteon on $HOME/.config/emu{Machine Name}/ .
63
64 5.Status
65 a. I tested to build only under Debian GNU/Linux "sid".
66    But, perhaps, will succed to build another GNU/Linux OSs or BSD OS variants.
67    * On windows, using MinGW is already okay, but not tested drawing.
68    * Cross building with GNU/Linux's MinGW32 and Qt5.5.1 (for MinGW) is available. 
69      Modify and use build-cmake/config_build_cross_win32.sh and related *.cmake files.
70    * And, you can also build with M$ Visual Studio 2013 or 2015.
71
72 b. Now, I using Qt5 as toolkit, because authors of Qt announced
73    "Qt4 is obsolete, will be updated no longer".
74
75 c. All of virtual machines are already ported to Qt (On Oct 29, 2015):
76 d. Now using GCC-5.2 with Link Time Optimize to build for distrubuted binaries.
77
78 Upstream repositry:
79 https://github.com/Artanejp/common_source_project-fm7
80
81 Upstream (Takeda Toshiya San's original code)
82 http://homepage3.nifty.com/takeda-toshiya/
83
84 Changes:
85  *** If you want to know full changes, please read 000_gitlog.txt . ***
86
87 * SNAPSHOT Jan 24, 2016
88   * Qt/OpenGL: Draw even not ready to GL3.0, fallback to GL2.0 (with/without shaders).
89   * Qt/OpenGL: Display screen even with VirtualBox and Host of linux , excepts Ubuntu 14.04 LTS.
90                GL libraries for Ubuntu 14.04 LTS seem to be weird (excepts AMD/nVidia's proprietary GLs).
91   * FM7: Fix around clock setting.
92   * FM7: Fix crash sometimes on initializing.
93   * Sound: Fix crash with some VMs.
94   * Sound: Fix choppy sound.
95   * Sound: Fix not effected sound-latency settings.
96   * Built with commit f6248ec7dfa76e776eddcb0e685fbf6b7ff58b65 .
97
98 -- Jan 24, 2016 13:44:50 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
99
100 * SNAPSHOT Jan 19, 2016-1
101   * Merge upstream 2016-01-10.
102   * Qt/OpenGL: Reduce GPU usage a lot. Save energy.
103   * Qt/OpenGL: You should use OpenGL >= v3.0 .
104   * Use printer: MZ1P17 to any VMs.
105   * FM8 : implemented. But not test enough.
106   * FM7: Fix incorrectness reset sequence around of keyboard when resetting.
107   * FM7: Adjust draw timing.
108   * FM-8/7/NEW7 : Removable kanji rom.
109   * FM7: Some of Fixes.
110   * Qt/OpenGL: Re-enable 4:3 CRT mode.
111   * Built with commit eced83faa808f2fde47a24365ebe4a6656aa40fb .
112
113 -- Jan 19, 2016 14:50:50 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
114
115 * SNAPSHOT Jan 07, 2016-3
116   * Hotfix for 2016-01-07 and 2016-01-07-2.
117   * SOUND: Fix broken WAV data of recording sound.
118   * Built with commit 8708a53b6627eba226d1bce0ba89bf792d884c98 .
119
120 -- Jan 08, 2016 12:19:19 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
121         
122 * SNAPSHOT Jan 07, 2016 -2
123   * MERGE upstream 2015-12-31, with printer emulations.
124   * A lot of fixes.
125   * Enable to build with MinGW / Win32.
126   * FM7: Add aspect ratio 4:3 modes.
127   * FM7: Add support printer and Dempa shinbum-sha's Joy stick.
128   * Built with commit e0b53fc1bd4af3a232ccc878671bab2caf7743f8 .
129
130 -- Jan 07, 2016 23:08:35 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
131
132 * SNAPSHOT Jan 07, 2016
133   * MERGE upstream 2015-12-31, with printer emulations.
134   * A lot of fixes.
135   * Enable to build with MinGW / Win32.
136   * FM7: Add aspect ratio 4:3 modes.
137   * FM7: Add support printer and Dempa shinbum-sha's Joy stick.
138   * Built with commit 204d454b54e87106c29aad9c4f842987a5553aac .
139
140 -- Jan 07, 2016 21:12:13 +0900 K.Ohta <whatisthis.sowhat@gmail.com>
141
142
143 Upstream changes:
144 -----
145 1/10/2015
146
147 [VM/MZ1P17] support ESC % 2 in MZ-1 mode
148 [VM/MZ1P17] support MZ-2/3/X1 mode
149 [VM/MZ1P17] improve hiragana mode
150 [VM/MZ1P17] support overprint in the case that line feed distance is not enough
151 [VM/MZ1P17] improve busy signal
152 [VM/MZ1P17] support ack and reset signal
153 [VM/PRNFILE] improve busy signal
154 [VM/PRNFILE] support ack and reset signal
155
156 [MZ1500] support dummy printer device and MZ-1P17
157 [MZ2200/PRINTER] support dummy printer device and MZ-1P17
158 [MZ2500/PRINTER] improve to use printer reset signal
159 [MZ2800/PRINTER] support dummy printer device and MZ-1P17
160 [MZ3500] support dummy printer device and MZ-1P17
161 [MZ5500] support dummy printer device and MZ-1P17
162 [PC8801/PC88] fix to get printer busy status
163 [PC9801] fix to get printer busy status
164 [PC98LT] fix to get printer busy status
165 [X1] support dummy printer device and MZ-1P17
166
167 -----
168
169
170 Have fun!
171 -- Ohta.
172