Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Apps
diff options
context:
space:
mode:
Diffstat (limited to 'Apps')
-rw-r--r--Apps/NesMiniApplication.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Apps/NesMiniApplication.cs b/Apps/NesMiniApplication.cs
index 1d684f4b..2f2f9c8f 100644
--- a/Apps/NesMiniApplication.cs
+++ b/Apps/NesMiniApplication.cs
@@ -13,8 +13,8 @@ namespace com.clusterrr.hakchi_gui
public class NesMiniApplication : INesMenuElement
{
public readonly static string GamesDirectory = Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "games");
- const string DefaultReleaseDate = "1983-07-15"; // Famicom release day
- const string DefaultPublisher = "NINTENDO";
+ const string DefaultReleaseDate = "1900-01-01";
+ const string DefaultPublisher = "UNKNOWN";
protected string code;
public string Code