diff trans.c @ 836:124a58fdcf3a

Get trans program compiling again
author Michael Pavone <pavone@retrodev.com>
date Wed, 28 Oct 2015 19:40:01 -0700
parents 3f065c20423c
children 2ec5e6eaf81d
line wrap: on
line diff
--- a/trans.c	Thu Oct 22 19:10:31 2015 -0700
+++ b/trans.c	Wed Oct 28 19:40:01 2015 -0700
@@ -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) {