mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
corvushd: Fix typo in comment. (nw)
This commit is contained in:
parent
55995e1f2b
commit
9fd92c3362
@ -874,7 +874,7 @@ UINT8 corvus_hdc_t::corvus_read_firmware_block(UINT8 head, UINT8 sector) {
|
||||
// Status of command
|
||||
//
|
||||
UINT8 corvus_hdc_t::corvus_write_firmware_block(UINT8 head, UINT8 sector, UINT8 *buffer) {
|
||||
UINT16 relative_sector; // Relative sector on drive for Physical Read
|
||||
UINT16 relative_sector; // Relative sector on drive for Physical Write
|
||||
UINT8 status;
|
||||
|
||||
relative_sector = head * m_sectors_per_track + sector;
|
||||
|
Loading…
Reference in New Issue
Block a user