diff options
author | 2020-09-08 06:40:56 +0200 | |
---|---|---|
committer | 2020-09-08 06:40:56 +0200 | |
commit | 18d3857d4211f50ca222e885444dc6c7fc283492 (patch) | |
tree | 9af7c4dd78c6ca4459f2e61625cd991b845629e5 | |
parent | 09350bbdd3694e3ea12ac1133247096c01decd56 (diff) |
New machines added as MACHINE_NOT_WORKING
-----------------------------------------
Newton Notepad [Pablo Marx]
MessagePad [Pablo Marx]
ExpertPad PI-7000 [Pablo Marx]
MessagePad 110 [Pablo Marx]
MessagePad 120 [Pablo Marx]
Marco [Pablo Marx]
MessagePad 130 [Pablo Marx]
eMate 300 [Pablo Marx]
MessagePad 2000 [Pablo Marx]
MessagePad 2100 [Pablo Marx]
-rw-r--r-- | scripts/target/mame/mess.lua | 2 | ||||
-rw-r--r-- | src/mame/mame.lst | 15 | ||||
-rw-r--r-- | src/mame/mess.flt | 2 |
3 files changed, 14 insertions, 5 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index d5a30b83edd..c8ee90f95fb 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -4347,7 +4347,6 @@ files { MAME_DIR .. "src/mame/drivers/e100.cpp", MAME_DIR .. "src/mame/drivers/eacc.cpp", MAME_DIR .. "src/mame/drivers/elwro800.cpp", - MAME_DIR .. "src/mame/drivers/emate.cpp", MAME_DIR .. "src/mame/drivers/epic14e.cpp", MAME_DIR .. "src/mame/drivers/esprit.cpp", MAME_DIR .. "src/mame/drivers/eti660.cpp", @@ -4434,6 +4433,7 @@ files { MAME_DIR .. "src/mame/drivers/mx2178.cpp", MAME_DIR .. "src/mame/drivers/mycom.cpp", MAME_DIR .. "src/mame/drivers/myvision.cpp", + MAME_DIR .. "src/mame/drivers/newton.cpp", MAME_DIR .. "src/mame/machine/nl_hazelvid.cpp", MAME_DIR .. "src/mame/machine/nl_hazelvid.h", MAME_DIR .. "src/mame/drivers/notetaker.cpp", diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 38d94df25ff..8cb73141365 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -13043,9 +13043,6 @@ elf2 // @source:elwro800.cpp elwro800 // -@source:emate.cpp -emate // (c) 1997 Apple Computer - @source:embargo.cpp embargo // @@ -32243,6 +32240,18 @@ nws1580 // Sony NEWS NWS-1580 @source:news_r3k.cpp nws3260 // Sony NEWS NWS-3260 +@source:newton.cpp +newtnotp +newtonmp +spi7000 +mp110 +mp120 +motmarco +mp130 +emate +mp2000 +mp2100 + @source:next.cpp next // nextct // diff --git a/src/mame/mess.flt b/src/mame/mess.flt index e83beff9cb1..216ff699860 100644 --- a/src/mame/mess.flt +++ b/src/mame/mess.flt @@ -253,7 +253,6 @@ elekscmp.cpp elektronmono.cpp elf.cpp elwro800.cpp -emate.cpp emma2.cpp emu2.cpp emu3.cpp @@ -646,6 +645,7 @@ newbrain.cpp news_38xx.cpp news_68k.cpp news_r3k.cpp +newton.cpp next.cpp nforcepc.cpp ngen.cpp |