2 // VisualBoyAdvance - Nintendo Gameboy/GameboyAdvance (TM) emulator.
3 // Copyright (C) 1999-2003 Forgotten
4 // Copyright (C) 2004 Forgotten and the VBA development team
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
8 // the Free Software Foundation; either version 2, or(at your option)
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
16 // You should have received a copy of the GNU General Public License
17 // along with this program; if not, write to the Free Software Foundation,
18 // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 #define N_(String) (String)
22 #define MSG_UNSUPPORTED_VBA_SGM 1
23 #define MSG_CANNOT_LOAD_SGM 2
24 #define MSG_SAVE_GAME_NOT_USING_BIOS 3
25 #define MSG_SAVE_GAME_USING_BIOS 4
26 #define MSG_UNSUPPORTED_SAVE_TYPE 5
27 #define MSG_CANNOT_OPEN_FILE 6
28 #define MSG_BAD_ZIP_FILE 7
29 #define MSG_NO_IMAGE_ON_ZIP 8
30 #define MSG_ERROR_OPENING_IMAGE 9
31 #define MSG_ERROR_READING_IMAGE 10
32 #define MSG_UNSUPPORTED_BIOS_FUNCTION 11
33 #define MSG_INVALID_BIOS_FILE_SIZE 12
34 #define MSG_INVALID_CHEAT_CODE 13
35 #define MSG_UNKNOWN_ARM_OPCODE 14
36 #define MSG_UNKNOWN_THUMB_OPCODE 15
37 #define MSG_ERROR_CREATING_FILE 16
38 #define MSG_FAILED_TO_READ_SGM 17
39 #define MSG_FAILED_TO_READ_RTC 18
40 #define MSG_UNSUPPORTED_VB_SGM 19
41 #define MSG_CANNOT_LOAD_SGM_FOR 20
42 #define MSG_ERROR_OPENING_IMAGE_FROM 21
43 #define MSG_ERROR_READING_IMAGE_FROM 22
44 #define MSG_UNSUPPORTED_ROM_SIZE 23
45 #define MSG_UNSUPPORTED_RAM_SIZE 24
46 #define MSG_UNKNOWN_CARTRIDGE_TYPE 25
47 #define MSG_MAXIMUM_NUMBER_OF_CHEATS 26
48 #define MSG_INVALID_GAMESHARK_CODE 27
49 #define MSG_INVALID_GAMEGENIE_CODE 28
50 #define MSG_INVALID_CHEAT_TO_REMOVE 29
51 #define MSG_INVALID_CHEAT_CODE_ADDRESS 30
52 #define MSG_UNSUPPORTED_CHEAT_LIST_VERSION 31
53 #define MSG_UNSUPPORTED_CHEAT_LIST_TYPE 32
54 #define MSG_INVALID_GSA_CODE 33
55 #define MSG_CANNOT_IMPORT_SNAPSHOT_FOR 34
56 #define MSG_UNSUPPORTED_SNAPSHOT_FILE 35
57 #define MSG_UNSUPPORTED_ARM_MODE 36
58 #define MSG_UNSUPPORTED_CODE_FILE 37
59 #define MSG_GBA_CODE_WARNING 38
60 #define MSG_INVALID_CBA_CODE 39
61 #define MSG_CBA_CODE_WARNING 40
62 #define MSG_OUT_OF_MEMORY 41
63 #define MSG_WRONG_GAMESHARK_CODE 42
64 #define MSG_UNSUPPORTED_GAMESHARK_CODE 43