summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spi_sdcard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/spi_sdcard.h')
-rw-r--r--src/devices/machine/spi_sdcard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/spi_sdcard.h b/src/devices/machine/spi_sdcard.h
index 4bd79e5aa30..070af7ff755 100644
--- a/src/devices/machine/spi_sdcard.h
+++ b/src/devices/machine/spi_sdcard.h
@@ -46,7 +46,7 @@ private:
hard_disk_file *m_harddisk;
u8 m_in_latch, m_out_latch;
- int m_cmd_ptr, m_state, m_out_ptr, m_out_count, m_ss, m_in_bit, m_cur_bit, m_write_ptr;
+ int m_cmd_ptr, m_state, m_out_ptr, m_out_count, m_ss, m_in_bit, m_cur_bit, m_write_ptr, m_blksize;
bool m_bACMD;
};