Fixed typo. (nw)

This commit is contained in:
Curt Coder 2012-12-05 15:08:54 +00:00
parent 6838aab758
commit a26c1f20d2

View File

@ -1195,7 +1195,7 @@ void floppy_8_sssd::handled_variants(UINT32 *variants, int &var_count) const
}
floppy_8_dssd::floppy_8_dssd(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
floppy_image_device(mconfig, FLOPPY_8_SSSD, "8\" single density double sided floppy drive", tag, owner, clock)
floppy_image_device(mconfig, FLOPPY_8_DSSD, "8\" single density double sided floppy drive", tag, owner, clock)
{
}