summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/mbee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/mbee.h')
-rw-r--r--src/mess/includes/mbee.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/mbee.h b/src/mess/includes/mbee.h
index 65835d19cd8..211412875c2 100644
--- a/src/mess/includes/mbee.h
+++ b/src/mess/includes/mbee.h
@@ -151,7 +151,6 @@ public:
DECLARE_QUICKLOAD_LOAD_MEMBER( mbee_z80bin );
WRITE_LINE_MEMBER(fdc_intrq_w);
WRITE_LINE_MEMBER(fdc_drq_w);
- DECLARE_FLOPPY_FORMATS(floppy_formats);
UINT8 *m_p_videoram;
UINT8 *m_p_gfxram;
UINT8 *m_p_colorram;
@@ -183,7 +182,8 @@ private:
UINT8 m_sy6545_reg[32];
UINT8 m_sy6545_ind;
UINT8 m_fdc_rq;
- void mbee256_setup_banks(UINT8 data);
+ UINT8 m_bank_array[33];
+ void mbee256_setup_banks(UINT8 data, bool first_time);
void sy6545_cursor_configure();
void keyboard_matrix_r(int offs);
void machine_reset_common_disk();