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
v0.1.9 08-25-2016 11:56PM
Updated for Mednafen v0.9.39.1-win32/64
Added cd.image_memcache option
Reorganized main form controls
Changed Window Title/About text to reflect 0.9.x.x support.
Various code optimizations
MsgBox "MedAdvCFG v" & Build & " (Mednafen v0.9.38.x Frontend)" & vbCrLf & "Written by Nigel Todman (nigel@nigeltodman.com)" & vbCrLf & "Primarily written as a PSX Frontend." & vbCrLf & "Tested with the following System Cores:" & vbCrLf & "GB, GBA, GG, MD, NES, PCE, PCE_FAST, PSX, SNES, VB" & vbCrLf & vbCrLf & "Homepage: www.NigelTodman.com" & vbCrLf & "Facebook: facebook.com/nigel.todman.3" & vbCrLf & "Twitter: @Veritas_83" & vbCrLf & "YouTube: Veritas0923"
1929
+
MsgBox "MedAdvCFG v" & Build & " (Mednafen v0.9.x.x Frontend)" & vbCrLf & "Written by Nigel Todman (nigel@nigeltodman.com)" & vbCrLf & "Primarily written as a PSX Frontend." & vbCrLf & "Tested with the following System Cores:" & vbCrLf & "GB, GBA, GG, MD, NES, PCE, PCE_FAST, PSX, SNES, SS, VB" & vbCrLf & vbCrLf & "Homepage: www.NigelTodman.com" & vbCrLf & "Facebook: facebook.com/nigel.todman.3" & vbCrLf & "Twitter: @Veritas_83" & vbCrLf & "YouTube: Veritas0923"
1908
1930
End Sub
1909
1931
1910
1932
PrivateSubCheck11_Click()
@@ -1971,6 +1993,18 @@ ElseIf Combo1.Text = "snes (Super Nintendo Entertainment System)" Then
1971
1993
For z = 0To Combo5.ListCount
1972
1994
'Combo5.RemoveItem (z)
1973
1995
Next z
1996
+
ElseIf Combo1.Text = "ss (Sega Saturn)"Then
1997
+
Check1.Enabled = True
1998
+
Check2.Enabled = True
1999
+
Check11.Enabled = True
2000
+
Check12.Enabled = True
2001
+
Check13.Enabled = True
2002
+
Combo5.Enabled = True
2003
+
Check1.Value = 1
2004
+
Check2.Value = 1
2005
+
Check9.Value = 1
2006
+
Check10.Value = 1
2007
+
Label29.Visible = True
1974
2008
Else
1975
2009
Check1.Value = 0
1976
2010
Check2.Value = 0
@@ -2445,6 +2479,13 @@ ElseIf Check22.Value = 0 Then
2445
2479
cmdstring = cmdstring & " -video.blit_timesync 0"
2446
2480
End If
2447
2481
2482
+
'v0.1.9
2483
+
If Check23.Value = 1Then
2484
+
cmdstring = cmdstring & " -cd.image_memcache 1"
2485
+
'ElseIf Check23.Value = 0 Then
2486
+
' cmdstring = cmdstring & " -cd.image_memcache 0"
2487
+
End If
2488
+
2448
2489
'**
2449
2490
2450
2491
@@ -2727,8 +2768,8 @@ Label29.Visible = False
2727
2768
'"This icon set is 100% free under the WTFPL no link backs or anything needed. All I ask is that you check out my other efforts, Fine Goods and NeonMob."
0 commit comments