view terminal.h @ 891:90d54ccf9557

Fix a bad interaction between the implementation of STOP and the way interrupt cycles are calculated. Prevent addition of refresh delays while VDP has the bus.
author Michael Pavone <pavone@retrodev.com>
date Tue, 17 Nov 2015 19:55:59 -0800
parents 0433fdd9ba66
children
line wrap: on
line source

#ifndef TERMINAL_H_
#define TERMINAL_H_

void init_terminal();
void force_no_terminal();

#define INPUT_PATH "/tmp/blastem_input"
#define OUTPUT_PATH "/tmp/blastem_output"

#endif //TERMINAL_H_