Search
lxdream.org :: lxdream/src/test/testsh4x86.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/test/testsh4x86.c
changeset 1112:4cac5e474d4c
prev1091:186558374345
next1189:1540105786c8
author nkeynes
date Wed Dec 08 18:33:23 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Updated pt_BR translation from Arthonis
file annotate diff log raw
1.1 --- a/src/test/testsh4x86.c Tue Dec 15 08:46:37 2009 +1000
1.2 +++ b/src/test/testsh4x86.c Wed Dec 08 18:33:23 2010 +1000
1.3 @@ -113,6 +113,7 @@
1.4 gboolean gui_error_dialog( const char *fmt, ... ) { return TRUE; }
1.5 gboolean FASTCALL mmu_update_icache( sh4vma_t addr ) { return TRUE; }
1.6 void MMU_ldtlb() { }
1.7 +void event_schedule(int event, uint32_t nanos) { }
1.8 struct sh4_icache_struct sh4_icache;
1.9 struct mem_region_fn mem_region_unmapped;
1.10 const struct cpu_desc_struct sh4_cpu_desc;
.