summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/orbit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/orbit.h')
-rw-r--r--src/mame/includes/orbit.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mame/includes/orbit.h b/src/mame/includes/orbit.h
index 5fc00935ab9..591eb602107 100644
--- a/src/mame/includes/orbit.h
+++ b/src/mame/includes/orbit.h
@@ -45,19 +45,9 @@ public:
virtual void video_start();
UINT32 screen_update_orbit(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
-
-
/*----------- defined in audio/orbit.c -----------*/
-
DECLARE_WRITE8_DEVICE_HANDLER( orbit_note_w );
DECLARE_WRITE8_DEVICE_HANDLER( orbit_note_amp_w );
DECLARE_WRITE8_DEVICE_HANDLER( orbit_noise_amp_w );
DECLARE_WRITE8_DEVICE_HANDLER( orbit_noise_rst_w );
-
DISCRETE_SOUND_EXTERN( orbit );
-
-/*----------- defined in video/orbit.c -----------*/
-
-
-
-