diff options
| author | 2022-05-19 15:21:44 -0400 | |
|---|---|---|
| committer | 2022-05-19 15:21:55 -0400 | |
| commit | aa66b4a01386a741782610731713c73c99a22ab3 (patch) | |
| tree | cfcc8871451708fef29155cc7562fc74e76bafd4 /scripts | |
| parent | d561b82faec66963ccfa46eb8f28a08e3b13366d (diff) | |
atarist.cpp: Split out video and blitter as separate devices
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/target/mame/mess.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 3dbc27c7aed..6dca65f2fb9 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -1922,7 +1922,8 @@ files { MAME_DIR .. "src/mame/machine/atarifdc.cpp", MAME_DIR .. "src/mame/machine/atarifdc.h", MAME_DIR .. "src/mame/drivers/atarist.cpp", - MAME_DIR .. "src/mame/includes/atarist.h", + MAME_DIR .. "src/mame/machine/ataristb.cpp", + MAME_DIR .. "src/mame/machine/ataristb.h", MAME_DIR .. "src/mame/video/atarist.cpp", MAME_DIR .. "src/mame/video/atarist.h", MAME_DIR .. "src/mame/drivers/lynx.cpp", |
