summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hng64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hng64.h')
-rw-r--r--src/mame/includes/hng64.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mame/includes/hng64.h b/src/mame/includes/hng64.h
index 10b8c7d1a09..777c273ff35 100644
--- a/src/mame/includes/hng64.h
+++ b/src/mame/includes/hng64.h
@@ -155,25 +155,17 @@ public:
m_com_ram(*this, "com_ram"),
m_gfxdecode(*this, "gfxdecode"),
m_intest(*this, "IN%u", 0U),
- m_buriki_hack(0),
m_samsho64_3d_hack(0)
{}
void hng64(machine_config &config);
void init_hng64_race();
- void init_fatfurwa();
- void init_buriki();
void init_hng64();
void init_hng64_shoot();
void init_ss64();
void init_hng64_fght();
- DECLARE_CUSTOM_INPUT_MEMBER(left_handle_r);
- DECLARE_CUSTOM_INPUT_MEMBER(right_handle_r);
- DECLARE_CUSTOM_INPUT_MEMBER(acc_down_r);
- DECLARE_CUSTOM_INPUT_MEMBER(brake_down_r);
-
uint8_t *m_texturerom;
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
@@ -209,7 +201,6 @@ private:
optional_ioport_array<8> m_intest;
- int m_buriki_hack;
int m_samsho64_3d_hack;
std::unique_ptr<uint16_t[]> m_soundram;