Previous 199869 Revisions Next

r36694 Thursday 26th March, 2015 at 21:41:25 UTC by Couriersud
Fix compile. (nw)
[src/emu/machine]corvushd.c

trunk/src/emu/machine/corvushd.c
r245205r245206
692692
693693   // This firmware string and revision were taken from the Corvus firmware
694694   // file CORVB184.CLR found on the SSE SoftBox distribution disk.
695   strcpy((char *) m_buffer.drive_param_response.firmware_desc, "V18.4     -- CONST II - 11/82  ");
695   strncpy((char *) m_buffer.drive_param_response.firmware_desc, "V18.4     -- CONST II - 11/82  ", sizeof(m_buffer.drive_param_response.firmware_desc));
696696   m_buffer.drive_param_response.firmware_rev = 37;
697697
698698   // Controller ROM version


Previous 199869 Revisions Next


© 1997-2024 The MAME Team