Future-proofing by using correct #include for SOFTWARE_LIST device

This commit is contained in:
AJR 2022-01-03 19:52:05 -05:00
parent e78197debe
commit 97de6a1cf2
338 changed files with 346 additions and 241 deletions

View File

@ -14,6 +14,7 @@
#include "bus/generic/carts.h"
#include "bus/generic/ram.h"
#include "bus/generic/rom.h"
#include "softlist_dev.h"
namespace {

View File

@ -12,6 +12,8 @@
#include "emu.h"
#include "bml3mp1802.h"
#include "softlist_dev.h"
/***************************************************************************
PARAMETERS

View File

@ -13,6 +13,8 @@
#include "emu.h"
#include "bml3mp1805.h"
#include "softlist_dev.h"
/***************************************************************************
PARAMETERS

View File

@ -14,7 +14,7 @@
#include "floppy.h"
#include "formats/cgenie_dsk.h"
#include "bus/generic/carts.h"
#include "softlist.h"
#include "softlist_dev.h"
//**************************************************************************
// CONSTANTS/MACROS

View File

@ -6,7 +6,7 @@
#include "emu.h"
#include "ddi1.h"
#include "softlist.h"
#include "softlist_dev.h"
void cpc_exp_cards(device_slot_interface &device);

View File

@ -103,7 +103,7 @@
#include "emu.h"
#include "disk.h"
#include "formats/msx_dsk.h"
#include "softlist.h"
#include "softlist_dev.h"
DEFINE_DEVICE_TYPE(MSX_CART_VY0010, msx_cart_vy0010_device, "msx_cart_vy0010", "MSX Cartridge - VY0010")
DEFINE_DEVICE_TYPE(MSX_CART_FSFD1, msx_cart_fsfd1_device, "msx_cart_fsfd1", "MSX Cartridge - FS-FD1")

View File

@ -11,6 +11,8 @@
#include "emu.h"
#include "gamebooster.h"
#include "softlist_dev.h"
//**************************************************************************
// DEVICE DEFINITIONS
//**************************************************************************

View File

@ -37,7 +37,7 @@ TODO:
#include "bus/generic/carts.h"
#include "cpu/m6502/r65c02.h"
#include "softlist.h"
#include "softlist_dev.h"
DEFINE_DEVICE_TYPE(OSA_MAESTRO, saitekosa_maestro_device, "osa_maestro", "Maestro B-D")

View File

@ -29,7 +29,7 @@ TODO:
#include "bus/generic/carts.h"
#include "cpu/m6502/r65c02.h"
#include "softlist.h"
#include "softlist_dev.h"
DEFINE_DEVICE_TYPE(OSA_MAESTROA, saitekosa_maestroa_device, "osa_maestroa", "Maestro A")

View File

@ -15,7 +15,7 @@
#include "emu.h"
#include "mgear.h"
#include "softlist.h"
#include "softlist_dev.h"
//-------------------------------------------------
// constructors

View File

@ -11,6 +11,7 @@
#include "emu.h"
#include "rom.h"
#include "softlist_dev.h"
//-------------------------------------------------

View File

@ -18,7 +18,7 @@ TODO:
#include "emu.h"
#include "sk1100.h"
#include "softlist.h"
#include "softlist_dev.h"

View File

@ -12,6 +12,7 @@
#include "emu.h"
#include "intf1.h"
#include "softlist_dev.h"
//**************************************************************************

View File

@ -12,6 +12,7 @@
#include "emu.h"
#include "intf2.h"
#include "softlist_dev.h"
//**************************************************************************

View File

@ -154,6 +154,7 @@
#include "emu.h"
#include "mgt.h"
#include "softlist_dev.h"
//**************************************************************************

View File

@ -9,6 +9,7 @@
#include "emu.h"
#include "opus.h"
#include "softlist_dev.h"
//**************************************************************************

View File

@ -22,6 +22,7 @@
#include "emu.h"
#include "wafa.h"
#include "softlist_dev.h"
//**************************************************************************
// DEVICE DEFINITIONS

View File

@ -8,7 +8,7 @@
#include "emu.h"
#include "sv603.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -8,7 +8,7 @@
#include "emu.h"
#include "sv801.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "formats/svi_dsk.h"

View File

@ -12,6 +12,7 @@
#include "emuopts.h"
#include "romload.h"
#include "softlist.h"
#include <cstring>

View File

@ -91,7 +91,7 @@ E1 Prog ROM 42 DEMON/DIAMOND (CX2615)
#include "emupal.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -106,7 +106,7 @@
#include "bus/a7800/a78_carts.h"
#include "emupal.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
#define A7800_NTSC_Y1 XTAL(14'318'181)

View File

@ -64,7 +64,7 @@
#include "emu.h"
#include "includes/abc1600.h"
#include "softlist.h"
#include "softlist_dev.h"
//**************************************************************************

View File

@ -83,7 +83,7 @@ ROM checksum program:
#include "emu.h"
#include "includes/abc80.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -149,6 +149,7 @@ Notes:
#include "emu.h"
#include "includes/abc80x.h"
#include "softlist_dev.h"
#define LOG 0

View File

@ -58,7 +58,7 @@ TODO:
#include "video/pwm.h"
#include "speaker.h"
#include "softlist.h"
#include "softlist_dev.h"
// internal artwork
#include "aci_ggm.lh" // clickable

View File

@ -302,7 +302,7 @@ Mark Gordon
#include "emu.h"
#include "includes/adam.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -19,7 +19,7 @@
#include "includes/advision.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -24,7 +24,7 @@ ToDo:
#include "emu.h"
#include "includes/aim65.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
#include "aim65.lh"

View File

@ -47,7 +47,7 @@
#include "video/mc6845.h"
#include "emupal.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -23,7 +23,7 @@
#include "machine/z80pio.h"
#include "machine/z80sio.h"
#include "softlist.h"
#include "softlist_dev.h"
namespace {

View File

@ -30,7 +30,7 @@ of a hard drive of up to 88MB.
#include "machine/z80sio.h"
#include "machine/wd_fdc.h"
#include "machine/timer.h"
#include "softlist.h"
#include "softlist_dev.h"
class ampro_state : public driver_device
{

View File

@ -200,6 +200,8 @@ Notes:
#include "machine/pc_lpt.h"
#include "machine/ram.h"
#include "softlist_dev.h"
namespace {

View File

@ -65,7 +65,7 @@
#include "video/upd7220.h"
#include "emupal.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
//#include "sound/ay8910.h"

View File

@ -94,7 +94,7 @@ ToDo:
#include "bus/apf/rom.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -17,6 +17,7 @@
#include "sound/spkrdev.h"
#include "screen.h"
#include "softlist_dev.h"
#include "speaker.h"
#include "formats/rk_cas.h"

View File

@ -82,7 +82,7 @@
#include "emupal.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#define A1_CPU_TAG "maincpu"
#define A1_PIA_TAG "pia6821"

View File

@ -57,7 +57,7 @@ II Plus: RAM options reduced to 16/32/48 KB.
#include "bus/a2gameio/gameio.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
#include "formats/ap2_dsk.h"

View File

@ -152,7 +152,7 @@ MIG RAM page 2 $CE02 is the speaker/slot bitfield and $CE03 is the paddle/accele
#include "bus/rs232/rs232.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
#include "formats/ap2_dsk.h"

View File

@ -56,7 +56,7 @@
#define LOG_ADB (0) // log ADB activity in the old-style HLE simulation of the microcontroller and GLU
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
#include "cpu/g65816/g65816.h"

View File

@ -26,7 +26,7 @@
#include "machine/input_merger.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
void apple3_state::apple3_map(address_map &map)

View File

@ -51,6 +51,7 @@
#include "emupal.h"
#include "screen.h"
#include "softlist_dev.h"
#include "speaker.h"
#include "formats/applix_dsk.h"

View File

@ -32,7 +32,7 @@
#include "video/mc6845.h"
#include "emupal.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -49,6 +49,7 @@
#include "formats/apridisk.h"
#include "bus/apricot/keyboard/keyboard.h"
#include "bus/apricot/video/video.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -26,7 +26,7 @@ X-6026 : Roll of paper for the printer
#include "emu.h"
#include "includes/aquarius.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -121,7 +121,7 @@ anything in hardware. No cartridge has been found which uses them.
#include "emu.h"
#include "includes/arcadia.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
void arcadia_state::arcadia_mem(address_map &map)

View File

@ -20,7 +20,7 @@
#include "bus/astrocde/ctrl.h"
#include "bus/astrocde/accessory.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -55,7 +55,7 @@
#include "bus/a800/a8sio.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
/******************************************************************************

View File

@ -7,7 +7,7 @@
#include "bus/midi/midi.h"
#include "video/atarist.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
/*

View File

@ -120,6 +120,7 @@ Hardware: PPIA 8255
#include "machine/clock.h"
#include "formats/imageutl.h"
#include "screen.h"
#include "softlist_dev.h"
#include "speaker.h"
/***************************************************************************

View File

@ -84,7 +84,7 @@
#include "video/tms9927.h"
#include "emupal.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -34,6 +34,7 @@
#include "includes/aussiebyte.h"
#include "screen.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -50,7 +50,7 @@ TODO:
#include "sound/dac.h"
#include "speaker.h"
#include "softlist.h"
#include "softlist_dev.h"
// internal artwork
#include "ave_arb.lh" // clickable

View File

@ -36,6 +36,7 @@ Need a schematic so that the fdc could be repaired.
#include "includes/b2m.h"
#include "formats/smx_dsk.h"
#include "screen.h"
#include "softlist_dev.h"
#include "speaker.h"
/* Address maps */

View File

@ -41,6 +41,7 @@
#include "bus/generic/carts.h"
#include "screen.h"
#include "softlist_dev.h"
//#include "speaker.h"
class bdsm_state : public driver_device

View File

@ -61,6 +61,7 @@
#include "machine/basf7100_kbd.h"
#include "emupal.h"
#include "screen.h"
#include "softlist_dev.h"
namespace {

View File

@ -34,7 +34,7 @@
#include "machine/z80daisy.h"
#include "bus/generic/slot.h"
#include "bus/generic/carts.h"
#include "softlist.h"
#include "softlist_dev.h"
class bbcbc_state : public driver_device
{

View File

@ -34,6 +34,7 @@ TODO:
#include "emupal.h"
#include "screen.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -30,7 +30,7 @@
#include "bus/rs232/rs232.h"
#include "sound/dac.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
/*

View File

@ -28,7 +28,7 @@
#include "includes/bw2.h"
#include "bus/rs232/rs232.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
//**************************************************************************

View File

@ -10,7 +10,7 @@
#include "emu.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
#include "bus/c64/exp.h"
#include "bus/cbmiec/cbmiec.h"

View File

@ -33,7 +33,7 @@
#include "screen.h"
#include "emupal.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
class c2_color_state : public driver_device

View File

@ -16,7 +16,7 @@
#include "emu.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
#include "bus/cbmiec/cbmiec.h"
#include "bus/cbmiec/c1541.h"

View File

@ -172,6 +172,7 @@
#include "formats/camplynx_dsk.h"
#include "screen.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -154,7 +154,7 @@ PCB 'Z545-1 A240570-1'
#include "bus/generic/carts.h"
#include "emupal.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
class casloopy_state : public driver_device

View File

@ -36,7 +36,7 @@
#include "emupal.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
#define PLA1_TAG "u78"

View File

@ -94,7 +94,7 @@
#include "emupal.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
#include "cc40.lh"

View File

@ -23,7 +23,7 @@
#include "bus/cgenie/expansion/expansion.h"
#include "bus/cgenie/parallel/parallel.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -22,7 +22,7 @@
#include "includes/channelf.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -35,7 +35,7 @@ TODO:
#include "sound/beep.h"
#include "video/pwm.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
// internal artwork

View File

@ -67,7 +67,7 @@
#include "machine/spg2xx.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
class clickstart_state : public driver_device

View File

@ -33,7 +33,7 @@
#include "cpu/m6809/hd6309.h"
#include "imagedev/cassette.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
#include "formats/coco_cas.h"

View File

@ -17,7 +17,7 @@
#include "cpu/m6809/m6809.h"
#include "cpu/m6809/hd6309.h"
#include "formats/coco_cas.h"
#include "softlist.h"
#include "softlist_dev.h"

View File

@ -71,7 +71,7 @@
#include "emu.h"
#include "includes/coleco.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
#include "logmacro.h"

View File

@ -35,6 +35,7 @@ Options: 8087 FPU
#include "machine/genpc.h"
#include "machine/nvram.h"
#include "machine/pckeybrd.h"
#include "softlist_dev.h"
class compc_state : public driver_device

View File

@ -63,6 +63,7 @@
#include "machine/ram.h"
#include "machine/timer.h"
#include "machine/z80sio.h"
#include "softlist_dev.h"
#include "speaker.h"
#define I80186_TAG "ic1"

View File

@ -30,7 +30,7 @@
#include "video/tms9927.h"
#include "emupal.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#define I8080_TAG "ua2"
#define TMS5501_TAG "ud2"

View File

@ -20,6 +20,7 @@
#include "includes/comx35.h"
#include "formats/imageutl.h"
#include "screen.h"
#include "softlist_dev.h"
/***************************************************************************
PARAMETERS

View File

@ -71,6 +71,7 @@ Library modules:
#include "sound/beep.h"
#include "video/pwm.h"
#include "softlist_dev.h"
#include "speaker.h"
// internal artwork

View File

@ -147,6 +147,7 @@ TODO:
#include "emu.h"
#include "includes/crvision.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -55,6 +55,7 @@
#include "sound/beep.h"
#include "emupal.h"
#include "screen.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -63,6 +63,7 @@ Timings:
#include "emu.h"
#include "includes/dai.h"
#include "screen.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -48,6 +48,7 @@ documentation still exists.
#include "machine/mos6551.h"
#include "machine/ram.h"
#include "video/mc6845.h"
#include "softlist_dev.h"
#include "screen.h"
#include "formats/vdk_dsk.h"

View File

@ -57,7 +57,7 @@
#include "bus/rs232/rs232.h"
#include "emupal.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
class dim68k_state : public driver_device

View File

@ -21,7 +21,7 @@ ToDo:
#include "machine/upd765.h"
#include "bus/rs232/rs232.h"
//#include "bus/s100/s100.h"
#include "softlist.h"
#include "softlist_dev.h"
namespace {

View File

@ -23,6 +23,7 @@
#include "imagedev/floppy.h"
#include "bus/coco/cococart.h"
#include "bus/rs232/rs232.h"
#include "softlist_dev.h"

View File

@ -62,7 +62,7 @@
#include "bus/generic/carts.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
class easy_karaoke_state : public driver_device

View File

@ -17,7 +17,7 @@
#include "bus/pc_kbd/pc_kbdc.h"
#include "cpu/i86/i86.h"
#include "machine/ram.h"
#include "softlist.h"
#include "softlist_dev.h"
//#define LOG_GENERAL (1U << 0) //defined in logmacro.h already

View File

@ -34,7 +34,7 @@
#include "video/v9938.h"
#include "sound/ay8910.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -211,6 +211,7 @@ Set 5043 bit 0 low
//#include "cpu/m6502/m65c02.h"
#include "emupal.h"
#include "screen.h"
#include "softlist_dev.h"
#include "speaker.h"
#include "machine/bankdev.h"
#include "audio/elan_eu3a05.h"

View File

@ -87,7 +87,7 @@ Other internal boards to emulate:
#include "formats/csw_cas.h"
#include "sound/beep.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -31,6 +31,7 @@
#include "machine/bankdev.h"
#include "screen.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -162,7 +162,7 @@ Notes: (All IC's shown)
#include "sound/dave.h"
#include "video/nick.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"

View File

@ -44,6 +44,7 @@
#include "imagedev/cassette.h"
#include "imagedev/snapquik.h"
#include "screen.h"
#include "softlist_dev.h"
#include "speaker.h"
#define CDP1802_TAG "ic3"

View File

@ -41,6 +41,7 @@
#include "machine/wd_fdc.h"
#include "emupal.h"
#include "softlist_dev.h"
#include "screen.h"

View File

@ -37,6 +37,7 @@
#include "machine/m3002.h"
#include "machine/pckeybrd.h"
#include "machine/ram.h"
#include "softlist_dev.h"
class europc_pc_state : public driver_device

View File

@ -49,6 +49,7 @@ ToDo:
#include "emupal.h"
#include "screen.h"
#include "softlist_dev.h"
#include "speaker.h"
#include "formats/excali64_dsk.h"

View File

@ -66,7 +66,7 @@ TODO:
#include "emupal.h"
#include "screen.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
#define VERBOSE 0

View File

@ -26,7 +26,7 @@ magnetic chess board sensors. See fidel_sc12.cpp for a more technical descriptio
#include "sound/dac.h"
#include "video/pwm.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
// internal artwork

View File

@ -173,7 +173,7 @@ B0000x-xxxxxx: see V7, -800000
#include "sound/dac.h"
#include "video/pwm.h"
#include "softlist.h"
#include "softlist_dev.h"
#include "speaker.h"
// internal artwork

Some files were not shown because too many files have changed in this diff Show More