Previous | 199869 Revisions | Next |
r18305 Saturday 6th October, 2012 at 10:36:57 UTC by smf |
---|
implement GetSectorBytes() (nw) |
[src/mame/machine] | gdrom.c gdrom.h |
r18304 | r18305 | |
---|---|---|
848 | 848 | { |
849 | 849 | cdrom = (cdrom_file *) _cdrom; |
850 | 850 | } |
851 | ||
852 | int gdrom_device::GetSectorBytes() | |
853 | { | |
854 | return bytes_per_sector; | |
855 | } |
r18304 | r18305 | |
---|---|---|
22 | 22 | virtual void ExecCommand( int *transferLength ); |
23 | 23 | virtual void WriteData( UINT8 *data, int dataLength ); |
24 | 24 | virtual void ReadData( UINT8 *data, int dataLength ); |
25 | virtual int GetSectorBytes(); | |
25 | 26 | |
26 | 27 | static struct cdrom_interface cd_intf; |
27 | 28 |
Previous | 199869 Revisions | Next |