summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mac.cpp')
-rw-r--r--src/mame/drivers/mac.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/mac.cpp b/src/mame/drivers/mac.cpp
index 30af5f132a0..10ce9a72548 100644
--- a/src/mame/drivers/mac.cpp
+++ b/src/mame/drivers/mac.cpp
@@ -674,7 +674,7 @@ void mac_state::pwrmac_map(address_map &map)
/***************************************************************************
DEVICE CONFIG
***************************************************************************/
-
+#if !NEW_SWIM
static const applefdc_interface mac_iwm_interface =
{
sony_set_lines,
@@ -684,7 +684,7 @@ static const applefdc_interface mac_iwm_interface =
sony_write_data,
sony_read_status
};
-
+#endif
static void mac_nubus_cards(device_slot_interface &device)
{
device.option_add("m2video", NUBUS_M2VIDEO); /* Apple Macintosh II Video Card */
@@ -722,14 +722,14 @@ static void mac_lcpds_cards(device_slot_interface &device)
/***************************************************************************
MACHINE DRIVERS
***************************************************************************/
-
+#if !NEW_SWIM
static const floppy_interface mac_floppy_interface =
{
FLOPPY_STANDARD_3_5_DSHD,
LEGACY_FLOPPY_OPTIONS_NAME(apple35_mac),
"floppy_3_5"
};
-
+#endif
void mac_state::add_base_devices(machine_config &config, bool rtc, int woz_version)
{
if (rtc)