summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/bblue2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/bblue2.h')
-rw-r--r--src/devices/bus/isa/bblue2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/isa/bblue2.h b/src/devices/bus/isa/bblue2.h
index 27807025ecb..6f888a7d869 100644
--- a/src/devices/bus/isa/bblue2.h
+++ b/src/devices/bus/isa/bblue2.h
@@ -11,8 +11,6 @@
#include "machine/ins8250.h"
#include "bus/rs232/rs232.h"
-#include "bus/rs232/terminal.h"
-#include "bus/rs232/null_modem.h"
#include "machine/pc_lpt.h"
#include "cpu/z80/z80.h"
#include "machine/ram.h"
@@ -60,6 +58,8 @@ private:
void z80_program_map(address_map &map);
void z80_io_map(address_map &map);
+
+ bool m_devices_installed;
};
// device type definition