Commit b97e932 1 parent a4ae1be commit b97e932 Copy full SHA for b97e932
File tree 5 files changed +8
-4
lines changed
5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
MAPeD-NES/SMS:
2
2
~~~~~~~~~~~~~~~
3
3
4
+ 24.12.2020 v0.60b
5
+
4
6
18.12.2020 - NES: added multidirectional scrolling sample with vertical mirroring and MMC3 IRQ status bar
5
7
13.12.2020 - NES: added multidirectional scrolling sample with vertical mirroring
6
8
02.12.2020 - Added removal of duplicate data during the optimization process
@@ -52,6 +54,8 @@ MAPeD-NES/SMS:
52
54
SPReD-NES/SMS:
53
55
~~~~~~~~~~~~~~~
54
56
57
+ 24.12.2020 v0.60b
58
+
55
59
23.12.2020 - Improved import of images with alpha channel
56
60
23.12.2020 - Removed restriction on imported image size (no more than 256 CHRs)
57
61
22.12.2020 - Removed restriction on imported image size (multiple of 8)
Original file line number Diff line number Diff line change 28
28
//
29
29
// You can specify all the values or you can use the default the Revision and
30
30
// Build Numbers by using the '*' as shown below:
31
- [ assembly: AssemblyVersion ( "0.59 .*" ) ]
31
+ [ assembly: AssemblyVersion ( "0.60 .*" ) ]
Original file line number Diff line number Diff line change 28
28
//
29
29
// You can specify all the values or you can use the default the Revision and
30
30
// Build Numbers by using the '*' as shown below:
31
- [ assembly: AssemblyVersion ( "0.59 .*" ) ]
31
+ [ assembly: AssemblyVersion ( "0.60 .*" ) ]
Original file line number Diff line number Diff line change 28
28
//
29
29
// You can specify all the values or you can use the default the Revision and
30
30
// Build Numbers by using the '*' as shown below:
31
- [ assembly: AssemblyVersion ( "0.58 .*" ) ]
31
+ [ assembly: AssemblyVersion ( "0.60 .*" ) ]
Original file line number Diff line number Diff line change 28
28
//
29
29
// You can specify all the values or you can use the default the Revision and
30
30
// Build Numbers by using the '*' as shown below:
31
- [ assembly: AssemblyVersion ( "0.59 .*" ) ]
31
+ [ assembly: AssemblyVersion ( "0.60 .*" ) ]
You can’t perform that action at this time.
0 commit comments