summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/nintendo/nes_vt369_vtunknown_soc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/nintendo/nes_vt369_vtunknown_soc.h')
-rw-r--r--src/mame/nintendo/nes_vt369_vtunknown_soc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mame/nintendo/nes_vt369_vtunknown_soc.h b/src/mame/nintendo/nes_vt369_vtunknown_soc.h
index 560ea085b03..12fb25b1920 100644
--- a/src/mame/nintendo/nes_vt369_vtunknown_soc.h
+++ b/src/mame/nintendo/nes_vt369_vtunknown_soc.h
@@ -175,6 +175,15 @@ protected:
virtual void device_start() override ATTR_COLD;
};
+class vt369_soc_introm_s10swap_device : public vt369_soc_introm_vibesswap_device
+{
+public:
+ vt369_soc_introm_s10swap_device(const machine_config& mconfig, const char* tag, device_t* owner, u32 clock);
+
+protected:
+ virtual void device_start() override ATTR_COLD;
+};
+
class vt3xx_soc_unk_dg_device : public vt3xx_soc_base_device
{
public:
@@ -198,6 +207,7 @@ DECLARE_DEVICE_TYPE(VT369_SOC_INTROM_SWAP, vt369_soc_introm_swap_device)
DECLARE_DEVICE_TYPE(VT369_SOC_INTROM_ALTSWAP, vt369_soc_introm_altswap_device)
DECLARE_DEVICE_TYPE(VT369_SOC_INTROM_VIBESSWAP, vt369_soc_introm_vibesswap_device)
DECLARE_DEVICE_TYPE(VT369_SOC_INTROM_GBOX2020, vt369_soc_introm_gbox2020_device)
+DECLARE_DEVICE_TYPE(VT369_SOC_INTROM_S10SWAP, vt369_soc_introm_s10swap_device)
DECLARE_DEVICE_TYPE(VT3XX_SOC_UNK_DG, vt3xx_soc_unk_dg_device)