forked from meepingsnesroms/Mu
-
Notifications
You must be signed in to change notification settings - Fork 15
/
changelog.txt
63 lines (51 loc) · 2.23 KB
/
changelog.txt
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
------------------------------------------
v(1/3*3) to v1.0.0(Christmas 2018 - Feb 25 2019)
Core:
*SD card support
*all non timing based hacks are gone, this was my requirement for a v1.0.0 release
------------------------------------------
v0.9.5 to v(1/3*3)(equal to 1 until measured in a finite precision system)(Oct 18 2018 - Christmas 2018)
RetroArch GUI:
*switch to official VFS API, no more blobs of fopen() calls
*update the core info file
Qt GUI:
*fixed audio threading
*removed unneeded buffers on the GUI side and replaced them with a mutex
Core:
*fix power button double press bug
*sound works perfectly as far as I can tell(unless a program purposely sets the sample length > 1 second, which is useless for generating sound anyway)
*add ARM optimized 68k CPU core(not fully working yet, SIGSEGVs when running)
*allow safety checks to be disabled with EMU_NO_SAFETY, accuracy is maintained when its not defined
*switch byte buffer orders to optimize for 16 bit opcode fetches
*cyclone68000 reenabled for ARM devices, SIGSEGVs seem to be gone
------------------------------------------
v0.9 to v0.9.5(Sept 22 2018 - Oct 18 2018)
RetroArch GUI:
*add audio(sounds weird/not piezo buzzy enough but data stream seems correct)
*add on screen mouse
*allow loading ".ram" files
Qt GUI:
*add audio(thread data exchange screws it up though currently)
*added Mac OS icon
*added Windows icon
*now runs on Windows
Core:
*add audio
*bus error and address error are now handled properly
----------------------------------------
v0.7 to v0.9(Jul 30 2018 - Sept 22 2018)
Qt GUI:
*All Button Icons Are Now SVGs(they can scale infinitely without getting blocky)
*touch locations are now scaled properly
*size is now correct on Android
*loading and saving of device RAM
*can load and save savestates
Core:
*apps can be installed(with a hack, max app size is 64k, Palm OS can only malloc 64k at once)
*fixed crashing at 100% speed
*touchscreen works without memory injection
*can now touch the screen outside of debug mode
*touching the screen no longer crashes anything
*full 16mb of RAM is now present(only 8mb showed before)
*actual vectorized Palm M515 silkscreen image is now used for the touchscreen
*SD card can be inserted(requires hacks and isn't readable even with hacks)