mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
amiga: move paula, akiko, copper and fdc from machine to project folder
This commit is contained in:
parent
41eb43ca97
commit
f9eb32e6b0
@ -140,18 +140,6 @@ if (MACHINES["ACORN_VIDC"]~=null) then
|
||||
}
|
||||
end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/devices/machine/akiko.h,MACHINES["AKIKO"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (MACHINES["AKIKO"]~=null) then
|
||||
files {
|
||||
MAME_DIR .. "src/devices/machine/akiko.cpp",
|
||||
MAME_DIR .. "src/devices/machine/akiko.h",
|
||||
}
|
||||
end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/devices/machine/am2901b.h,MACHINES["AM2901B"] = true
|
||||
@ -164,18 +152,6 @@ if (MACHINES["AM2901B"]~=null) then
|
||||
}
|
||||
end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/devices/machine/amiga_copper.h,MACHINES["AMIGA_COPPER"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (MACHINES["AMIGA_COPPER"]~=null) then
|
||||
files {
|
||||
MAME_DIR .. "src/devices/machine/amiga_copper.cpp",
|
||||
MAME_DIR .. "src/devices/machine/amiga_copper.h",
|
||||
}
|
||||
end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/devices/machine/arm_iomd.h,MACHINES["ARM_IOMD"] = true
|
||||
@ -834,18 +810,6 @@ if (MACHINES["AM9519"]~=null) then
|
||||
}
|
||||
end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/devices/machine/amigafdc.h,MACHINES["AMIGAFDC"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (MACHINES["AMIGAFDC"]~=null) then
|
||||
files {
|
||||
MAME_DIR .. "src/devices/machine/amigafdc.cpp",
|
||||
MAME_DIR .. "src/devices/machine/amigafdc.h",
|
||||
}
|
||||
end
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/devices/machine/applepic.h,MACHINES["APPLEPIC"] = true
|
||||
|
@ -155,22 +155,6 @@ if (SOUNDS["TIA"]~=null) then
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
|
||||
---------------------------------------------------
|
||||
-- Amiga audio hardware
|
||||
--@src/devices/machine/8364_paula.h,SOUNDS["PAULA_8364"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (SOUNDS["PAULA_8364"]~=null) then
|
||||
files {
|
||||
MAME_DIR .. "src/devices/machine/8364_paula.cpp",
|
||||
MAME_DIR .. "src/devices/machine/8364_paula.h",
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
|
||||
---------------------------------------------------
|
||||
-- Bally Astrocade sound system
|
||||
--@src/devices/sound/astrocde.h,SOUNDS["ASTROCADE"] = true
|
||||
|
@ -51,7 +51,6 @@
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "machine/ldp1450.h"
|
||||
#include "machine/nvram.h"
|
||||
#include "machine/amigafdc.h"
|
||||
#include "speaker.h"
|
||||
|
||||
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "machine/dmac.h"
|
||||
#include "machine/nvram.h"
|
||||
#include "machine/i2cmem.h"
|
||||
#include "machine/amigafdc.h"
|
||||
#include "machine/cr511b.h"
|
||||
#include "machine/rp5c01.h"
|
||||
#include "softlist.h"
|
||||
|
@ -22,13 +22,15 @@ Ernesto Corvi & Mariusz Wojcieszek
|
||||
#include "bus/rs232/rs232.h"
|
||||
#include "bus/centronics/ctronics.h"
|
||||
#include "machine/mos6526.h"
|
||||
#include "machine/amigafdc.h"
|
||||
#include "machine/amiga_copper.h"
|
||||
#include "machine/msm6242.h"
|
||||
#include "machine/akiko.h"
|
||||
#include "machine/i2cmem.h"
|
||||
#include "machine/8364_paula.h"
|
||||
|
||||
#include "8364_paula.h"
|
||||
#include "akiko.h"
|
||||
#include "amigaaga.h"
|
||||
#include "amigafdc.h"
|
||||
#include "amiga_copper.h"
|
||||
|
||||
#include "emupal.h"
|
||||
#include "screen.h"
|
||||
|
||||
|
@ -55,7 +55,6 @@
|
||||
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "machine/nvram.h"
|
||||
#include "machine/amigafdc.h"
|
||||
#include "speaker.h"
|
||||
|
||||
|
||||
|
@ -39,7 +39,6 @@
|
||||
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "machine/nvram.h"
|
||||
#include "machine/amigafdc.h"
|
||||
#include "sound/es5503.h"
|
||||
#include "speaker.h"
|
||||
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "amiga.h"
|
||||
|
||||
#include "cpu/m68000/m68000.h"
|
||||
#include "machine/amigafdc.h"
|
||||
#include "machine/i8255.h"
|
||||
#include "machine/nvram.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user