diff options
Diffstat (limited to 'src/emu')
-rw-r--r-- | src/emu/imagedev/floppy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/imagedev/floppy.c b/src/emu/imagedev/floppy.c index f2c3773bc3e..4d2cddd3c97 100644 --- a/src/emu/imagedev/floppy.c +++ b/src/emu/imagedev/floppy.c @@ -1173,8 +1173,8 @@ void floppy_sound_device::sound_stream_update(sound_stream &stream, stream_sampl static const char *const floppy_sample_names[] = { "*floppy", - "flop_35_motor", - "flop_35_step", + "floppy_35_motor", + "floppy_35_step", 0 }; |