Move avgdvg into devices

This commit is contained in:
Olivier Galibert 2022-07-01 16:23:24 +02:00
parent 3fabe3be35
commit 2e8c8a3792
12 changed files with 23 additions and 19 deletions

View File

@ -10,6 +10,8 @@
---------------------------------------------------------------------------
files {
MAME_DIR .. "src/devices/video/cgapal.cpp",
MAME_DIR .. "src/devices/video/cgapal.h",
MAME_DIR .. "src/devices/video/poly.h",
MAME_DIR .. "src/devices/video/sprite.cpp",
MAME_DIR .. "src/devices/video/sprite.h",
@ -771,12 +773,6 @@ if (VIDEOS["MOS6566"]~=null) then
}
end
files {
MAME_DIR .. "src/devices/video/cgapal.cpp",
MAME_DIR .. "src/devices/video/cgapal.h",
}
--------------------------------------------------
--
--@src/devices/video/pc_vga.h,VIDEOS["PC_VGA"] = true
@ -1413,3 +1409,15 @@ if (VIDEOS["VRENDER0"]~=null) then
MAME_DIR .. "src/devices/video/vrender0.h",
}
end
--------------------------------------------------
--
--@src/devices/video/avgdvg.h,VIDEOS["AVGDVG"] = true
--------------------------------------------------
if (VIDEOS["AVGDVG"]~=null) then
files {
MAME_DIR .. "src/devices/video/avgdvg.cpp",
MAME_DIR .. "src/devices/video/avgdvg.h",
}
end

View File

@ -10,10 +10,9 @@
#pragma once
#include "avgdvg.h"
#include "machine/74153.h"
#include "machine/er2055.h"
#include "video/avgdvg.h"
#include "sound/discrete.h"
class asteroid_state : public driver_device

View File

@ -4,7 +4,7 @@
#ifndef MAME_INCLUDES_BWIDOW_H
#define MAME_INCLUDES_BWIDOW_H
#include "avgdvg.h"
#include "video/avgdvg.h"
#include "machine/er2055.h"
#define MASTER_CLOCK (XTAL(12'096'000))

View File

@ -209,10 +209,9 @@
#include "emu.h"
#include "bzone.h"
#include "avgdvg.h"
#include "cpu/m6502/m6502.h"
#include "machine/watchdog.h"
#include "video/avgdvg.h"
#include "video/vector.h"
#include "sound/pokey.h"

View File

@ -192,9 +192,8 @@
#include "emu.h"
#include "mhavoc.h"
#include "avgdvg.h"
#include "cpu/m6502/m6502.h"
#include "video/avgdvg.h"
#include "video/vector.h"
#include "machine/eeprompar.h"
#include "machine/rescap.h"

View File

@ -49,13 +49,13 @@ NOTE: The Atari 136002-125 PROM in the sets below wasn't dumped from an actual
***************************************************************************/
#include "emu.h"
#include "avgdvg.h"
#include "cpu/m68000/m68000.h"
#include "machine/watchdog.h"
#include "machine/x2212.h"
#include "sound/discrete.h"
#include "sound/pokey.h"
#include "video/avgdvg.h"
#include "video/vector.h"
#include "screen.h"

View File

@ -27,12 +27,11 @@
#include "emu.h"
#include "starwars.h"
#include "avgdvg.h"
#include "cpu/m6809/m6809.h"
#include "machine/74259.h"
#include "machine/adc0808.h"
#include "machine/watchdog.h"
#include "video/avgdvg.h"
#include "video/vector.h"
#include "screen.h"
#include "speaker.h"

View File

@ -276,7 +276,6 @@ Note: Roms for Tempest Analog Vector-Generator PCB Assembly A037383-03 or A03738
***************************************************************************/
#include "emu.h"
#include "avgdvg.h"
#include "mathbox.h"
#include "cpu/m6502/m6502.h"
@ -284,6 +283,7 @@ Note: Roms for Tempest Analog Vector-Generator PCB Assembly A037383-03 or A03738
#include "machine/rescap.h"
#include "machine/watchdog.h"
#include "sound/pokey.h"
#include "video/avgdvg.h"
#include "video/vector.h"
#include "screen.h"

View File

@ -25,11 +25,11 @@
*/
#include "emu.h"
#include "avgdvg.h"
#include "cpu/m68000/m68000.h"
#include "cpu/tms32010/tms32010.h"
#include "cpu/m6502/m6502.h"
#include "video/avgdvg.h"
#include "video/vector.h"
#include "machine/74259.h"
#include "machine/adc0808.h"

View File

@ -217,13 +217,13 @@
#include "emu.h"
#include "avgdvg.h"
#include "cpu/z80/z80.h"
#include "machine/gen_latch.h"
#include "machine/nvram.h"
#include "machine/watchdog.h"
#include "sound/ay8910.h"
#include "video/avgdvg.h"
#include "video/vector.h"
#include "screen.h"