diff options
author | 2022-01-07 22:00:39 +1100 | |
---|---|---|
committer | 2022-01-07 22:00:39 +1100 | |
commit | 5698b21c9350ead391c6da8e7f0f5943de0f8b19 (patch) | |
tree | 591c7604ad7b1ac1889fdc5685d529acb64cacc0 /scripts/src | |
parent | d3782d64ff80f5c65a0cd1ae8ab1a05eeac49dc0 (diff) | |
parent | d4c339ccc697494dcc57e1af74db5a3c224ab22d (diff) |
Various fixes for ajr breakage.
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/machine.lua | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 66e0d676046..f61356daef3 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -11,14 +11,14 @@ files { MAME_DIR .. "src/devices/machine/bcreader.cpp", - MAME_DIR .. "src/devices/machine/bcreader.h", +-- MAME_DIR .. "src/devices/machine/bcreader.h", -- MAME_DIR .. "src/devices/machine/buffer.cpp", -- MAME_DIR .. "src/devices/machine/buffer.h", MAME_DIR .. "src/devices/machine/clock.cpp", MAME_DIR .. "src/devices/machine/clock.h", - MAME_DIR .. "src/devices/machine/keyboard.cpp", - MAME_DIR .. "src/devices/machine/keyboard.h", - MAME_DIR .. "src/devices/machine/keyboard.ipp", +-- MAME_DIR .. "src/devices/machine/keyboard.cpp", +-- MAME_DIR .. "src/devices/machine/keyboard.h", +-- MAME_DIR .. "src/devices/machine/keyboard.ipp", MAME_DIR .. "src/devices/machine/laserdsc.cpp", MAME_DIR .. "src/devices/machine/laserdsc.h", MAME_DIR .. "src/devices/machine/nvram.cpp", @@ -26,21 +26,23 @@ files { MAME_DIR .. "src/devices/machine/ram.cpp", MAME_DIR .. "src/devices/machine/ram.h", MAME_DIR .. "src/devices/machine/legscsi.cpp", - MAME_DIR .. "src/devices/machine/legscsi.h", +-- MAME_DIR .. "src/devices/machine/legscsi.h", -- MAME_DIR .. "src/devices/machine/sdlc.cpp", -- MAME_DIR .. "src/devices/machine/sdlc.h", - MAME_DIR .. "src/devices/machine/terminal.cpp", - MAME_DIR .. "src/devices/machine/terminal.h", +-- MAME_DIR .. "src/devices/machine/terminal.cpp", +-- MAME_DIR .. "src/devices/machine/terminal.h", MAME_DIR .. "src/devices/machine/timer.cpp", MAME_DIR .. "src/devices/machine/timer.h", } files { -- MAME_DIR .. "src/devices/imagedev/bitbngr.cpp", -- MAME_DIR .. "src/devices/imagedev/bitbngr.h", + MAME_DIR .. "src/devices/imagedev/cartrom.cpp", +-- MAME_DIR .. "src/devices/imagedev/cartrom.h", MAME_DIR .. "src/devices/imagedev/cassette.cpp", - MAME_DIR .. "src/devices/imagedev/cassette.h", +-- MAME_DIR .. "src/devices/imagedev/cassette.h", MAME_DIR .. "src/devices/imagedev/chd_cd.cpp", - MAME_DIR .. "src/devices/imagedev/chd_cd.h", +-- MAME_DIR .. "src/devices/imagedev/chd_cd.h", -- MAME_DIR .. "src/devices/imagedev/diablo.cpp", -- MAME_DIR .. "src/devices/imagedev/diablo.h", MAME_DIR .. "src/devices/imagedev/flopdrv.cpp", @@ -48,7 +50,11 @@ files { MAME_DIR .. "src/devices/imagedev/floppy.cpp", MAME_DIR .. "src/devices/imagedev/floppy.h", MAME_DIR .. "src/devices/imagedev/harddriv.cpp", - MAME_DIR .. "src/devices/imagedev/harddriv.h", +-- MAME_DIR .. "src/devices/imagedev/harddriv.h", +-- MAME_DIR .. "src/devices/imagedev/magtape.cpp", +-- MAME_DIR .. "src/devices/imagedev/magtape.h", + MAME_DIR .. "src/devices/imagedev/memcard.cpp", + MAME_DIR .. "src/devices/imagedev/memcard.h", -- MAME_DIR .. "src/devices/imagedev/mfmhd.cpp", -- MAME_DIR .. "src/devices/imagedev/mfmhd.h", -- MAME_DIR .. "src/devices/imagedev/microdrv.cpp", @@ -57,6 +63,8 @@ files { -- MAME_DIR .. "src/devices/imagedev/midiin.h", -- MAME_DIR .. "src/devices/imagedev/midiout.cpp", -- MAME_DIR .. "src/devices/imagedev/midiout.h", +-- MAME_DIR .. "src/devices/imagedev/papertape.cpp", +-- MAME_DIR .. "src/devices/imagedev/papertape.h", -- MAME_DIR .. "src/devices/imagedev/picture.cpp", -- MAME_DIR .. "src/devices/imagedev/picture.h", -- MAME_DIR .. "src/devices/imagedev/printer.cpp", |