diff options
| author | 2022-02-08 12:00:32 -0500 | |
|---|---|---|
| committer | 2022-02-09 04:00:32 +1100 | |
| commit | 69271581e6fe9a5d9be28c0f00db364055e59a6a (patch) | |
| tree | e3f84d4c8579b27480c553e10818bdd9d7fafa8b /src/devices/machine/swim1.cpp | |
| parent | b6addc3d0650021b407509481baab559b77c06d7 (diff) | |
bus/a2bus: Added Apple II 3.5" Disk Controller Card. (#9215)
Apple II 3.5" Disk Controller Card, Apple P/N A0076LL/A, Announced July 1991, Released March 1992. $149.95 MSRP
Diffstat (limited to 'src/devices/machine/swim1.cpp')
| -rw-r--r-- | src/devices/machine/swim1.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/machine/swim1.cpp b/src/devices/machine/swim1.cpp index 7e9a047d3d5..a366f66a4a2 100644 --- a/src/devices/machine/swim1.cpp +++ b/src/devices/machine/swim1.cpp @@ -9,8 +9,6 @@ #include "emu.h" #include "swim1.h" -#include "cpu/m68000/m68000.h" - DEFINE_DEVICE_TYPE(SWIM1, swim1_device, "swim1", "Apple SWIM1 (Sander/Wozniak Integrated Machine) version 1 floppy controller") swim1_device::swim1_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) : |
