diff options
author | 2019-02-12 18:09:47 +0700 | |
---|---|---|
committer | 2019-02-12 18:09:47 +0700 | |
commit | a035eafdfef3b744d85ab905465e458e0a65eeb6 (patch) | |
tree | bf7e3723b169b7fb4c3843209ab4a3fa44ad55cf /scripts/src/machine.lua | |
parent | 71c134c887e30f71ad273fc71dbbcf1feec743e2 (diff) |
jazz: wip checkpoint (nw)
At this point, jazz can start Windows NT 4.0 from cdrom, but crashes launching the session manager just prior to running setup.
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index a68236ab223..6d1c8a96ba9 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3857,3 +3857,15 @@ if (MACHINES["DC7085"]~=null) then MAME_DIR .. "src/devices/machine/dc7085.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/i82357.h,MACHINES["I82357"] = true +--------------------------------------------------- + +if (MACHINES["I82357"]~=null) then + files { + MAME_DIR .. "src/devices/machine/i82357.cpp", + MAME_DIR .. "src/devices/machine/i82357.h", + } +end |