Add the Amiga and Atari platforms (sorry to force a rebuild :p).

Mac is there already (TODO: rename some stuff from apple to mac).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22770 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2007-10-30 13:59:48 +00:00
parent 31154c5cc6
commit 6b3123cf2f
1 changed files with 3 additions and 1 deletions

View File

@ -611,7 +611,9 @@ typedef enum platform_types {
B_HAL_PLATFORM,
B_BESM_6_PLATFORM,
B_MK_61_PLATFORM,
B_NINTENDO_64_PLATFORM
B_NINTENDO_64_PLATFORM,
B_AMIGA_PLATFORM,
B_ATARI_PLATFORM
} platform_type;
typedef struct {