Skip to content

Commit

Permalink
v0.99.31b
Browse files Browse the repository at this point in the history
  • Loading branch information
AtariusMaximus committed Mar 2, 2023
1 parent 5444b21 commit 1fcab3f
Show file tree
Hide file tree
Showing 11 changed files with 1,190 additions and 1,167 deletions.
4 changes: 2 additions & 2 deletions Maximus78.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<ProductName>Maximus78</ProductName>
<PublisherName>Stephen Engelhardt</PublisherName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>29</ApplicationRevision>
<ApplicationVersion>0.99.1.%2a</ApplicationVersion>
<ApplicationRevision>31</ApplicationRevision>
<ApplicationVersion>0.99.1.31</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<ExcludeDeploymentUrl>true</ExcludeDeploymentUrl>
Expand Down
2 changes: 1 addition & 1 deletion Resources/#FirstTime.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -47274,7 +47274,7 @@ ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000
\par }\pard\plain \ltrpar\ql \li0\ri0\sl259\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid5725074 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \f31506\fs22\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {
\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid5725074 The next two directories for Box Art and Game Information are by default shown to be included in the root A7800 directory, but that\rquote
s not a requirement. They can be anywhere you like, just specify the correct path. The ROM Directories are based on Trebor\rquote
s 7800 ROM ProPack, which as of this writing is at v4.10. Maximus78 v0.99.28b is hard coded to pre-populate the ROM subdirectories with the folder names that are in the v4.10 ROM pack by default in the first time setup window. They can b
s 7800 ROM ProPack, which as of this writing is at v4.11. Maximus78 v0.99.31b is hard coded to pre-populate the ROM subdirectories with the folder names that are in the v4.11 ROM pack by default in the first time setup window. They can b
e easily changed, and will need to be changed when Trebor\rquote s new ROM pack is released. Future versions of Maximus78 will be updated with the latest subdirectory names in the ProPack.
\par Once you\rquote ve confirmed that all of your directory paths are correct, click Continue to start the application. When it loads for the first time, you will see the screen in Figure 2.
\par
Expand Down
4 changes: 2 additions & 2 deletions Resources/Maximus78 User's Guide.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4036,9 +4036,9 @@ <h1><a href="#Setup">Setting up Maximus78</a></h1>
style='mso-spacerun:yes'>� </span>They can be anywhere you like, just specify
the correct path.<span style='mso-spacerun:yes'>� </span>The ROM Directories are
based on <span class=SpellE>Trebor�s</span> 7800 ROM <span class=SpellE>ProPack</span>,
which as of this writing is at v4.10.<span style='mso-spacerun:yes'>�
which as of this writing is at v4.11.<span style='mso-spacerun:yes'>�
</span>Maximus78 v0.99.28b is hard coded to pre-populate the ROM subdirectories
with the folder names that are in the v4.10 ROM pack by default in the first
with the folder names that are in the v4.11 ROM pack by default in the first
time setup window.<span style='mso-spacerun:yes'>� </span>They can be easily
changed, and will need to be changed when <span class=SpellE>Trebor�s</span>
new ROM pack is released.<span style='mso-spacerun:yes'>� </span>Future
Expand Down
4 changes: 2 additions & 2 deletions frmAbout.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

789 changes: 396 additions & 393 deletions frmAbout.resx

Large diffs are not rendered by default.

242 changes: 124 additions & 118 deletions frmMain.Designer.vb

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -14390,6 +14390,10 @@ SkipSaveBoxArt:



End Sub

Private Sub ToolStripStatusLabel1_Click(sender As Object, e As EventArgs) Handles ToolStripStatusLabel1.Click

End Sub
End Class

2 changes: 1 addition & 1 deletion frmSetup.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,290 changes: 648 additions & 642 deletions frmSetup.resx

Large diffs are not rendered by default.

14 changes: 9 additions & 5 deletions frmSetup.vb
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ Public Class frmSetup
frmMain.txtRomPath.Text = strFolder
txtNTSCRetailPath.Text = strFolder + "\Retail_v3_0\NTSC"
txtPALRetailPath.Text = strFolder + "\Retail_v3_0\PAL"
txtHomebrewPath.Text = strFolder + "\HHDP_20220627\Homebrews"
txtHacksPath.Text = strFolder + "\HHDP_20220627\Hacks"
txtDemosPath.Text = strFolder + "\HHDP_20220627\Demos"
txtProtosPath.Text = strFolder + "\HHDP_20220627\Prototypes"
txtUtilitiesPath.Text = strFolder + "\HHDP_20220627\Utilities"
txtHomebrewPath.Text = strFolder + "\HHDP_20230101\Homebrews"
txtHacksPath.Text = strFolder + "\HHDP_20230101\Hacks"
txtDemosPath.Text = strFolder + "\HHDP_20230101\Demos"
txtProtosPath.Text = strFolder + "\HHDP_20230101\Prototypes"
txtUtilitiesPath.Text = strFolder + "\HHDP_20230101\Utilities"

My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\Maximus78", "Maximus78 ROM Path", strFolder)

Expand Down Expand Up @@ -427,4 +427,8 @@ Public Class frmSetup

My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\Maximus78", "Maximus78 Utilities ROM Subfolder", txtUtilitiesPath.Text)
End Sub

Private Sub txtRomPath_TextChanged(sender As Object, e As EventArgs) Handles txtRomPath.TextChanged

End Sub
End Class
2 changes: 1 addition & 1 deletion setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
Prototypes, and all retail releases in both NTSC and PAL formats.&nbsp; You can
safely overwrite the contents of the ROMs folder with this file if you have an
older version of Trebor&#39;s ROM pack.
It's important to note that all of the screenshots, manuals, and box art are tied to the exact file names in Trebor's ROM Pack, it's important that you do not rename an of the ROM files for Maximus78 to function properly.
It's important to note that all of the screenshots, manuals, and box art are tied to the exact file names in Trebor's ROM Pack, it's important that you do not rename any of the ROM files for Maximus78 to function properly.
</p>
<p class="auto-style1">
Unzip it anywhere you&#39;d like, but I&#39;d suggest the
Expand Down

0 comments on commit 1fcab3f

Please sign in to comment.