1 |
|
/* |
2 |
|
* sys_amiga.cpp - System dependent routines, Amiga implementation |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-2000 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2002 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 |
78 |
|
the_port = CreateMsgPort(); |
79 |
|
tmp_buf = (UBYTE *)AllocMem(TMP_BUF_SIZE, MEMF_CHIP | MEMF_PUBLIC); |
80 |
|
if (the_port == NULL || tmp_buf == NULL) { |
81 |
< |
ErrorAlert(GetString(STR_NO_MEM_ERR)); |
81 |
> |
ErrorAlert(STR_NO_MEM_ERR); |
82 |
|
QuitEmulator(); |
83 |
|
} |
84 |
|
} |