Skip to content

Commit

Permalink
- Added apple II support
Browse files Browse the repository at this point in the history
  • Loading branch information
Speedvicio committed Feb 22, 2019
1 parent 40ab46a commit 0c53600
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 63 deletions.
144 changes: 81 additions & 63 deletions MetroMed/MetroMed.Designer.vb

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

5 changes: 5 additions & 0 deletions MetroMed/MetroMed.vb
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ Public Class MetroMed
ReadCSV()
End Sub

Private Sub MetroButton18_Click(sender As Object, e As EventArgs) Handles MetroButton18.Click
MednafenModule = "apple2"
CountRows()
End Sub

Private Sub MetroButton16_Click(sender As System.Object, e As System.EventArgs) Handles MetroButton16.Click
MednafenModule = "def"
CountRows()
Expand Down
1 change: 1 addition & 0 deletions MetroMed/Preload.vb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Module Preload
MetroMed.MetroButton15.BackgroundImage = (New Bitmap(MedExtra & "Resource\System\wswan.gif"))
MetroMed.MetroButton16.BackgroundImage = (New Bitmap(MedExtra & "Resource\Gui\folder.png"))
MetroMed.MetroButton17.BackgroundImage = (New Bitmap(MedExtra & "Resource\Gui\favourite.png"))
MetroMed.MetroButton18.BackgroundImage = (New Bitmap(MedExtra & "Resource\System\apple2.gif"))
MetroMed.CheckBox1.BackgroundImage = (New Bitmap(MedExtra & "Resource\Gui\fast.png"))
MetroMed.CheckBox2.BackgroundImage = (New Bitmap(MedExtra & "Resource\Gui\faust.png"))
MetroMed.About.Image = (New Bitmap(MedExtra & "Resource\Gui\info.png"))
Expand Down

0 comments on commit 0c53600

Please sign in to comment.