Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed AmigaOS code for 1.3 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 29, 2006
1 parent c63b333 commit 7392956
Show file tree
Hide file tree
Showing 33 changed files with 3 additions and 5,638 deletions.
12 changes: 0 additions & 12 deletions BUGS
Expand Up @@ -190,15 +190,3 @@ AIX: -= NOT YET SUPPORTED =-
More information on this port is available at:
http://www.kom.e-technik.tu-darmstadt.de/~griff/SDL/

AmigaOS: -= NOT YET SUPPORTED =-
The OpenGL support isn't implemented yet.

SDL_WM_GrabInput() is not implemented.
Does anyone know how to do this? SDL_WM_GrabInput() is designed
to prevent the user from switching input and mouse focus away from
the SDL application.

Continuous relative mouse motion is not implemented.

The AmigaOS port was done by Gabriele.Greco@galactica.it

2 changes: 1 addition & 1 deletion README
Expand Up @@ -14,7 +14,7 @@ and 2D framebuffer across multiple platforms.

The current version supports Linux, Windows, Windows CE, BeOS, MacOS,
Mac OS X, FreeBSD, NetBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX.
The code contains support for AmigaOS, Dreamcast, Atari, AIX, OSF/Tru64,
The code contains support for Dreamcast, Atari, AIX, OSF/Tru64,
RISC OS, SymbianOS, and OS/2, but these are not officially supported.

SDL is written in C, but works with C++ natively, and has bindings to
Expand Down
50 changes: 0 additions & 50 deletions README.AmigaOS

This file was deleted.

2 changes: 1 addition & 1 deletion include/SDL.h
Expand Up @@ -38,7 +38,7 @@ and 2D framebuffer across multiple platforms.
The current version supports Linux, Windows, Windows CE, BeOS, MacOS,
Mac OS X, FreeBSD, NetBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX.
The code contains support for AmigaOS, Dreamcast, Atari, AIX, OSF/Tru64,
The code contains support for Dreamcast, Atari, AIX, OSF/Tru64,
RISC OS, SymbianOS, and OS/2, but these are not officially supported.
SDL is written in C, but works with C++ natively, and has bindings to
Expand Down
4 changes: 1 addition & 3 deletions include/SDL_config.h.default
Expand Up @@ -26,9 +26,7 @@
#include "SDL_platform.h"

/* Add any platform that doesn't build using the configure system */
#if defined(__AMIGA__)
#include "SDL_config_amiga.h"
#elif defined(__DREAMCAST__)
#if defined(__DREAMCAST__)
#include "SDL_config_dreamcast.h"
#elif defined(__MACOSX__)
#include "SDL_config_macosx.h"
Expand Down
5 changes: 0 additions & 5 deletions include/SDL_config.h.in
Expand Up @@ -149,7 +149,6 @@
#undef SDL_VIDEO_DISABLED

/* Enable various audio drivers */
#undef SDL_AUDIO_DRIVER_AHI
#undef SDL_AUDIO_DRIVER_ALSA
#undef SDL_AUDIO_DRIVER_ALSA_DYNAMIC
#undef SDL_AUDIO_DRIVER_ARTS
Expand Down Expand Up @@ -195,7 +194,6 @@

/* Enable various input drivers */
#undef SDL_INPUT_TSLIB
#undef SDL_JOYSTICK_AMIGA
#undef SDL_JOYSTICK_BEOS
#undef SDL_JOYSTICK_DC
#undef SDL_JOYSTICK_DINPUT
Expand All @@ -220,7 +218,6 @@
#undef SDL_LOADSO_WIN32

/* Enable various threading systems */
#undef SDL_THREAD_AMIGA
#undef SDL_THREAD_BEOS
#undef SDL_THREAD_DC
#undef SDL_THREAD_EPOC
Expand All @@ -233,7 +230,6 @@
#undef SDL_THREAD_WIN32

/* Enable various timer systems */
#undef SDL_TIMER_AMIGA
#undef SDL_TIMER_BEOS
#undef SDL_TIMER_DC
#undef SDL_TIMER_DUMMY
Expand All @@ -248,7 +244,6 @@
/* Enable various video drivers */
#undef SDL_VIDEO_DRIVER_BWINDOW
#undef SDL_VIDEO_DRIVER_COCOA
#undef SDL_VIDEO_DRIVER_CYBERGRAPHICS
#undef SDL_VIDEO_DRIVER_DC
#undef SDL_VIDEO_DRIVER_DIRECTFB
#undef SDL_VIDEO_DRIVER_DUMMY
Expand Down
80 changes: 0 additions & 80 deletions include/SDL_config_amiga.h

This file was deleted.

4 changes: 0 additions & 4 deletions include/SDL_platform.h
Expand Up @@ -29,10 +29,6 @@
#undef __AIX__
#define __AIX__ 1
#endif
#if defined(AMIGA) || defined(__AMIGA) || defined(__amigados__)
#undef __AMIGA__
#define __AMIGA__ 1
#endif
#if defined(__BEOS__)
#undef __BEOS__
#define __BEOS__ 1
Expand Down

0 comments on commit 7392956

Please sign in to comment.