Previous 199869 Revisions Next

r19330 Wednesday 5th December, 2012 at 15:08:54 UTC by Curt Coder
Fixed typo. (nw)
[src/emu/imagedev]floppy.c

trunk/src/emu/imagedev/floppy.c
r19329r19330
11951195}
11961196
11971197floppy_8_dssd::floppy_8_dssd(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
1198   floppy_image_device(mconfig, FLOPPY_8_SSSD, "8\" single density double sided floppy drive", tag, owner, clock)
1198   floppy_image_device(mconfig, FLOPPY_8_DSSD, "8\" single density double sided floppy drive", tag, owner, clock)
11991199{
12001200}
12011201

Previous 199869 Revisions Next


© 1997-2024 The MAME Team