summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/yunsung8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/yunsung8.h')
-rw-r--r--src/mame/includes/yunsung8.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mame/includes/yunsung8.h b/src/mame/includes/yunsung8.h
index 0dae4cb52de..5fc3b830df0 100644
--- a/src/mame/includes/yunsung8.h
+++ b/src/mame/includes/yunsung8.h
@@ -6,7 +6,6 @@
*************************************************************************/
-#include "machine/gen_latch.h"
#include "machine/74157.h"
#include "sound/msm5205.h"
@@ -20,8 +19,7 @@ public:
m_msm(*this, "msm"),
m_adpcm_select(*this, "adpcm_select"),
m_gfxdecode(*this, "gfxdecode"),
- m_palette(*this, "palette"),
- m_soundlatch(*this, "soundlatch")
+ m_palette(*this, "palette")
{
}
@@ -43,14 +41,11 @@ public:
required_device<ls157_device> m_adpcm_select;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
- required_device<generic_latch_8_device> m_soundlatch;
/* memory */
uint8_t m_videoram[0x4000];
DECLARE_WRITE8_MEMBER(bankswitch_w);
- DECLARE_READ8_MEMBER(sound_command_r);
- DECLARE_WRITE8_MEMBER(sound_command_w);
DECLARE_WRITE8_MEMBER(main_irq_ack_w);
DECLARE_WRITE8_MEMBER(videobank_w);
DECLARE_READ8_MEMBER(videoram_r);