mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
Fix compile. (nw)
This commit is contained in:
parent
e7b69feec1
commit
1aa0ad3be8
@ -692,7 +692,7 @@ UINT8 corvus_hdc_t::corvus_get_drive_parameters(UINT8 drv) {
|
|||||||
|
|
||||||
// This firmware string and revision were taken from the Corvus firmware
|
// This firmware string and revision were taken from the Corvus firmware
|
||||||
// file CORVB184.CLR found on the SSE SoftBox distribution disk.
|
// file CORVB184.CLR found on the SSE SoftBox distribution disk.
|
||||||
strcpy((char *) m_buffer.drive_param_response.firmware_desc, "V18.4 -- CONST II - 11/82 ");
|
strncpy((char *) m_buffer.drive_param_response.firmware_desc, "V18.4 -- CONST II - 11/82 ", sizeof(m_buffer.drive_param_response.firmware_desc));
|
||||||
m_buffer.drive_param_response.firmware_rev = 37;
|
m_buffer.drive_param_response.firmware_rev = 37;
|
||||||
|
|
||||||
// Controller ROM version
|
// Controller ROM version
|
||||||
|
Loading…
Reference in New Issue
Block a user