mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-23 04:30:10 +00:00
Happy New Year! :)
This commit is contained in:
parent
3b68b863c7
commit
9e7932abf0
@ -2,7 +2,7 @@
|
||||
Basilisk II
|
||||
A 68k Macintosh emulator
|
||||
|
||||
Copyright (C) 1997-2003 Christian Bauer et al.
|
||||
Copyright (C) 1997-2004 Christian Bauer et al.
|
||||
|
||||
|
||||
License
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* prefs_amiga.cpp - Preferences handling, AmigaOS specifix stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* sysdeps.h - System dependent definitions for AmigaOS
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* user_strings_amiga.cpp - AmigaOS-specific localizable strings
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* user_strings_amiga.h - AmigaOS-specific localizable strings
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* video_amiga.cpp - Video/graphics emulation, AmigaOS specific stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
\/*
|
||||
* about_window.cpp - "About" window
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -34,7 +34,7 @@ void ShowAboutWindow(void)
|
||||
char str[512];
|
||||
sprintf(str,
|
||||
"Basilisk II\nVersion %d.%d\n\n"
|
||||
"Copyright " B_UTF8_COPYRIGHT " 1997-2002 Christian Bauer et al.\n"
|
||||
"Copyright " B_UTF8_COPYRIGHT " 1997-2004 Christian Bauer et al.\n"
|
||||
"E-mail: Christian.Bauer@uni-mainz.de\n"
|
||||
"http://www.uni-mainz.de/~bauec002/B2Main.html\n\n"
|
||||
"Basilisk II comes with ABSOLUTELY NO\n"
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* about_window.h - "About" window
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* audio_beos.cpp - Audio support, BeOS implementation
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
* Portions written by Marc Hellwig
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* clip_beos.cpp - Clipboard handling, BeOS implementation
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* ether_beos.cpp - Ethernet device driver, BeOS specific stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
* Portions written by Marc Hellwig
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* extfs_beos.cpp - MacOS file system for access native file system access, BeOS specific stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* main_beos.cpp - Startup code for BeOS
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* prefs_beos.cpp - Preferences handling, BeOS specific stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* prefs_editor_beos.cpp - Preferences editor, BeOS implementation
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* scsi_beos.cpp - SCSI Manager, BeOS specific stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* serial_beos.cpp - Serial device driver, BeOS specific stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* sys_beos.cpp - System dependent routines, BeOS implementation
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* sysdeps.h - System dependent definitions for BeOS
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* timer_beos.cpp - Time Manager emulation, BeOS specific stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* user_strings_beos.cpp - BeOS-specific localizable strings
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* user_strings_beos.h - BeOS-specific localizable strings
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* video_beos.cpp - Video/graphics emulation, BeOS specific stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
* Portions written by Marc Hellwig
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* xpram_beos.cpp - XPRAM handling, BeOS specific stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Basilisk II (C) 1997-2001 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Basilisk II (C) 1997-2001 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Basilisk II (C) 1997-2001 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Basilisk II (C) 1997-2003 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Basilisk II (C) 1997-2003 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Basilisk II (C) 1997-2001 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Basilisk II (C) 1997-2003 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -6,7 +6,7 @@
|
||||
*
|
||||
* audio_defs.h - Definitions for MacOS audio components
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
* extfs_defs.h - MacOS types and structures for external file system
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -6,7 +6,7 @@
|
||||
*
|
||||
* extfs_unix.cpp - MacOS file system for access native file system access, Unix specific stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -6,7 +6,7 @@
|
||||
*
|
||||
* macos_util.h - MacOS definitions/utility functions
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -5,7 +5,7 @@
|
||||
* Based (in a small way) on the default main.m,
|
||||
and on Basilisk's main_unix.cpp
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* misc_macosx.h - Some prototypes of functions defined in misc_macosx.mm
|
||||
*
|
||||
* Basilisk II (C) 1997-2001 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* misc_macosx.m - Miscellaneous Mac OS X routines.
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -4,7 +4,7 @@
|
||||
* prefs_macosx.cpp - Preferences handling, Unix specific.
|
||||
* Based on prefs_unix.cpp
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
* Based on Apple's CDROMSample.c and Evan Jones' cd-discid.c patches
|
||||
*
|
||||
* Basilisk II (C) 1997-2003 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Basilisk II (C) 1997-2001 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* Basilisk II (C) 1997-2001 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -4,7 +4,7 @@
|
||||
* video_macosx.mm - Interface between Basilisk II and Cocoa windowing.
|
||||
* Based on video_amiga.cpp and video_x.cpp
|
||||
*
|
||||
* Basilisk II (C) 1997-2003 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -47,7 +47,7 @@ http://www.uni-mainz.de/~bauec002/B2Main.html (Basilisk II homepage)
|
||||
.SH AUTHOR
|
||||
Christian Bauer <Christian.Bauer@uni-mainz.de>
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co 1997-2002 Christian Bauer et al.
|
||||
Copyright \(co 1997-2004 Christian Bauer et al.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* asm_support.s - Utility functions in assembly language (for native 68k support)
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* audio_oss_esd.cpp - Audio support, implementation for OSS and ESD (Linux and FreeBSD)
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* clip_unix.cpp - Clipboard handling, Unix implementation
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* ether_unix.cpp - Ethernet device driver, Unix specific stuff (Linux and FreeBSD)
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* extfs_unix.cpp - MacOS file system for access native file system access, Unix specific stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,6 +1,6 @@
|
||||
# /usr/share/BasiliskII/keycodes
|
||||
#
|
||||
# Basilisk II (C) 1997-2002 Christian Bauer
|
||||
# Basilisk II (C) 1997-2004 Christian Bauer
|
||||
#
|
||||
# This file is used to translate the (server-specific) X11 keycodes to Mac
|
||||
# keycodes depending on the X11 server being used.
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* main_unix.cpp - Startup code for Unix
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -2,7 +2,7 @@
|
||||
* posix_sem.cpp - POSIX.4 semaphores "emulation"
|
||||
* Copyright (C) 1999 Orlando Bassotto
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* prefs_editor_gtk.cpp - Preferences editor, Unix implementation using GTK+
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@ -306,7 +306,7 @@ static void mn_about(...)
|
||||
dialog = gnome_about_new(
|
||||
"Basilisk II",
|
||||
version,
|
||||
"Copyright (C) 1997-2002 Christian Bauer",
|
||||
"Copyright (C) 1997-2004 Christian Bauer",
|
||||
authors,
|
||||
"Basilisk II comes with ABSOLUTELY NO WARRANTY."
|
||||
"This is free software, and you are welcome to redistribute it"
|
||||
@ -322,7 +322,7 @@ static void mn_about(...)
|
||||
char str[512];
|
||||
sprintf(str,
|
||||
"Basilisk II\nVersion %d.%d\n\n"
|
||||
"Copyright (C) 1997-2002 Christian Bauer et al.\n"
|
||||
"Copyright (C) 1997-2004 Christian Bauer et al.\n"
|
||||
"E-mail: Christian.Bauer@uni-mainz.de\n"
|
||||
"http://www.uni-mainz.de/~bauec002/B2Main.html\n\n"
|
||||
"Basilisk II comes with ABSOLUTELY NO\n"
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* prefs_unix.cpp - Preferences handling, Unix specifix stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* serial_unix.cpp - Serial device driver, Unix specific stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -10,7 +10,7 @@
|
||||
* tjw@omnigroup.com Sun, 4 Jun 2000
|
||||
* www.omnigroup.com/mailman/archive/macosx-dev/2000-June/002030.html
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Derived from Bruno Haible's work on his SIGSEGV library for clisp
|
||||
* <http://clisp.sourceforge.net/>
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* sys_unix.cpp - System dependent routines, Unix implementation
|
||||
*
|
||||
* Basilisk II (C) 1997-2003 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* sysdeps.h - System dependent definitions for Unix
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* timer_unix.cpp - Time Manager emulation, Unix specific stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* user_strings_unix.cpp - Unix-specific localizable strings
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* user_strings_unix.h - Unix-specific localizable strings
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* video_blit.cpp - Video/graphics emulation, blitters
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* video_blit.h - Video/graphics emulation, blitters
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* video_vosf.h - Video/graphics emulation, video on SEGV signals support
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* video_x.cpp - Video/graphics emulation, X11 specific stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -2,7 +2,7 @@
|
||||
* vm_alloc.cpp - Wrapper to various virtual memory allocation schemes
|
||||
* (supports mmap, vm_allocate or fallbacks to malloc)
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -2,7 +2,7 @@
|
||||
* vm_alloc.h - Wrapper to various virtual memory allocation schemes
|
||||
* (supports mmap, vm_allocate or fallbacks to malloc)
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* xpram_unix.cpp - XPRAM handling, Unix specific stuff
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* adb.cpp - ADB emulation (mouse/keyboard)
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* audio.cpp - Audio support
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
* Portions written by Marc Hellwig
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* cdrom.cpp - CD-ROM driver
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* disk.cpp - Generic disk driver
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* audio_dummy.cpp - Audio support, dummy implementation
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* clip_dummy.cpp - Clipboard handling, dummy implementation
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* ether_dummy.cpp - Ethernet device driver, dummy implementation
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* prefs_dummy.cpp - Preferences handling, dummy implementation
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* prefs_editor_dummy.cpp - Preferences editor, dummy implementation
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* scsi_dummy.cpp - SCSI Manager, dummy implementation
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* serial_dummy.cpp - Serial device driver, dummy implementation
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* user_strings_dummy.cpp - Localizable strings, dummy implementation
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* xpram_dummy.cpp - XPRAM handling, dummy implementation
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* emul_op.cpp - 68k opcodes for ROM patches
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* ether.cpp - Ethernet device driver
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* extfs.cpp - MacOS file system for native file system access
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* adb.h - ADB emulation (mouse/keyboard)
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* audio.h - Audio support
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* audio_defs.h - Definitions for MacOS audio components
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* cdrom.h - CD-ROM driver
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* clip.h - Clipboard handling
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* debug.h - Debugging utilities
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* disk.h - Generic disk driver
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* emul_op.h - 68k opcodes for ROM patches
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* ether.h - Ethernet device driver
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* ether_defs.h - Definitions for MacOS Ethernet drivers
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* extfs.h - MacOS file system for access native file system access
|
||||
*
|
||||
* Basilisk II (C) 1997-2002 Christian Bauer
|
||||
* Basilisk II (C) 1997-2004 Christian Bauer
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user