mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +00:00
Added omitted semicolon.
This commit is contained in:
@@ -633,7 +633,7 @@ class ConcreteMachine:
|
||||
/// Another Z80 entry point; indicates that a partcular run request has concluded.
|
||||
void flush() {
|
||||
// Just flush the AY.
|
||||
ay_.update()
|
||||
ay_.update();
|
||||
ay_.flush();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user