diff options
| author | 2023-07-20 11:31:31 +0700 | |
|---|---|---|
| committer | 2023-07-20 11:31:31 +0700 | |
| commit | 009f31fae2e6df9b7eb0c505a09008ea718f1a45 (patch) | |
| tree | d85fead2552df277d0fced03b5ee2f5bd97b101a /scripts/src/machine.lua | |
| parent | 70a2593553c015372a2fd29571296da67b79764a (diff) | |
dp8573: add dp8572a variant
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 3dd4eef38ab..824fce923ff 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4185,13 +4185,13 @@ end --------------------------------------------------- -- ---@src/devices/machine/dp8573.h,MACHINES["DP8573"] = true +--@src/devices/machine/dp8573a.h,MACHINES["DP8573A"] = true --------------------------------------------------- -if (MACHINES["DP8573"]~=null) then +if (MACHINES["DP8573A"]~=null) then files { - MAME_DIR .. "src/devices/machine/dp8573.cpp", - MAME_DIR .. "src/devices/machine/dp8573.h", + MAME_DIR .. "src/devices/machine/dp8573a.cpp", + MAME_DIR .. "src/devices/machine/dp8573a.h", } end |
