mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
cr589: skip disc change detection (nw)
This commit is contained in:
parent
32f0e6efac
commit
22798a79df
@ -25,6 +25,8 @@ public:
|
||||
virtual void ExecCommand() override;
|
||||
virtual void WriteData( UINT8 *data, int dataLength ) override;
|
||||
virtual void ReadData( UINT8 *data, int dataLength ) override;
|
||||
// ksys573 changes discs without telling the cdrom_image_device
|
||||
virtual void process_buffer() override { atapi_hle_device::process_buffer(); }
|
||||
|
||||
protected:
|
||||
// device-level overrides
|
||||
|
Loading…
Reference in New Issue
Block a user