summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2022-09-27 07:30:52 +0200
committer Olivier Galibert <galibert@pobox.com>2022-09-28 17:44:09 +0200
commitf9870d6f020b55991aa1838bca70fd5379b0cefc (patch)
tree35151a060e18129481790f719e8cf029a0c00f03 /src/devices/machine
parenteb4cbebb15aaa8e7a494570a6f9b295e647c56c1 (diff)
ap2_dsk: Move the applesauce formats in their own file
as_dsk: Create a common base class, merge what is currently identical
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/applefdintf.cpp1
-rw-r--r--src/devices/machine/wozfdc.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/applefdintf.cpp b/src/devices/machine/applefdintf.cpp
index 4547daddfcf..68a849ba59b 100644
--- a/src/devices/machine/applefdintf.cpp
+++ b/src/devices/machine/applefdintf.cpp
@@ -5,6 +5,7 @@
#include "applefdintf.h"
#include "formats/ap2_dsk.h"
#include "formats/ap_dsk35.h"
+#include "formats/as_dsk.h"
#include "formats/pc_dsk.h"
#include "formats/fs_prodos.h"
diff --git a/src/devices/machine/wozfdc.cpp b/src/devices/machine/wozfdc.cpp
index bb28baba13e..bee2f043e7e 100644
--- a/src/devices/machine/wozfdc.cpp
+++ b/src/devices/machine/wozfdc.cpp
@@ -13,6 +13,7 @@
#include "imagedev/floppy.h"
#include "formats/ap2_dsk.h"
+#include "formats/as_dsk.h"
/***************************************************************************
PARAMETERS