- bumped version number to 0.9

- updated copyright dates
This commit is contained in:
cebix 2001-02-02 20:53:00 +00:00
parent e8862d8cbe
commit c23567ab14
127 changed files with 159 additions and 131 deletions

View File

@ -1,5 +1,5 @@
%define name BasiliskII %define name BasiliskII
%define version 0.8 %define version 0.9
%define release 1 %define release 1
Summary: 68k Macintosh emulator Summary: 68k Macintosh emulator

View File

@ -1,4 +1,4 @@
V0.8 (snapshot) - <date> V0.9 (snapshot) - <date>
- adapted for mon V3.0 which is now the required minimum - adapted for mon V3.0 which is now the required minimum
- UAE cpu: fixed a bug in the memory handlers preventing from - UAE cpu: fixed a bug in the memory handlers preventing from
correctly updating 15 and 16 bpp displays on big endian systems correctly updating 15 and 16 bpp displays on big endian systems

View File

@ -1,5 +1,5 @@
Basilisk II, Version 0.8 Basilisk II
A 68k Macintosh emulator A 68k Macintosh emulator
Copyright (C) 1997-2001 Christian Bauer et al. Copyright (C) 1997-2001 Christian Bauer et al.

View File

@ -1,7 +1,7 @@
* *
* asm_support.asm - AmigaOS utility functions in assembly language * asm_support.asm - AmigaOS utility functions in assembly language
* *
* Basilisk II (C) 1997-1999 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* audio_amiga.cpp - Audio support, AmigaOS implementation using AHI * audio_amiga.cpp - Audio support, AmigaOS implementation using AHI
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* clip_amiga.cpp - Clipboard handling, AmigaOS implementation * clip_amiga.cpp - Clipboard handling, AmigaOS implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* ether_amiga.cpp - Ethernet device driver, AmigaOS specific stuff * ether_amiga.cpp - Ethernet device driver, AmigaOS specific stuff
* *
* Basilisk II (C) 1997-1999 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* extfs_amiga.cpp - MacOS file system for access native file system access, AmigaOS specific stuff * extfs_amiga.cpp - MacOS file system for access native file system access, AmigaOS specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* main_amiga.cpp - Startup code for AmigaOS * main_amiga.cpp - Startup code for AmigaOS
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* prefs_amiga.cpp - Preferences handling, AmigaOS specifix stuff * prefs_amiga.cpp - Preferences handling, AmigaOS specifix stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* prefs_editor_amiga.cpp - Preferences editor, AmigaOS implementation (using gtlayout.library) * prefs_editor_amiga.cpp - Preferences editor, AmigaOS implementation (using gtlayout.library)
* *
* Basilisk II (C) 1997-1999 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* scsi_amiga.cpp - SCSI Manager, Amiga specific stuff * scsi_amiga.cpp - SCSI Manager, Amiga specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* serial_amiga.cpp - Serial device driver, AmigaOS specific stuff * serial_amiga.cpp - Serial device driver, AmigaOS specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* sys_amiga.cpp - System dependent routines, Amiga implementation * sys_amiga.cpp - System dependent routines, Amiga implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* sysdeps.h - System dependent definitions for AmigaOS * sysdeps.h - System dependent definitions for AmigaOS
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* timer_amiga.cpp - Time Manager emulation, AmigaOS specific stuff * timer_amiga.cpp - Time Manager emulation, AmigaOS specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* user_strings_amiga.cpp - AmigaOS-specific localizable strings * user_strings_amiga.cpp - AmigaOS-specific localizable strings
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* user_strings_amiga.h - AmigaOS-specific localizable strings * user_strings_amiga.h - AmigaOS-specific localizable strings
* *
* Basilisk II (C) 1997-1999 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* video_amiga.cpp - Video/graphics emulation, AmigaOS specific stuff * video_amiga.cpp - Video/graphics emulation, AmigaOS specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* xpram_amiga.cpp - XPRAM handling, AmigaOS specific stuff * xpram_amiga.cpp - XPRAM handling, AmigaOS specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* audio_beos.cpp - Audio support, BeOS implementation * audio_beos.cpp - Audio support, BeOS implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* Portions (C) 1997-1999 Marc Hellwig * Portions (C) 1997-1999 Marc Hellwig
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* /*
* clip_beos.cpp - Clipboard handling, BeOS implementation * clip_beos.cpp - Clipboard handling, BeOS implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* ether_beos.cpp - Ethernet device driver, BeOS specific stuff * ether_beos.cpp - Ethernet device driver, BeOS specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* Portions (C) 1997-1999 Marc Hellwig * Portions (C) 1997-1999 Marc Hellwig
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* /*
* extfs_beos.cpp - MacOS file system for access native file system access, BeOS specific stuff * extfs_beos.cpp - MacOS file system for access native file system access, BeOS specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* main_beos.cpp - Startup code for BeOS * main_beos.cpp - Startup code for BeOS
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* prefs_beos.cpp - Preferences handling, BeOS specific stuff * prefs_beos.cpp - Preferences handling, BeOS specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* prefs_editor_beos.cpp - Preferences editor, BeOS implementation * prefs_editor_beos.cpp - Preferences editor, BeOS implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* scsi_beos.cpp - SCSI Manager, BeOS specific stuff * scsi_beos.cpp - SCSI Manager, BeOS specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* serial_beos.cpp - Serial device driver, BeOS specific stuff * serial_beos.cpp - Serial device driver, BeOS specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* sys_beos.cpp - System dependent routines, BeOS implementation * sys_beos.cpp - System dependent routines, BeOS implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* sysdeps.h - System dependent definitions for BeOS * sysdeps.h - System dependent definitions for BeOS
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* timer_beos.cpp - Time Manager emulation, BeOS specific stuff * timer_beos.cpp - Time Manager emulation, BeOS specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* user_strings_beos.cpp - BeOS-specific localizable strings * user_strings_beos.cpp - BeOS-specific localizable strings
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* user_strings_beos.h - BeOS-specific localizable strings * user_strings_beos.h - BeOS-specific localizable strings
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* video_beos.cpp - Video/graphics emulation, BeOS specific stuff * video_beos.cpp - Video/graphics emulation, BeOS specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* Portions (C) 1997-1999 Marc Hellwig * Portions (C) 1997-1999 Marc Hellwig
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* /*
* xpram_beos.cpp - XPRAM handling, BeOS specific stuff * xpram_beos.cpp - XPRAM handling, BeOS specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -2,7 +2,7 @@
* scsi_freebsd.cpp - SCSI Manager, FreeBSD SCSI Driver implementation * scsi_freebsd.cpp - SCSI Manager, FreeBSD SCSI Driver implementation
* Copyright (C) 1999 Orlando Bassotto * Copyright (C) 1999 Orlando Bassotto
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -4,7 +4,7 @@
* (old SCSI version): gcc -o scsidump scsidump.cpp -lscsi * (old SCSI version): gcc -o scsidump scsidump.cpp -lscsi
* Copyright (C) 1999 Orlando Bassotto * Copyright (C) 1999 Orlando Bassotto
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* audio_irix.cpp - Audio support, SGI Irix implementation * audio_irix.cpp - Audio support, SGI Irix implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* Irix/unaligned.c - Optimized unaligned access for Irix * Irix/unaligned.c - Optimized unaligned access for Irix
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,4 +1,4 @@
# Linux makefile for SheepShaver # Linux makefile for sheep_net driver
## System specific configuration ## System specific configuration
CC = cc CC = cc

View File

@ -1,7 +1,7 @@
/* /*
* sheep_net.c - Linux driver for SheepShaver/Basilisk II networking (access to raw Ethernet packets) * sheep_net.c - Linux driver for SheepShaver/Basilisk II networking (access to raw Ethernet packets)
* *
* sheep_net (C) 1999-2000 Mar"c" Hellwig and Christian Bauer * sheep_net (C) 1999-2001 Mar"c" Hellwig and Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* ether_unix.cpp - Ethernet device driver, Unix specific stuff * ether_unix.cpp - Ethernet device driver, Unix specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* scsi_linux.cpp - SCSI Manager, Linux specific stuff * scsi_linux.cpp - SCSI Manager, Linux specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -3,7 +3,7 @@
* *
* Adapted from Frodo's Solaris sound routines by Marc Chabanas * Adapted from Frodo's Solaris sound routines by Marc Chabanas
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* audio_oss_esd.cpp - Audio support, implementation for OSS and ESD (Linux and FreeBSD) * audio_oss_esd.cpp - Audio support, implementation for OSS and ESD (Linux and FreeBSD)
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* clip_unix.cpp - Clipboard handling, Unix implementation * clip_unix.cpp - Clipboard handling, Unix implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* extfs_unix.cpp - MacOS file system for access native file system access, Unix specific stuff * extfs_unix.cpp - MacOS file system for access native file system access, Unix specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,6 +1,6 @@
# /usr/share/BasiliskII/keycodes # /usr/share/BasiliskII/keycodes
# #
# Basilisk II (C) 1997-1999 Christian Bauer # Basilisk II (C) 1997-2001 Christian Bauer
# #
# This file is used to translate the (server-specific) X11 keycodes to Mac # This file is used to translate the (server-specific) X11 keycodes to Mac
# keycodes depending on the X11 server being used. # keycodes depending on the X11 server being used.

View File

@ -1,7 +1,7 @@
/* /*
* main_unix.cpp - Startup code for Unix * main_unix.cpp - Startup code for Unix
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -2,7 +2,7 @@
* posix_sem.cpp - POSIX.4 semaphores "emulation" * posix_sem.cpp - POSIX.4 semaphores "emulation"
* Copyright (C) 1999 Orlando Bassotto * Copyright (C) 1999 Orlando Bassotto
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* prefs_editor_gtk.cpp - Preferences editor, Unix implementation using GTK+ * prefs_editor_gtk.cpp - Preferences editor, Unix implementation using GTK+
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* prefs_unix.cpp - Preferences handling, Unix specifix stuff * prefs_unix.cpp - Preferences handling, Unix specifix stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* serial_unix.cpp - Serial device driver, Unix specific stuff * serial_unix.cpp - Serial device driver, Unix specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* sys_unix.cpp - System dependent routines, Unix implementation * sys_unix.cpp - System dependent routines, Unix implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* sysdeps.h - System dependent definitions for Unix * sysdeps.h - System dependent definitions for Unix
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* timer_unix.cpp - Time Manager emulation, Unix specific stuff * timer_unix.cpp - Time Manager emulation, Unix specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* user_strings_unix.cpp - Unix-specific localizable strings * user_strings_unix.cpp - Unix-specific localizable strings
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* user_strings_unix.h - Unix-specific localizable strings * user_strings_unix.h - Unix-specific localizable strings
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* xpram_unix.cpp - XPRAM handling, Unix specific stuff * xpram_unix.cpp - XPRAM handling, Unix specific stuff
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* adb.cpp - ADB emulation (mouse/keyboard) * adb.cpp - ADB emulation (mouse/keyboard)
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* audio.cpp - Audio support * audio.cpp - Audio support
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* Portions (C) 1997-1999 Marc Hellwig * Portions (C) 1997-1999 Marc Hellwig
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* /*
* cdrom.cpp - CD-ROM driver * cdrom.cpp - CD-ROM driver
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* disk.cpp - Generic disk driver * disk.cpp - Generic disk driver
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* audio_dummy.cpp - Audio support, dummy implementation * audio_dummy.cpp - Audio support, dummy implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* clip_dummy.cpp - Clipboard handling, dummy implementation * clip_dummy.cpp - Clipboard handling, dummy implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* ether_dummy.cpp - Ethernet device driver, dummy implementation * ether_dummy.cpp - Ethernet device driver, dummy implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* prefs_dummy.cpp - Preferences handling, dummy implementation * prefs_dummy.cpp - Preferences handling, dummy implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* prefs_editor_dummy.cpp - Preferences editor, dummy implementation * prefs_editor_dummy.cpp - Preferences editor, dummy implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* scsi_dummy.cpp - SCSI Manager, dummy implementation * scsi_dummy.cpp - SCSI Manager, dummy implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* serial_dummy.cpp - Serial device driver, dummy implementation * serial_dummy.cpp - Serial device driver, dummy implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* user_strings_dummy.cpp - Localizable strings, dummy implementation * user_strings_dummy.cpp - Localizable strings, dummy implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* xpram_dummy.cpp - XPRAM handling, dummy implementation * xpram_dummy.cpp - XPRAM handling, dummy implementation
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* emul_op.cpp - 68k opcodes for ROM patches * emul_op.cpp - 68k opcodes for ROM patches
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* ether.cpp - Ethernet device driver * ether.cpp - Ethernet device driver
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* extfs.cpp - MacOS file system for native file system access * extfs.cpp - MacOS file system for native file system access
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* adb.h - ADB emulation (mouse/keyboard) * adb.h - ADB emulation (mouse/keyboard)
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* audio.h - Audio support * audio.h - Audio support
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* audio_defs.h - Definitions for MacOS audio components * audio_defs.h - Definitions for MacOS audio components
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* cdrom.h - CD-ROM driver * cdrom.h - CD-ROM driver
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* clip.h - Clipboard handling * clip.h - Clipboard handling
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* debug.h - Debugging utilities * debug.h - Debugging utilities
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* disk.h - Generic disk driver * disk.h - Generic disk driver
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* emul_op.h - 68k opcodes for ROM patches * emul_op.h - 68k opcodes for ROM patches
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* ether.h - Ethernet device driver * ether.h - Ethernet device driver
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* ether_defs.h - Definitions for MacOS Ethernet drivers * ether_defs.h - Definitions for MacOS Ethernet drivers
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* extfs.h - MacOS file system for access native file system access * extfs.h - MacOS file system for access native file system access
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* extfs_defs.h - MacOS types and structures for external file system * extfs_defs.h - MacOS types and structures for external file system
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* macos_util.h - MacOS definitions/utility functions * macos_util.h - MacOS definitions/utility functions
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* main.h - General definitions * main.h - General definitions
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* prefs.h - Preferences handling * prefs.h - Preferences handling
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* prefs_editor.h - Preferences editor * prefs_editor.h - Preferences editor
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* rom_patches.h - ROM patches * rom_patches.h - ROM patches
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* rsrc_patches.h - Resource patches * rsrc_patches.h - Resource patches
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* scsi.h - SCSI Manager * scsi.h - SCSI Manager
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* serial.h - Serial device driver * serial.h - Serial device driver
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* serial_defs.h - Definitions for MacOS serial drivers * serial_defs.h - Definitions for MacOS serial drivers
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* slot_rom.h - Slot declaration ROM * slot_rom.h - Slot declaration ROM
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* sony.h - Replacement .Sony driver (floppy drives) * sony.h - Replacement .Sony driver (floppy drives)
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
/* /*
* sys.h - System dependent routines (mostly I/O) * sys.h - System dependent routines (mostly I/O)
* *
* Basilisk II (C) 1997-2000 Christian Bauer * Basilisk II (C) 1997-2001 Christian Bauer
* *
* This program is free software; you can redistribute it and/or modify * 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 * 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