update to current interface API

This commit is contained in:
Brad Grantham 2020-12-16 22:54:02 -08:00
parent 65d8f90cf7
commit 0afdc0088d
1 changed files with 2 additions and 2 deletions

View File

@ -203,11 +203,11 @@ void poll_keyboard()
}
}
void iterate()
void iterate(const ModeHistory& history, unsigned long long current_byte_in_frame, float megahertz)
{
apply_writes();
if(textport_needs_output[display_page])
if(false && textport_needs_output[display_page])
{
printf("\033[0;0H");
printf(".----------------------------------------.\n");