Mercurial > repos > blastem
view terminal.h @ 1224:15c5be05e6a9
Ported correct but inefficient overlapping instruction handling from 68K core to Z80 core. Fixed remaining stack alignment issue for Z80 breakpoints on 64-bit. Probably still needs fixing for 32-bit
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 19 Feb 2017 12:41:57 -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_