1 |
|
/* |
2 |
|
* sysdeps.h - System dependent definitions for Unix |
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 |
288 |
|
#define ENUMDECL typedef enum |
289 |
|
#define ENUMNAME(name) name |
290 |
|
#define write_log printf |
291 |
– |
#undef USE_MAPPED_MEMORY |
292 |
– |
#undef CAN_MAP_MEMORY |
291 |
|
|
292 |
|
#ifdef X86_ASSEMBLY |
293 |
|
#define ASM_SYM_FOR_FUNC(a) __asm__(a) |