Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 438d5be2b569e972939418bc4ffaf343 > files > 2

gngeo-0.8-1mdv2010.2.src.rpm

--- src/raze_interf.c~	2011-10-25 20:04:13.000000000 +0200
+++ src/raze_interf.c	2012-05-04 18:46:56.312275481 +0200
@@ -220,7 +220,9 @@
 }
 #endif
 
-
+void cpu_z80_mkstate(gzFile *gzf,int mode) {
+    /* TODO */
+}
 
 void cpu_z80_init(void)
 {
--- src/star_interf.c~	2011-10-25 20:04:13.000000000 +0200
+++ src/star_interf.c	2012-05-04 18:55:06.579774706 +0200
@@ -168,6 +168,9 @@
     pretend_writebyte[7].memorycall=mem68k_store_bk_normal_byte;
     pretend_writeword[7].memorycall=mem68k_store_bk_normal_word;
 }
+void cpu_68k_mkstate(gzFile *gzf,int mode) {
+    /* TODO */
+}
 
 void cpu_68k_init(void)
 {