From cc09af5349beda5fb446294fb1c47d1c8fd84963 Mon Sep 17 00:00:00 2001 From: Washi Date: Sun, 13 Aug 2017 23:12:56 +0200 Subject: [PATCH] Added SPU IO mapping to GUI --- Emux.sln | 3 + Emux/Gui/IOWindow.xaml | 138 +++++++++++++++++++++++++++++++++--- Emux/Gui/IOWindow.xaml.cs | 43 ++++++++--- Emux/Gui/MainWindow.xaml.cs | 1 + 4 files changed, 166 insertions(+), 19 deletions(-) diff --git a/Emux.sln b/Emux.sln index 92e7f0a..8ddea0b 100644 --- a/Emux.sln +++ b/Emux.sln @@ -10,6 +10,9 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emux.GameBoy.Tests", "Emux.GameBoy.Tests\Emux.GameBoy.Tests.csproj", "{365C6CF7-99E3-4861-B63B-E9D352E386AF}" EndProject Global + GlobalSection(Performance) = preSolution + HasPerformanceSessions = true + EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU diff --git a/Emux/Gui/IOWindow.xaml b/Emux/Gui/IOWindow.xaml index 32b1ae7..b0643cb 100644 --- a/Emux/Gui/IOWindow.xaml +++ b/Emux/Gui/IOWindow.xaml @@ -6,7 +6,9 @@ xmlns:local="clr-namespace:Emux.Gui" xmlns:converters="clr-namespace:Emux.Gui.Converters" mc:Ignorable="d" - Title="IO memory view" Height="523.157" Width="584.81" Closing="IOWindowOnClosing" WindowStyle="ToolWindow" IsVisibleChanged="IOWindowOnIsVisibleChanged"> + Title="IO memory view" Height="523.157" Width="581.271" Closing="IOWindowOnClosing" WindowStyle="ToolWindow" + IsVisibleChanged="IOWindowOnIsVisibleChanged" + x:Name="Root"> + + + + - + @@ -29,7 +35,7 @@ - + @@ -87,13 +93,127 @@ - - - + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +