view terminal.h @ 1130:8f14767661fa

Remove memory map assumptions from Z80 core and move a little bit of logic to the generic backend.c so it can be shared between CPU cores
author Michael Pavone <pavone@retrodev.com>
date Wed, 28 Dec 2016 20:39:27 -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_