mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +00:00
Remove extraneous brackets, add comment to self.
This commit is contained in:
@@ -301,7 +301,7 @@ void TMS9918<personality>::run_for(const HalfCycles cycles) {
|
||||
}
|
||||
|
||||
const bool is_refresh =
|
||||
(this->screen_mode_ == ScreenMode::Blank) ||
|
||||
this->screen_mode_ == ScreenMode::Blank ||
|
||||
this->is_vertical_blank();
|
||||
|
||||
// TODO: an actual sprites-enabled flag.
|
||||
|
@@ -86,7 +86,7 @@ struct LineBuffer {
|
||||
// this struct captures maximal potential detail there.
|
||||
struct {
|
||||
struct {
|
||||
size_t offset = 0;
|
||||
size_t offset = 0; // TODO: could presumably be much smaller. One byte maybe?
|
||||
uint8_t flags = 0;
|
||||
} names[40];
|
||||
|
||||
|
Reference in New Issue
Block a user