From 1e109660789fc87558f665ce531249fb1c1eddf4 Mon Sep 17 00:00:00 2001 From: arbee Date: Mon, 31 Aug 2020 07:54:10 -0400 Subject: apple2: Uthernet works in the //e too. [R. Belmont] --- src/mame/drivers/apple2e.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mame/drivers/apple2e.cpp b/src/mame/drivers/apple2e.cpp index 67c9ee88241..891e8dbe22c 100644 --- a/src/mame/drivers/apple2e.cpp +++ b/src/mame/drivers/apple2e.cpp @@ -175,6 +175,7 @@ MIG RAM page 2 $CE02 is the speaker/slot bitfield and $CE03 is the paddle/accele #include "bus/a2bus/computereyes2.h" #include "bus/a2bus/byte8251.h" #include "bus/a2bus/a2iwm.h" +#include "bus/a2bus/uthernet.h" #include "bus/a2gameio/gameio.h" #include "bus/rs232/rs232.h" @@ -4500,6 +4501,7 @@ static void apple2_cards(device_slot_interface &device) device.option_add("applesurance", A2BUS_APPLESURANCE); /* Applesurance Diagnostic Controller */ device.option_add("byte8251", A2BUS_BYTE8251); /* BYTE Magazine 8251 serial card */ device.option_add("cmsscsi", A2BUS_CMSSCSI); /* CMS Apple II SCSI Card */ + device.option_add("uthernet", A2BUS_UTHERNET); /* A2RetroSystems Uthernet card */ } static void apple2eaux_cards(device_slot_interface &device) -- cgit v1.2.3-70-g09d2