Previous 199869 Revisions Next

r31223 Monday 7th July, 2014 at 21:09:30 UTC by Mike Naberezny
(MESS) corvushd: Fix typo in struct name. (nw)
[src/emu/machine]corvushd.c corvushd.h

trunk/src/emu/machine/corvushd.c
r31222r31223
10081008               break;
10091009            case READ_SECTOR_256:
10101010            case READ_CHUNK_256:
1011               m_buffer.read_256_reponse.status =
1012                  corvus_read_logical_sector(&m_buffer.read_sector_command.dadr, m_buffer.read_256_reponse.data, 256);
1011               m_buffer.read_256_response.status =
1012                  corvus_read_logical_sector(&m_buffer.read_sector_command.dadr, m_buffer.read_256_response.data, 256);
10131013               break;
10141014            case READ_CHUNK_512:
10151015               m_buffer.read_512_response.status =
trunk/src/emu/machine/corvushd.h
r31222r31223
266266      struct {
267267         UINT8   status;     // Status code returned by command executed
268268         UINT8   data[256];  // Data returned from read
269      } read_256_reponse;
269      } read_256_response;
270270      //
271271      // 512-byte Read Sector response
272272      //

Previous 199869 Revisions Next


© 1997-2024 The MAME Team