view terminal.h @ 887:fb4d09f874dd

Prevent the current interrupt number from being changed while interrupt is being processed. This fixes a bug in Sonic 2 split screen that showed up when interrupt timing was adjusted
author Michael Pavone <pavone@retrodev.com>
date Sat, 14 Nov 2015 13:56:41 -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_