summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2022-09-25 17:31:55 -0400
committer AJR <ajrhacker@users.noreply.github.com>2022-09-25 17:31:55 -0400
commit32ba5268e8805da1f20da7bc4b17d41c9e8ab985 (patch)
tree5b09dead78bd59d2ea138b4efe5a90971a05965c
parent251d0c9995e9aa6a29b2045183ac268dfd2ac75f (diff)
apple2e.cpp: Really get rid of legacy floppy stuff
-rw-r--r--src/mame/apple/apple2e.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/apple/apple2e.cpp b/src/mame/apple/apple2e.cpp
index 6b8c991a50e..4e7e30a66a1 100644
--- a/src/mame/apple/apple2e.cpp
+++ b/src/mame/apple/apple2e.cpp
@@ -121,7 +121,6 @@ MIG RAM page 2 $CE02 is the speaker/slot bitfield and $CE03 is the paddle/accele
#include "cpu/mcs48/mcs48.h"
#include "cpu/z80/z80.h"
#include "imagedev/cassette.h"
-#include "imagedev/flopdrv.h"
#include "machine/applefdintf.h"
#include "machine/bankdev.h"
#include "machine/ds1315.h"