mirror of
https://github.com/holub/mame
synced 2025-04-17 22:13:04 +03:00
amiga: Move gayle into amiga folder
This commit is contained in:
parent
92d5c3d620
commit
5a0f8e57d0
@ -216,19 +216,6 @@ if (MACHINES["DMAC"]~=null) then
|
||||
end
|
||||
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/devices/machine/gayle.h,MACHINES["GAYLE"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (MACHINES["GAYLE"]~=null) then
|
||||
files {
|
||||
MAME_DIR .. "src/devices/machine/gayle.cpp",
|
||||
MAME_DIR .. "src/devices/machine/gayle.h",
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/devices/machine/40105.h,MACHINES["CMOS40105"] = true
|
||||
|
@ -13,7 +13,9 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
|
||||
#include "amiga.h"
|
||||
#include "gayle.h"
|
||||
|
||||
#include "bus/amiga/keyboard/keyboard.h"
|
||||
#include "bus/amiga/zorro/zorro.h"
|
||||
@ -23,12 +25,12 @@
|
||||
#include "cpu/m6502/m6502.h"
|
||||
#include "machine/6525tpi.h"
|
||||
#include "machine/mos6526.h"
|
||||
#include "machine/gayle.h"
|
||||
#include "machine/dmac.h"
|
||||
#include "machine/nvram.h"
|
||||
#include "machine/i2cmem.h"
|
||||
#include "machine/cr511b.h"
|
||||
#include "machine/rp5c01.h"
|
||||
|
||||
#include "softlist.h"
|
||||
#include "speaker.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user