summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/target/mame/mess.lua
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2022-06-13 22:08:22 +0200
committer Olivier Galibert <galibert@pobox.com>2022-06-14 12:07:55 +0200
commit58650bd6812a92dfcfd8fa5bc6e225b34d4aa479 (patch)
tree31b1d1294bac51d40e73aa9088e2f2a9aba8b011 /scripts/target/mame/mess.lua
parent540426ea9172304ab0f3961832ef1dfafa6027e8 (diff)
at, cammu: kick upstairs too
Diffstat (limited to 'scripts/target/mame/mess.lua')
-rw-r--r--scripts/target/mame/mess.lua6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index b7895f68a9b..d55f3b8928e 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -838,6 +838,8 @@ MACHINES["BITMAP_PRINTER"] = true
MACHINES["NS32382"] = true
MACHINES["FM_SCSI"] = true
MACHINES["ARCHIMEDES_KEYB"] = true
+MACHINES["CAMMU"] = true
+MACHINES["AT_MB"] = true
--------------------------------------------------
-- specify available bus cores
@@ -1661,8 +1663,6 @@ files {
MAME_DIR .. "src/mame/machine/apple2common.h",
MAME_DIR .. "src/mame/drivers/amiga.cpp",
MAME_DIR .. "src/mame/includes/amiga.h",
- MAME_DIR .. "src/mame/machine/at.h",
- MAME_DIR .. "src/mame/machine/at.cpp",
MAME_DIR .. "src/mame/drivers/sis630.cpp",
MAME_DIR .. "src/mame/machine/gdrom.cpp",
MAME_DIR .. "src/mame/machine/gdrom.h",
@@ -2820,8 +2820,6 @@ files {
createMESSProjects(_target, _subtarget, "interpro")
files {
MAME_DIR .. "src/mame/drivers/interpro.cpp",
- MAME_DIR .. "src/mame/machine/cammu.h",
- MAME_DIR .. "src/mame/machine/cammu.cpp",
MAME_DIR .. "src/mame/machine/interpro_ioga.h",
MAME_DIR .. "src/mame/machine/interpro_ioga.cpp",
MAME_DIR .. "src/mame/machine/interpro_mcga.h",
bold } /* Generic.Traceback */ .highlight .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */ .highlight .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #204a87; font-weight: bold } /* Keyword.Type */ .highlight .ld { color: #000000 } /* Literal.Date */ .highlight .m { color: #0000cf; font-weight: bold } /* Literal.Number */ .highlight .s { color: #4e9a06 } /* Literal.String */ .highlight .na { color: #c4a000 } /* Name.Attribute */ .highlight .nb { color: #204a87 } /* Name.Builtin */ .highlight .nc { color: #000000 } /* Name.Class */ .highlight .no { color: #000000 } /* Name.Constant */ .highlight .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */ .highlight .ni { color: #ce5c00 } /* Name.Entity */ .highlight .ne { color: #cc0000; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #000000 } /* Name.Function */ .highlight .nl { color: #f57900 } /* Name.Label */ .highlight .nn { color: #000000 } /* Name.Namespace */ .highlight .nx { color: #000000 } /* Name.Other */ .highlight .py { color: #000000 } /* Name.Property */ .highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #000000 } /* Name.Variable */ .highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */ .highlight .pm { color: #000000; font-weight: bold } /* Punctuation.Marker */ .highlight .w { color: #f8f8f8 } /* Text.Whitespace */ .highlight .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #4e9a06 } /* Literal.String.Affix */ .highlight .sb { color: #4e9a06 } /* Literal.String.Backtick */ .highlight .sc { color: #4e9a06 } /* Literal.String.Char */ .highlight .dl { color: #4e9a06 } /* Literal.String.Delimiter */ .highlight .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */ .highlight .s2 { color: #4e9a06 } /* Literal.String.Double */ .highlight .se { color: #4e9a06 } /* Literal.String.Escape */ .highlight .sh { color: #4e9a06 } /* Literal.String.Heredoc */ .highlight .si { color: #4e9a06 } /* Literal.String.Interpol */ .highlight .sx { color: #4e9a06 } /* Literal.String.Other */ .highlight .sr { color: #4e9a06 } /* Literal.String.Regex */ .highlight .s1 { color: #4e9a06 } /* Literal.String.Single */ .highlight .ss { color: #4e9a06 } /* Literal.String.Symbol */ .highlight .bp { color: #3465a4 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #000000 } /* Name.Function.Magic */ .highlight .vc { color: #000000 } /* Name.Variable.Class */ .highlight .vg { color: #000000 } /* Name.Variable.Global */ .highlight .vi { color: #000000 } /* Name.Variable.Instance */ .highlight .vm { color: #000000 } /* Name.Variable.Magic */ .highlight .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */
* text=auto !eol

*.bat   eol=crlf    svneol=CRLF#text/plain
*.cmd   eol=crlf    svneol=CRLF#text/plain
*.in                svneol=native#text/plain
*.jed   binary
*.lst               svneol=native#text/plain
*.mak               svneol=native#text/plain
*.man   eol=crlf    svneol=CRLF#text/plain
*.ops               svneol=native#text/plain
*.po    eol=lf      svneol=LF#text/plain
*.rc    eol=crlf    svneol=CRLF#text/plain
*.sh    eol=lf      svneol=LF#text/plain

*.css               svneol=native#text/css
*.html              svneol=native#text/html
*.js                svneol=native#text/javascript
*.md                svneol=native#text/plain
*.txt               svneol=native#text/plain

*.c                 svneol=native#text/plain
*.cpp               svneol=native#text/plain
*.h                 svneol=native#text/plain
*.hpp               svneol=native#text/plain
*.hxx               svneol=native#text/plain
*.inc               svneol=native#text/plain
*.inl               svneol=native#text/plain
*.ipp               svneol=native#text/plain
*.lua               svneol=native#text/plain
*.m                 svneol=native#text/plain
*.mm                svneol=native#text/plain
*.py                svneol=native#text/plain

*.dtd               svneol=native#application/xml-dtd
*.hsi               svneol=native#text/xml
*.lay               svneol=native#text/xml
*.xml               svneol=native#text/xml

*.gif   -text       svneol=unset#image/gif
*.ico   -text       svneol=unset#image/x-icon
*.jpg   -text       svneol=unset#image/jpeg
*.png   -text       svneol=unset#image/png
*.ppm   -text       svneol=unset#image/x-portable-pixmap

*.bdf   eol=crlf    svneol=CRLF#application/x-font-bdf

*.zip   -text       svneol=unset#application/zip

makefile svneol=native#text/plain
Makefile svneol=native#text/plain
readme svneol=native#text/plain
README svneol=native#text/plain

hlsl/*.fx svneol=native#text/plain
keymaps/*.map svneol=native#text/plain
src/osd/sdl/man/* svneol=LF#text/plain eol=lf
src/osd/sdl/shader/*.fsh svneol=native#text/plain
src/osd/sdl/shader/*.vsh svneol=native#text/plain