mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
bus/msx/slot/disk.h: Removed unused get_nr_drives method. (#11508)
This commit is contained in:
parent
f019645976
commit
b484ea2b41
@ -53,9 +53,6 @@ DECLARE_DEVICE_TYPE(MSX_SLOT_DISK11_WD2793, msx_slot_disk11_wd2793_device)
|
||||
|
||||
class msx_slot_disk_device : public msx_slot_rom_device
|
||||
{
|
||||
public:
|
||||
int get_nr_drives() const { return m_nr_drives; }
|
||||
|
||||
protected:
|
||||
static constexpr int NO_DRIVES = 0;
|
||||
static constexpr int DRIVES_1 = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user