mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Add note to self for tomorrow.
This commit is contained in:
parent
2fd8a8aa66
commit
311ddfb05a
@ -108,6 +108,7 @@ class ConcreteMachine:
|
||||
if(nick_ += cycle.length) {
|
||||
const auto nick = nick_.last_valid();
|
||||
const bool nick_interrupt_line = nick->get_interrupt_line();
|
||||
// TEMPORARY. The below should print a bunch of numbers like 15988 on the Enterprise splash screen.
|
||||
if(nick_interrupt_line && !previous_nick_interrupt_line_) {
|
||||
printf("Interrupt after %d\n", halves + nick_.last_sequence_point_overrun().as<int>());
|
||||
halves = - nick_.last_sequence_point_overrun().as<int>();
|
||||
|
Loading…
Reference in New Issue
Block a user