c8ae0310ca
- A lot of internal code cleanup and bug fixes. - Added a dialog for creating new blank floppy disk images. - The source code has been optimized for better emulation speed. - Added RS232 emulation (still very experimental and not very well tested! It seems not to work reliable yet. Help for debugging is very appreciated!). - Some bugs in the 68000 emulation have been fixed. - The emulator now checks for double bus errors and stops the emulation if necessary (instead of crashing the emulator). - Timer-D is now patched correctly again. - The old font has been replaced by two new fonts so that the GUI now looks better in high resolutions. - The fonts are now linked into the executable. - Added support for DIM floppy disk images.
19 lines
378 B
Text
19 lines
378 B
Text
$NetBSD: patch-aa,v 1.2 2004/11/19 10:09:48 adam Exp $
|
|
|
|
--- src/includes/unzip.h.orig 2003-03-30 14:39:27.000000000 +0100
|
|
+++ src/includes/unzip.h
|
|
@@ -49,6 +49,14 @@
|
|
#ifndef _unz_H
|
|
#define _unz_H
|
|
|
|
+#ifndef OF /* function prototypes */
|
|
+# ifdef STDC
|
|
+# define OF(args) args
|
|
+# else
|
|
+# define OF(args) ()
|
|
+# endif
|
|
+#endif
|
|
+
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|