From 2421292c83861b792410d384d97603160833c930 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 20 Aug 2024 14:32:48 -0230 Subject: [PATCH] Adding missing class to VS project. --- src/debugger/gui/CartELFWidget.cxx | 1 + src/emucore/CortexM0.cxx | 2 +- src/os/windows/Stella.vcxproj | 2 ++ src/os/windows/Stella.vcxproj.filters | 6 ++++++ 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/debugger/gui/CartELFWidget.cxx b/src/debugger/gui/CartELFWidget.cxx index 85e5c9858..623d79cec 100644 --- a/src/debugger/gui/CartELFWidget.cxx +++ b/src/debugger/gui/CartELFWidget.cxx @@ -23,6 +23,7 @@ #include "ScrollBarWidget.hxx" #include "StringListWidget.hxx" +// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - CartridgeELFWidget::CartridgeELFWidget(GuiObject* boss, const GUI::Font& lfont, const GUI::Font& nfont, int x, int y, int w, int h, diff --git a/src/emucore/CortexM0.cxx b/src/emucore/CortexM0.cxx index 3dae40e63..38e480423 100644 --- a/src/emucore/CortexM0.cxx +++ b/src/emucore/CortexM0.cxx @@ -689,7 +689,7 @@ void CortexM0::MemoryRegion::reset() access.emplace(); accessWatermarkHigh = 0; - accessWatermarkLow = ~0; + accessWatermarkLow = ~0U; dirty = false; } diff --git a/src/os/windows/Stella.vcxproj b/src/os/windows/Stella.vcxproj index 56f11c4be..33afcf556 100755 --- a/src/os/windows/Stella.vcxproj +++ b/src/os/windows/Stella.vcxproj @@ -547,6 +547,7 @@ true + true @@ -1519,6 +1520,7 @@ true + true diff --git a/src/os/windows/Stella.vcxproj.filters b/src/os/windows/Stella.vcxproj.filters index 5dda10ff9..90e54e523 100644 --- a/src/os/windows/Stella.vcxproj.filters +++ b/src/os/windows/Stella.vcxproj.filters @@ -1266,6 +1266,9 @@ Source Files + + Source Files\debugger\gui + @@ -2564,6 +2567,9 @@ Header Files\lib\json + + Header Files\debugger\gui +