Floppy: Add a function to return the number of sides the drive has

This commit is contained in:
Dirk Best 2015-05-19 17:50:11 +02:00
parent 9da5b008e3
commit 8d1a91b773

View File

@ -121,6 +121,7 @@ public:
attotime get_next_transition(const attotime &from_when);
void write_flux(const attotime &start, const attotime &end, int transition_count, const attotime *transitions);
void set_write_splice(const attotime &when);
int get_sides() { return sides; }
UINT32 get_form_factor() const;
UINT32 get_variant() const;