diff options
| author | 2017-01-26 00:58:14 +0100 | |
|---|---|---|
| committer | 2017-01-29 12:42:58 +0100 | |
| commit | f2f55c1568a99c55b679775426e3fdd99e8c0bf9 (patch) | |
| tree | e7979aeec861b1496cb125913689dd789d919451 /scripts | |
| parent | 1296414948623ffcffe01d2409fca6b927707131 (diff) | |
Amiga: Move and rename amiga sound device, add pinout and description
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/sound.lua | 8 | ||||
| -rw-r--r-- | scripts/target/mame/arcade.lua | 2 | ||||
| -rw-r--r-- | scripts/target/mame/mess.lua | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/scripts/src/sound.lua b/scripts/src/sound.lua index ab05c06847c..91dfe094c50 100644 --- a/scripts/src/sound.lua +++ b/scripts/src/sound.lua @@ -154,13 +154,13 @@ end --------------------------------------------------- -- Amiga audio hardware ---@src/devices/sound/amiga.h,SOUNDS["AMIGA"] = true +--@src/devices/machine/8364_paula.h,SOUNDS["PAULA_8364"] = true --------------------------------------------------- -if (SOUNDS["AMIGA"]~=null) then +if (SOUNDS["PAULA_8364"]~=null) then files { - MAME_DIR .. "src/devices/sound/amiga.cpp", - MAME_DIR .. "src/devices/sound/amiga.h", + MAME_DIR .. "src/devices/machine/8364_paula.cpp", + MAME_DIR .. "src/devices/machine/8364_paula.h", } end diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 704cb345343..cfb7a2efb5c 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -163,7 +163,7 @@ SOUNDS["SN76496"] = true SOUNDS["POKEY"] = true SOUNDS["TIA"] = true SOUNDS["NES_APU"] = true -SOUNDS["AMIGA"] = true +SOUNDS["PAULA_8364"] = true SOUNDS["ASTROCADE"] = true SOUNDS["NAMCO"] = true SOUNDS["NAMCO_15XX"] = true diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index bc303a90a06..9c30f686d08 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -168,7 +168,7 @@ SOUNDS["SN76496"] = true SOUNDS["POKEY"] = true SOUNDS["TIA"] = true SOUNDS["NES_APU"] = true -SOUNDS["AMIGA"] = true +SOUNDS["PAULA_8364"] = true SOUNDS["ASTROCADE"] = true --SOUNDS["NAMCO"] = true --SOUNDS["NAMCO_15XX"] = true |
