mirror of
https://github.com/vivier/EMILE.git
synced 2024-11-14 22:04:43 +00:00
7 lines
99 B
C
7 lines
99 B
C
#include "libfloppy.h"
|
|
|
|
int floppy_get_blocksize(floppy_device_t *device)
|
|
{
|
|
return SECTOR_SIZE;
|
|
}
|