Skip to content

Commit ae9d16c

Browse files
committed
MAPeD: v0.69-beta
1 parent c06dd55 commit ae9d16c

6 files changed

Lines changed: 9 additions & 5 deletions

File tree

changes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
MAPeD-NES/SMS/PCE/ZX/SMD:
22
~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4+
05.04.2022 v0.69b
5+
46
15.03.2022 - Added color selection with the LMB+mouse move
57
15.03.2022 - Screen editor: speeding up drawing of tiles when the layout mode is active
68
16.02.2022 - Fixed exported data for maps that share the same CHR bank
@@ -94,6 +96,8 @@ MAPeD-NES/SMS/PCE/ZX/SMD:
9496
SPReD-NES/SMS/PCE:
9597
~~~~~~~~~~~~~~~~~~~
9698

99+
05.04.2022 v0.62b
100+
97101
04.04.2022 - PCE: added native samples (asm/HuC)
98102
25.03.2022 - Disabled optimization during data packing operation
99103
15.03.2022 - Added color selection with the LMB+mouse move

src/MAPeD/MAPeD-NES/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
//
2929
// You can specify all the values or you can use the default the Revision and
3030
// Build Numbers by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.68.*")]
31+
[assembly: AssemblyVersion("0.69.*")]

src/MAPeD/MAPeD-PCE/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
//
2929
// You can specify all the values or you can use the default the Revision and
3030
// Build Numbers by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.68.*")]
31+
[assembly: AssemblyVersion("0.69.*")]

src/MAPeD/MAPeD-SMD/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
//
2929
// You can specify all the values or you can use the default the Revision and
3030
// Build Numbers by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.68.*")]
31+
[assembly: AssemblyVersion("0.69.*")]

src/MAPeD/MAPeD-SMS/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
//
2929
// You can specify all the values or you can use the default the Revision and
3030
// Build Numbers by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.68.*")]
31+
[assembly: AssemblyVersion("0.69.*")]

src/MAPeD/MAPeD-ZX/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
//
2929
// You can specify all the values or you can use the default the Revision and
3030
// Build Numbers by using the '*' as shown below:
31-
[assembly: AssemblyVersion("0.68.*")]
31+
[assembly: AssemblyVersion("0.69.*")]

0 commit comments

Comments
 (0)