From 49466dc4ad10d6895a8111c136f8be482e243e95 Mon Sep 17 00:00:00 2001 From: Rhett Aultman Date: Sun, 30 Aug 2020 21:22:32 -0400 Subject: bus/a2bus: Added Uthernet card emulation for Apple IIgs (#7090) * Ported Cirrus Logic CS8900A Crystal LAN MAC emulation from VICE and hooked it up to Apple II card device. * Adds Ethernet networking support for Apple IIgs. --- scripts/src/machine.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 87958503bef..a4751370c7d 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1019,6 +1019,19 @@ if (MACHINES["CS8221"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/cs8900a.h,MACHINES["CS8900A"] = true +--------------------------------------------------- + +if (MACHINES["CS8900A"]~=null) then + files { + MAME_DIR .. "src/devices/machine/cs8900a.cpp", + MAME_DIR .. "src/devices/machine/cs8900a.h", + } +end + + --------------------------------------------------- -- --@src/devices/machine/cxd1095.h,MACHINES["CXD1095"] = true -- cgit v1.2.3-70-g09d2