summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/a2bus/corvfdc02.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/a2bus/corvfdc02.h')
-rw-r--r--src/emu/bus/a2bus/corvfdc02.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/a2bus/corvfdc02.h b/src/emu/bus/a2bus/corvfdc02.h
index 83c3a4c4ed9..7b16e1c899d 100644
--- a/src/emu/bus/a2bus/corvfdc02.h
+++ b/src/emu/bus/a2bus/corvfdc02.h
@@ -56,7 +56,7 @@ private:
UINT8 *m_rom;
UINT8 m_fdc_local_status, m_fdc_local_command;
UINT16 m_bufptr;
- UINT8 m_buffer[2048]; // 1x6116 SRAM
+ UINT8 m_buffer[2048]; // 1x6116 SRAM
floppy_image_device *m_curfloppy;
bool m_in_drq;
emu_timer *m_timer;