You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[](https://dev.azure.com/zerasul/genesis-code/_build/latest?definitionId=1&branchName=master)[](https://sonarcloud.io/dashboard?id=genesis-code-project)[](https://sonarcloud.io/dashboard?id=genesis-code-project) <spanclass="badge-buymeacoffee"><ahref="https://buymeacoffee.com/zerasul"title="Donate to this project using Buy Me A Coffee"><imgsrc="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg"alt="Buy Me A Coffee donate button" /></a></span> [](https://marketplace.visualstudio.com/items?itemName=zerasul.genesis-code)
4
4
5
-
Genesis-Code is a Visual Studio Code Extension for Sega Genesis/ Mega Drive development. This extension is created for use with the [SGDK](https://github.com/Stephane-D/SGDK)/[GENDEV](https://github.com/kubilus1/gendev) projects for create homebrew games for the Sega 16 bits console.
5
+
Genesis-Code is a Visual Studio Code Extension for Sega Genesis/ Mega Drive development. This extension is created for use with the [SGDK](https://github.com/Stephane-D/SGDK)/[GENDEV](https://github.com/kubilus1/gendev)or [MARSDEV](https://github.com/andwn/marsdev)projects for create homebrew games for the Sega 16 bits console.
6
6
7
7
For more information, see [Genesis Code Documentation Web Page](https://zerasul.github.io/genesis-code-docs/)
8
8
@@ -25,12 +25,13 @@ With this extension, you can use easily a few commands for help you create aweso
25
25
* Added configuration for use alternative MakeFile.
26
26
* Added configuration for use alernative environment variables for GDK, GENDEV or MARSDEV.
27
27
* Added Genesis Code: About for open more information about the extension.
28
+
* Added BitmapViewer.
28
29
29
30

30
31
31
32
## Requirements
32
33
33
-
To use this extension you need to install SGDK(windows)/GENDEV(linux) or MARSDEV projects on your system and configure the GDKor GENDEV enviroment variables.
34
+
To use this extension you need to install SGDK(windows)/GENDEV(linux) or MARSDEV projects on your system and configure the GDK, GENDEV or MARSDEV enviroment variables.
34
35
35
36
## Extension Settings
36
37
@@ -57,6 +58,12 @@ Also, you can set an alternative value for the environment variables of GDK, GEN
57
58
58
59

59
60
61
+
## Bitmap Viewer
62
+
63
+
Now you can use the Bitmap Viewer; with some information of the images. You can open as alternative viewer on VSCODE (right click and Reopen Editor... on tab).
64
+
65
+

66
+
60
67
## Known Issues
61
68
62
69
* In MacOs the _compile & Run project_ command, the emulator is not running in background. We are working in this issue.
@@ -66,6 +73,12 @@ Also, you can set an alternative value for the environment variables of GDK, GEN
66
73
67
74
## Release Notes
68
75
76
+
### 1.3.3
77
+
78
+
* Added SGDK 1.65 Support.
79
+
* Updating use of Wine for Wine64 (Only MacOs).
80
+
* Added Bitmap Viewer for Bmp,Png and JPEG images.
81
+
69
82
### 1.3.2
70
83
71
84
* Added Support for SGDK 1.60 Map resources in res files.
0 commit comments