mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
Floppy: Add a function to return the number of sides the drive has
This commit is contained in:
parent
9da5b008e3
commit
8d1a91b773
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user