mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
Rename atari files to atari400 files and references to match driver name (nw)
This commit is contained in:
parent
07d8b25571
commit
819309bade
@ -1664,9 +1664,9 @@ files {
|
||||
MAME_DIR .. "src/mame/video/exidy440.cpp",
|
||||
MAME_DIR .. "src/mame/drivers/exidyttl.cpp",
|
||||
MAME_DIR .. "src/mame/drivers/maxaflex.cpp",
|
||||
MAME_DIR .. "src/mame/machine/atari.cpp",
|
||||
MAME_DIR .. "src/mame/includes/atari.h",
|
||||
MAME_DIR .. "src/mame/video/atari.cpp",
|
||||
MAME_DIR .. "src/mame/machine/atari400.cpp",
|
||||
MAME_DIR .. "src/mame/includes/atari400.h",
|
||||
MAME_DIR .. "src/mame/video/atari400.cpp",
|
||||
MAME_DIR .. "src/mame/video/antic.cpp",
|
||||
MAME_DIR .. "src/mame/video/antic.h",
|
||||
MAME_DIR .. "src/mame/video/gtia.cpp",
|
||||
|
@ -951,9 +951,9 @@ files {
|
||||
MAME_DIR .. "src/mame/video/amigaaga.cpp",
|
||||
MAME_DIR .. "src/mame/video/tia.cpp",
|
||||
MAME_DIR .. "src/mame/video/tia.h",
|
||||
MAME_DIR .. "src/mame/machine/atari.cpp",
|
||||
MAME_DIR .. "src/mame/video/atari.cpp",
|
||||
MAME_DIR .. "src/mame/includes/atari.h",
|
||||
MAME_DIR .. "src/mame/machine/atari400.cpp",
|
||||
MAME_DIR .. "src/mame/video/atari400.cpp",
|
||||
MAME_DIR .. "src/mame/includes/atari400.h",
|
||||
MAME_DIR .. "src/mame/video/antic.cpp",
|
||||
MAME_DIR .. "src/mame/video/antic.h",
|
||||
MAME_DIR .. "src/mame/video/gtia.cpp",
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "machine/ram.h"
|
||||
#include "sound/dac.h"
|
||||
#include "sound/pokey.h"
|
||||
#include "includes/atari.h"
|
||||
#include "includes/atari400.h"
|
||||
#include "machine/atarifdc.h"
|
||||
#include "bus/a800/a800_slot.h"
|
||||
#include "bus/a800/a800_carts.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "emu.h"
|
||||
#include "cpu/m6502/m6502.h"
|
||||
#include "includes/atari.h"
|
||||
#include "includes/atari400.h"
|
||||
#include "sound/speaker.h"
|
||||
#include "sound/pokey.h"
|
||||
#include "video/gtia.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "emu.h"
|
||||
#include "cpu/m6502/m6502.h"
|
||||
#include "cpu/m6805/m6805.h"
|
||||
#include "includes/atari.h"
|
||||
#include "includes/atari400.h"
|
||||
#include "sound/speaker.h"
|
||||
#include "sound/pokey.h"
|
||||
#include "machine/6821pia.h"
|
||||
|
@ -11,7 +11,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "includes/atari.h"
|
||||
#include "includes/atari400.h"
|
||||
#include "sound/pokey.h"
|
||||
|
||||
#define VERBOSE_POKEY 1
|
@ -14,7 +14,7 @@
|
||||
|
||||
#include "emu.h"
|
||||
#include "cpu/m6502/m6502.h"
|
||||
#include "includes/atari.h"
|
||||
#include "includes/atari400.h"
|
||||
#include "atarifdc.h"
|
||||
#include "sound/pokey.h"
|
||||
#include "machine/6821pia.h"
|
||||
|
@ -9,7 +9,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "includes/atari.h"
|
||||
#include "includes/atari400.h"
|
||||
|
||||
#define VERBOSE 0
|
||||
|
Loading…
Reference in New Issue
Block a user