diff options
| author | 2023-10-11 22:45:07 -0400 | |
|---|---|---|
| committer | 2023-10-11 22:45:07 -0400 | |
| commit | 095da87df0d72578df389a9f1be9438714fe0e38 (patch) | |
| tree | 7334091324e99cf348e99fb058d5c7fc907e8d57 /scripts | |
| parent | ae5e13e023b9f150a05c75402ae59d022e9fdf31 (diff) | |
nubus/8lc.cpp: Add support for the RasterOps 8LC card for the original Macintosh LC. [R. Belmont]
* This card provides unaccelerated 1024x768 video, which isn't the greatest idea on a 68020.
video/tms34061.h: Added accessors to get the horizontal and vertical visible resolution and totals. [R. Belmont]
nubus/cards.cpp, apple/maclc.cpp: Support a list of cards for only the original Macintosh LC. [R. Belmont]
Diffstat (limited to 'scripts')
| -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 0d0dc7f09d0..1e5096f6ff9 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -3030,6 +3030,8 @@ if (BUSES["NUBUS"]~=null) then MAME_DIR .. "src/devices/bus/nubus/nubus_image.h", MAME_DIR .. "src/devices/bus/nubus/nubus_wsportrait.cpp", MAME_DIR .. "src/devices/bus/nubus/nubus_wsportrait.h", + MAME_DIR .. "src/devices/bus/nubus/8lc.cpp", + MAME_DIR .. "src/devices/bus/nubus/8lc.h", MAME_DIR .. "src/devices/bus/nubus/bootbug.cpp", MAME_DIR .. "src/devices/bus/nubus/bootbug.h", MAME_DIR .. "src/devices/bus/nubus/quadralink.cpp", |
