mirror of
https://github.com/holub/mame
synced 2025-04-17 05:53:36 +03:00
Moved bus\a8sio files to bus\a800 to avoid redundancy (nw)
This commit is contained in:
parent
6cfbb8ea8f
commit
ec1ee61dae
@ -38,6 +38,10 @@ end
|
||||
|
||||
if (BUSES["A800"]~=null) then
|
||||
files {
|
||||
MAME_DIR .. "src/devices/bus/a800/a8sio.c",
|
||||
MAME_DIR .. "src/devices/bus/a800/a8sio.h",
|
||||
MAME_DIR .. "src/devices/bus/a800/cassette.c",
|
||||
MAME_DIR .. "src/devices/bus/a800/cassette.h",
|
||||
MAME_DIR .. "src/devices/bus/a800/a800_slot.c",
|
||||
MAME_DIR .. "src/devices/bus/a800/a800_slot.h",
|
||||
MAME_DIR .. "src/devices/bus/a800/a800_carts.h",
|
||||
@ -51,21 +55,6 @@ if (BUSES["A800"]~=null) then
|
||||
end
|
||||
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/devices/bus/a8sio/a8sio.h,BUSES["A8SIO"] = true
|
||||
---------------------------------------------------
|
||||
|
||||
if (BUSES["A8SIO"]~=null) then
|
||||
files {
|
||||
MAME_DIR .. "src/devices/bus/a8sio/a8sio.c",
|
||||
MAME_DIR .. "src/devices/bus/a8sio/a8sio.h",
|
||||
MAME_DIR .. "src/devices/bus/a8sio/cassette.c",
|
||||
MAME_DIR .. "src/devices/bus/a8sio/cassette.h",
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
---------------------------------------------------
|
||||
--
|
||||
--@src/devices/bus/abcbus/abcbus.h,BUSES["ABCBUS"] = true
|
||||
|
@ -574,7 +574,6 @@ BUSES["A1BUS"] = true
|
||||
BUSES["A2BUS"] = true
|
||||
BUSES["A7800"] = true
|
||||
BUSES["A800"] = true
|
||||
BUSES["A8SIO"] = true
|
||||
BUSES["ABCBUS"] = true
|
||||
BUSES["ABCKB"] = true
|
||||
BUSES["ADAM"] = true
|
||||
|
@ -50,7 +50,7 @@
|
||||
#include "machine/atarifdc.h"
|
||||
#include "bus/a800/a800_slot.h"
|
||||
#include "bus/a800/a800_carts.h"
|
||||
#include "bus/a8sio/a8sio.h"
|
||||
#include "bus/a800/a8sio.h"
|
||||
|
||||
|
||||
/******************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user