Fix for MT#04775.

This commit is contained in:
mahlemiut 2012-04-26 00:43:00 +00:00
parent 42979ff382
commit cfe980c964

View File

@ -138,7 +138,7 @@ public:
UINT16 m_pgm_arm_type1_highlatch_68k_w; UINT16 m_pgm_arm_type1_highlatch_68k_w;
UINT16 m_pgm_arm_type1_lowlatch_68k_w; UINT16 m_pgm_arm_type1_lowlatch_68k_w;
UINT32 m_pgm_arm_type1_counter; UINT32 m_pgm_arm_type1_counter;
required_shared_ptr<UINT32> m_arm7_shareram; optional_shared_ptr<UINT32> m_arm7_shareram;
cpu_device *m_prot; cpu_device *m_prot;
}; };