1 /* pro_config.h: system memory and peripheral selection 2 3 Copyright (c) 1997-2003, Tarik Isani (xhomer@isani.org) 4 5 This file is part of Xhomer. 6 7 Xhomer is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License version 2 9 as published by the Free Software Foundation. 10 11 Xhomer 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. 15 16 You should have received a copy of the GNU General Public License 17 along with Xhomer; if not, write to the Free Software 18 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 */ 20 21 22 /* Base system memory size */ 23 24 #define PRO_BASE_1M 1 /* 0=256K 1=1M */ 25 26 /* Installed boards */ 27 28 #define PRO_RD_PRESENT 1 /* RD hard disk controller */ 29 #define PRO_RX_PRESENT 1 /* RX floppy disk controller */ 30 #define PRO_VID_PRESENT 1 /* standard graphics board */ 31 #define PRO_EBO_PRESENT 1 /* extended bitmap option board */ 32 #define PRO_MEM_PRESENT 0 /* memory expansion board emulation is incomplete */ 33