From 2d194bb1c94eb4eb4901d8cfa14cacb67450d833 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 28 Oct 2015 19:40:01 -0700 Subject: Get trans program compiling again --- trans.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'trans.c') diff --git a/trans.c b/trans.c index 7251cb9..7dd21fd 100644 --- a/trans.c +++ b/trans.c @@ -10,6 +10,15 @@ #include #include +int headless = 1; +void render_errorbox(char * title, char * buf) +{ +} + +void render_infobox(char * title, char * buf) +{ +} + m68k_context * sync_components(m68k_context * context, uint32_t address) { if (context->current_cycle > 0x80000000) { -- cgit v1.2.3