summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dcheese.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dcheese.c')
-rw-r--r--src/mame/drivers/dcheese.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/dcheese.c b/src/mame/drivers/dcheese.c
index 00a0572dfd1..ff6cba335c5 100644
--- a/src/mame/drivers/dcheese.c
+++ b/src/mame/drivers/dcheese.c
@@ -95,7 +95,6 @@ INTERRUPT_GEN_MEMBER(dcheese_state::dcheese_vblank)
void dcheese_state::machine_start()
{
-
m_maincpu = machine().device<cpu_device>("maincpu");
m_audiocpu = machine().device<cpu_device>("audiocpu");
m_bsmt = machine().device("bsmt");
@@ -136,7 +135,6 @@ WRITE16_MEMBER(dcheese_state::eeprom_control_w)
WRITE16_MEMBER(dcheese_state::sound_command_w)
{
-
if (ACCESSING_BITS_0_7)
{
/* write the latch and set the IRQ */
@@ -156,7 +154,6 @@ WRITE16_MEMBER(dcheese_state::sound_command_w)
READ8_MEMBER(dcheese_state::sound_command_r)
{
-
/* read the latch and clear the IRQ */
m_soundlatch_full = 0;
m_audiocpu->set_input_line(0, CLEAR_LINE);