Initial modernization of Phil's CMI IIx driver, nw

This commit is contained in:
therealmogminer@gmail.com 2016-08-16 04:24:54 +02:00
parent 6f2dc6c24f
commit 08bedafb45
2 changed files with 2733 additions and 77 deletions

View File

@ -1674,7 +1674,7 @@ void floppy_8_dssd::handled_variants(UINT32 *variants, int &var_count) const
//-------------------------------------------------
floppy_8_ssdd::floppy_8_ssdd(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
floppy_image_device(mconfig, FLOPPY_8_DSDD, "8\" double density single sided floppy drive", tag, owner, clock, "floppy_8_ssdd", __FILE__)
floppy_image_device(mconfig, FLOPPY_8_SSDD, "8\" double density single sided floppy drive", tag, owner, clock, "floppy_8_ssdd", __FILE__)
{
}

File diff suppressed because it is too large Load Diff