home *** CD-ROM | disk | FTP | other *** search
-
- /* WSpecem.h : Z80 global environment.
- * Portions (C) Copyright Microsoft Corp. 1993.
- *
- * Copyright 1996 Rui Fernando Ferreira Ribeiro.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
- /* Menu Items */
- #define DIALOG_3 100
- #define DEBUGGER 102
- #define SP_POKE 104
- #define SP_SPEED 106
-
- #define IDM_ABOUT 200
- #define IDM_OPEN 202
- #define IDM_SAVE 204
- #define IDM_SAVEAS 206
- #define IDM_EXIT 208
- #define IDM_PAUSE 210
- #define IDM_SIZE4 211
- #define IDM_SIZE3 212
- #define IDM_SIZE2 214
- #define IDM_SIZE1 216
- #define IDM_SAVEOPTIONS 218
- #define IDM_FILERELOAD 220
- #define IDM_SOUND 222
- #define IDM_COLOUR 224
- #define IDM_SPEED 226
- #define IDM_MODEL3 228
- #define IDM_DEBUG 230
- #define IDM_POKE 232
- #define IDM_RESET 234
- #define IDM_NMI 236
-
- #define IDS_FILTERSTRING 290
-
- #define IDC_ADDRESS 300
- #define IDC_VALUE 302
- #define IDC_FRAMES 304
- #define IDC_DELAY 306
-
- /* EOF: WSpecem.h */
-