File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
357359TIMER_CALLBACK_MEMBER (esq5505_state::floppy_motor_on)
You can’t perform that action at this time.
0 commit comments