comparison 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
comparison
equal deleted inserted replaced
835:b4cf6573a3f8 836:124a58fdcf3a
7 #include "m68k_core.h" 7 #include "m68k_core.h"
8 #include "mem.h" 8 #include "mem.h"
9 #include <stdio.h> 9 #include <stdio.h>
10 #include <stdlib.h> 10 #include <stdlib.h>
11 #include <string.h> 11 #include <string.h>
12
13 int headless = 1;
14 void render_errorbox(char * title, char * buf)
15 {
16 }
17
18 void render_infobox(char * title, char * buf)
19 {
20 }
12 21
13 m68k_context * sync_components(m68k_context * context, uint32_t address) 22 m68k_context * sync_components(m68k_context * context, uint32_t address)
14 { 23 {
15 if (context->current_cycle > 0x80000000) { 24 if (context->current_cycle > 0x80000000) {
16 context->current_cycle -= 0x80000000; 25 context->current_cycle -= 0x80000000;