--- a/src/test/testsh4x86.c Wed Jul 16 10:40:10 2008 +0000 +++ b/src/test/testsh4x86.c Mon Jul 28 04:51:04 2008 +0000 @@ -73,6 +73,7 @@ void sh4_accept_interrupt() {} void sh4_set_breakpoint( uint32_t pc, breakpoint_type_t type ) { } gboolean sh4_clear_breakpoint( uint32_t pc, breakpoint_type_t type ) { } +gboolean dreamcast_is_running() { return FALSE; } int sh4_get_breakpoint( uint32_t pc ) { } void sh4_core_exit( int exit_code ){} void sh4_flush_icache(){}