Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn committed Aug 19, 2024
1 parent 18eabd2 commit 2a09b3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file added Music Images/chronicles.tap
Binary file not shown.
7 changes: 4 additions & 3 deletions src/Zen.Desktop.Host/Infrastructure/Host.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,10 @@ protected override void LoadContent()

_countersVisualiser = new CountersVisualiser(_graphicsDeviceManager, Content);

_videoRenderer = new VideoRenderer(_motherboard.VideoAdapter.ScreenFrame, _graphicsDeviceManager);

_videoRenderer.ScanComplete = ScanComplete;
_videoRenderer = new VideoRenderer(_motherboard.VideoAdapter.ScreenFrame, _graphicsDeviceManager)
{
ScanComplete = ScanComplete
};

if (AppSettings.Instance.Visualisation == Visualisation.Waveforms)
{
Expand Down

0 comments on commit 2a09b3d

Please sign in to comment.