1 |
|
/* |
2 |
|
* sysdeps.h - System dependent definitions for AmigaOS |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-2000 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2001 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
30 |
|
|
31 |
|
#include "user_strings_amiga.h" |
32 |
|
|
33 |
< |
// Are the Mac and the host address space the same? |
33 |
> |
// Mac and host address space are the same |
34 |
|
#define REAL_ADDRESSING 1 |
35 |
|
|
36 |
< |
// Are we using a 68k emulator or the real thing? |
36 |
> |
// Using 68k natively |
37 |
|
#define EMULATED_68K 0 |
38 |
|
|
39 |
< |
// Is the Mac ROM write protected? |
39 |
> |
// Mac ROM is not write protected |
40 |
|
#define ROM_IS_WRITE_PROTECTED 0 |
41 |
+ |
#define USE_SCRATCHMEM_SUBTERFUGE 1 |
42 |
|
|
43 |
|
// ExtFS is supported |
44 |
|
#define SUPPORTS_EXTFS 1 |
45 |
|
|
46 |
|
// mon is not supported |
47 |
< |
#define ENABLE_MON 0 |
47 |
> |
#undef ENABLE_MON |
48 |
|
|
49 |
|
// Data types |
50 |
|
typedef unsigned char uint8; |