- create a preproc variable for the number of optional roms. Not used yet.
This commit is contained in:
parent
0fb8d539df
commit
f48a33c3af
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: bochs.h,v 1.84 2002-08-31 12:24:39 vruppert Exp $
|
||||
// $Id: bochs.h,v 1.85 2002-09-03 05:38:09 bdenney Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (C) 2002 MandrakeSoft S.A.
|
||||
@ -621,7 +621,8 @@ typedef struct {
|
||||
bx_cdrom_options cdromd;
|
||||
bx_rom_options rom;
|
||||
bx_vgarom_options vgarom;
|
||||
bx_rom_options optrom[4]; // Optional rom images
|
||||
#define BX_N_OPTROM_IMAGES 4
|
||||
bx_rom_options optrom[BX_N_OPTROM_IMAGES]; // Optional rom images
|
||||
bx_mem_options memory;
|
||||
bx_parport_options par[2]; // parallel port #1 / #2
|
||||
bx_sb16_options sb16;
|
||||
|
Loading…
Reference in New Issue
Block a user