mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
(nw) protected is needed for derived classes
This commit is contained in:
parent
a227a38081
commit
f3b71f071b
@ -51,7 +51,7 @@ public:
|
||||
|
||||
void dotrikun(machine_config &config);
|
||||
|
||||
private:
|
||||
protected:
|
||||
|
||||
required_device<cpu_device> m_maincpu;
|
||||
required_device<screen_device> m_screen;
|
||||
|
@ -321,7 +321,7 @@ public:
|
||||
DECLARE_CUSTOM_INPUT_MEMBER(tempest_buttons_r);
|
||||
DECLARE_CUSTOM_INPUT_MEMBER(clock_r);
|
||||
|
||||
private:
|
||||
protected:
|
||||
DECLARE_WRITE8_MEMBER(wdclr_w);
|
||||
DECLARE_WRITE8_MEMBER(tempest_led_w);
|
||||
DECLARE_WRITE8_MEMBER(tempest_coin_w);
|
||||
|
@ -66,7 +66,7 @@ public:
|
||||
|
||||
CUSTOM_INPUT_MEMBER( bankmotor_pos_r );
|
||||
|
||||
private:
|
||||
protected:
|
||||
// PPI read/write handlers
|
||||
DECLARE_READ8_MEMBER( unknown_porta_r );
|
||||
DECLARE_READ8_MEMBER( unknown_portb_r );
|
||||
|
@ -89,7 +89,7 @@ public:
|
||||
void init_mjnquest();
|
||||
void init_finalb();
|
||||
|
||||
private:
|
||||
protected:
|
||||
enum
|
||||
{
|
||||
TIMER_TAITOF2_INTERRUPT6
|
||||
|
@ -18,7 +18,7 @@ public:
|
||||
|
||||
void timelimt(machine_config &config);
|
||||
|
||||
private:
|
||||
protected:
|
||||
required_device<cpu_device> m_maincpu;
|
||||
required_device<cpu_device> m_audiocpu;
|
||||
required_device<gfxdecode_device> m_gfxdecode;
|
||||
|
Loading…
Reference in New Issue
Block a user