mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Eliminate assert; events have overtaken this.
This commit is contained in:
parent
ebc596820e
commit
4e3e4806b9
@ -103,9 +103,6 @@ template <Personality personality> struct Storage<personality, std::enable_if_t<
|
|||||||
|
|
||||||
/// Resets line-ephemeral state for a new line.
|
/// Resets line-ephemeral state for a new line.
|
||||||
void begin_line(ScreenMode mode, bool is_refresh) {
|
void begin_line(ScreenMode mode, bool is_refresh) {
|
||||||
// TODO: reinstate upon completion of the Yamaha pipeline.
|
|
||||||
// assert(mode < ScreenMode::YamahaText80 || next_event_ == nullptr || next_event_->offset == 1368);
|
|
||||||
|
|
||||||
data_block_ = 0;
|
data_block_ = 0;
|
||||||
sprite_block_ = 0;
|
sprite_block_ = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user