summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ssv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ssv.h')
-rw-r--r--src/mame/includes/ssv.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mame/includes/ssv.h b/src/mame/includes/ssv.h
index 1128bfac293..882350b81d7 100644
--- a/src/mame/includes/ssv.h
+++ b/src/mame/includes/ssv.h
@@ -21,7 +21,7 @@ public:
m_gdfs_tmapscroll(*this, "gdfs_tmapscroll"),
m_gdfs_st0020(*this, "st0020_spr"),
m_input_sel(*this, "input_sel"),
- m_region_gfx1(*this, "gfx1"),
+ m_gfx1_rom(*this, "gfx1"),
m_io_gunx1(*this, "GUNX1"),
m_io_guny1(*this, "GUNY1"),
m_io_gunx2(*this, "GUNX2"),
@@ -63,15 +63,12 @@ public:
UINT8 m_requested_int;
UINT16 m_irq_enable;
- UINT16 *m_dsp_ram;
-
UINT16 *m_eaglshot_gfxram;
tilemap_t *m_gdfs_tmap;
int m_interrupt_ultrax;
- int m_gdfs_gfxram_bank;
int m_gdfs_lightgun_select;
UINT16 m_sxyreact_serial;
@@ -167,7 +164,7 @@ public:
void init_st010();
protected:
- required_memory_region m_region_gfx1;
+ required_region_ptr<UINT8> m_gfx1_rom;
optional_ioport m_io_gunx1;
optional_ioport m_io_guny1;
optional_ioport m_io_gunx2;