diff options
author | 2022-06-25 10:25:22 +1000 | |
---|---|---|
committer | 2022-06-25 10:27:36 +1000 | |
commit | 38fed2ff786018664868b0d8ec260e944e4ddad6 (patch) | |
tree | 4f84729013a1551ccf2dc91c61cc06c7c46ced04 /scripts/src | |
parent | a8b6bdfcacdc349bf0d6498540e83a99f79eeb48 (diff) |
bus/nubus: Got rid of CRTC hacks in Macintosh Display Card emulation.
* Changed name of cards for slot selection to "mdc48" and "mdc824" as
they're unrelated to the later 8*24 GC card.
* Also cleaned up code substantially and got rid of artificial
differences between Display Card 4*8 and 8*24.
* Moved lists of NuBus and SE/30 PDS cards to a common place.
* Got some class declarations out of headers to reduce recompiles.
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 29ac16ff758..348eb598223 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -2775,6 +2775,8 @@ end if (BUSES["NUBUS"]~=null) then files { + MAME_DIR .. "src/devices/bus/nubus/cards.cpp", + MAME_DIR .. "src/devices/bus/nubus/cards.h", MAME_DIR .. "src/devices/bus/nubus/nubus.cpp", MAME_DIR .. "src/devices/bus/nubus/nubus.h", MAME_DIR .. "src/devices/bus/nubus/nubus_48gc.cpp", |