view terminal.h @ 2021:270a4c875e0a

Backed out changeset 96971b673f51 This optimization caused a regression in Overdrive 2 due to the impact of Z80 access to the 68K bus
author Michael Pavone <pavone@retrodev.com>
date Tue, 24 Nov 2020 20:23:38 -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_