Mercurial > repos > blastem
view terminal.h @ 2350:f8b5142c06aa
Allow 68K to return mid-instruction. Adjust how 68K interrupt ack works so int2 busy flag timing is more correct. Fix some other SCD timing issues
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 16 Oct 2023 23:30:04 -0700 |
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_