Skip to content

Commit 85c6a54

Browse files
authored
esq5505.cpp: Also support HFE format flopppy images. (#14504)
1 parent 0339867 commit 85c6a54

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/mame/ensoniq/esq5505.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,12 @@
165165
#include "bus/midi/midi.h"
166166
#include "cpu/es5510/es5510.h"
167167
#include "cpu/m68000/m68000.h"
168-
#include "formats/esq16_dsk.h"
169-
#include "imagedev/floppy.h"
170168
#include "esqlcd.h"
171169
#include "esqpanel.h"
172170
#include "esqvfd.h"
171+
#include "formats/esq16_dsk.h"
172+
#include "formats/hxchfe_dsk.h"
173+
#include "imagedev/floppy.h"
173174
#include "machine/hd63450.h" // compatible with MC68450, which is what these really have
174175
#include "machine/mc68681.h"
175176
#include "machine/nvram.h"
@@ -352,6 +353,7 @@ void esq5505_state::floppy_formats(format_registration &fr)
352353
{
353354
fr.add_mfm_containers();
354355
fr.add(FLOPPY_ESQIMG_FORMAT);
356+
fr.add(FLOPPY_HFE_FORMAT);
355357
}
356358

357359
TIMER_CALLBACK_MEMBER(esq5505_state::floppy_motor_on)

0 commit comments

Comments
 (0)