From bbd8b011ba0c540ac75ad1eb3263a75fe5708e85 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 23 Jan 2023 22:52:03 -0500 Subject: [PATCH] Remove temporarily-faulty check. --- Components/9918/Implementation/9918Base.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Components/9918/Implementation/9918Base.hpp b/Components/9918/Implementation/9918Base.hpp index 7d3940502..25231d711 100644 --- a/Components/9918/Implementation/9918Base.hpp +++ b/Components/9918/Implementation/9918Base.hpp @@ -192,8 +192,8 @@ template struct Storageoffset == 1368); + // TODO: reinstate upon completion of the Yamaha pipeline. +// assert(mode < ScreenMode::YamahaText80 || next_event_ == nullptr || next_event_->offset == 1368); if(is_refresh) { next_event_ = refresh_events;