diff options
author | 2015-08-10 02:00:55 +0200 | |
---|---|---|
committer | 2015-08-10 02:00:55 +0200 | |
commit | 1784a89ee4c7dc35a1a61391f685b0d308ced60d (patch) | |
tree | 888408343b41f481577a4b1646057073e05d6bca /scripts/src | |
parent | 471907963bfc874014d21177f562fd07790fd7aa (diff) |
Defining variants 9224 and 9234 (WIP)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/machine.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index e040fb0781a..6a3657129ef 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2550,13 +2550,13 @@ end --------------------------------------------------- -- ---@src/emu/machine/hdc9234.h,MACHINES["HDC9234"] = true +--@src/emu/machine/hdc92x4.h,MACHINES["HDC9234"] = true --------------------------------------------------- if (MACHINES["HDC9234"]~=null) then files { - MAME_DIR .. "src/emu/machine/hdc9234.c", - MAME_DIR .. "src/emu/machine/hdc9234.h", + MAME_DIR .. "src/emu/machine/hdc92x4.c", + MAME_DIR .. "src/emu/machine/hdc92x4.h", } end |