summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc9801.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/pc9801.c')
-rw-r--r--src/mess/drivers/pc9801.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mess/drivers/pc9801.c b/src/mess/drivers/pc9801.c
index 458954ef945..987272be220 100644
--- a/src/mess/drivers/pc9801.c
+++ b/src/mess/drivers/pc9801.c
@@ -416,6 +416,9 @@ Keyboard TX commands:
#include "formats/pc98_dsk.h"
#include "formats/pc98fdi_dsk.h"
+#include "formats/pc98dcp_dsk.h"
+#include "formats/pc98dip_dsk.h"
+#include "formats/pc98nfd_dsk.h"
#include "machine/pc9801_26.h"
#include "machine/pc9801_86.h"
@@ -2869,7 +2872,10 @@ INTERRUPT_GEN_MEMBER(pc9801_state::pc9801_vrtc_irq)
FLOPPY_FORMATS_MEMBER( pc9801_state::floppy_formats )
FLOPPY_PC98_FORMAT,
- FLOPPY_PC98FDI_FORMAT
+ FLOPPY_PC98FDI_FORMAT,
+ FLOPPY_PC98DCP_FORMAT,
+ FLOPPY_PC98DIP_FORMAT,
+ FLOPPY_PC98NFD_FORMAT
FLOPPY_FORMATS_END
TIMER_DEVICE_CALLBACK_MEMBER( pc9801_state::mouse_irq_cb )