mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
nscsi/cd.cpp: Correct enum name
This commit is contained in:
parent
888b387e54
commit
15fe1fe99c
@ -713,7 +713,7 @@ bool nscsi_cdrom_sgi_device::scsi_command_done(uint8_t command, uint8_t length)
|
||||
}
|
||||
}
|
||||
|
||||
enum sgi_apple_command_e : uint8_t {
|
||||
enum apple_scsi_command_e : uint8_t {
|
||||
APPLE_READ_TOC = 0xc1,
|
||||
APPLE_READ_SUB_CHANNEL = 0xc2,
|
||||
APPLE_READ_HEADER = 0xc3,
|
||||
|
Loading…
Reference in New Issue
Block a user