diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-10-28 19:40:01 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-10-28 19:40:01 -0700 |
commit | 2d194bb1c94eb4eb4901d8cfa14cacb67450d833 (patch) | |
tree | cf4209e29f30471bdf49eddea1e1d2c807c8dd55 /trans.c | |
parent | da5fc8baa10a2af935a539f1b52e1d3f670f1fc8 (diff) |
Get trans program compiling again
Diffstat (limited to 'trans.c')
-rw-r--r-- | trans.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -10,6 +10,15 @@ #include <stdlib.h> #include <string.h> +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) { |