-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
89 lines (69 loc) · 2.88 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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
_ _ _ _______ ___ _ ___ ___
| | | (_) | | ___ \ / _ \ | | | \/ |
| | | |_ ___ _ _ __ _| | |_/ / ___ _ _ / /_\ \ __| |_ ____ _ _ __ ___ ___ ______| . . |
| | | | / __| | | |/ _` | | ___ \/ _ \| | | | | _ |/ _` \ \ / / _` | '_ \ / __/ _ \______| |\/| |
\ \_/ / \__ \ |_| | (_| | | |_/ / (_) | |_| | | | | | (_| |\ V / (_| | | | | (_| __/ | | | |
\___/|_|___/\__,_|\__,_|_\____/ \___/ \__, | \_| |_/\__,_| \_/ \__,_|_| |_|\___\___| \_| |_/
__/ |
|___/
VisualBoyAdvance-M
Nintendo Game Boy & Game Boy Advance Emulator
Project Homepage: http://vba-m.com
This program is distributed under the GNU General Public License Version 2.0
http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
Based on the official VisualBoyAdvance by Forgotten & the VBA development team
Original Project Homepage: vba.ngemu.com
VBA-M is a [Super] Game Boy [Color / Advance] emulator for Windows, Linux & Mac. It is an improved fork from the inactive VisualBoyAdvance project, adding several features as well as maintaining an up-to-date codebase. After VisualBoyAdvance became inactive in 2004, several forks began to appear such as VBALink, which allowed users to emulate the linking of two Gameboy devices. Eventually, VBA-M was created, which merged several of the forks into one codebase. Thus, the M in VBA-M stands for Merge.
=======
Credits
=======
Mudlord
Nach
Squall Leonhart
Spacy
DJRobX
Jonas Quinn
kode54
Normmatt
Arthur Moore
==============
Special Thanks
==============
Forgotten & the VBA development team:
- For creating VisualBoyAdvance
- Couldn't you have written cleaner code???
chrono:
- Fixed a bug in the HQ3x/4x filters
- Made HQ3x/4x and Bilinear filters (ASM versions) thread-safe
- Many other fixes....
bgKu:
- GTK GUI port
- Various assistance with Linux issues
xKiv
- Assistance with Linux SDL port
blargg:
- Assistance with the implementation of his highly accurate GB audio core
- Implemented his unreleased File_Extractor library
- Cleanup of the audio core interface
kode64:
- Implemented LZMA2 in FEX
- GB_APU tweaks and fixes
- cmake corrections
shuffle2:
- SFML library
- various build fixes
Squarepusher
- Libretro merge
==============
Changes from Official SVN
(This list is non inclusive)
==============
wxvbam now compiles on modern Linux systems
-Now compiles on wxwidgets 2.8
-Now properly Selects wxwidgets 2.8 if 3.0 is also installed
Cmake Build System has been cleaned up, and is now more modular
Art Assets have been updated
wxvbam code cleanup
-Still in the process of removing C macros
Filter system is currently being rewritten
-At the least I've changed the variable names so it's obvious what's going on now