view terminal.h @ 2029:1e7a63f0ccf4

Fix Timer B load bug that made games using Konami sound driver to have slower music tempo than they should
author Michael Pavone <pavone@retrodev.com>
date Mon, 15 Feb 2021 22:10:49 -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_