mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
Include track numbers in results of AppleCD Read TOC command
This commit is contained in:
parent
15fe1fe99c
commit
86f3286b82
@ -793,7 +793,7 @@ void nscsi_cdrom_apple_device::scsi_command()
|
||||
cdrom_track = 0xaa;
|
||||
}
|
||||
|
||||
scsi_cmdbuf[pos++] = 0;
|
||||
scsi_cmdbuf[pos++] = track;
|
||||
scsi_cmdbuf[pos++] = cdrom->get_adr_control(cdrom_track);
|
||||
|
||||
u32 tstart = cdrom->get_track_start(cdrom_track);
|
||||
|
Loading…
Reference in New Issue
Block a user