trunk/src/mame/drivers/lasso.c
| r19855 | r19856 | |
| 48 | 48 | WRITE8_MEMBER(lasso_state::sound_command_w) |
| 49 | 49 | { |
| 50 | 50 | soundlatch_byte_w(space, offset, data); |
| 51 | | generic_pulse_irq_line(*m_audiocpu, 0, 1); |
| 52 | | } |
| 53 | | |
| 54 | | WRITE8_MEMBER(lasso_state::pinbo_sound_command_w) |
| 55 | | { |
| 56 | | soundlatch_byte_w(space, offset, data); |
| 57 | 51 | m_audiocpu->set_input_line(0, HOLD_LINE); |
| 58 | 52 | } |
| 59 | 53 | |
| r19855 | r19856 | |
| 176 | 170 | AM_RANGE(0x0400, 0x07ff) AM_RAM_WRITE(lasso_videoram_w) AM_SHARE("videoram") |
| 177 | 171 | AM_RANGE(0x0800, 0x0bff) AM_RAM_WRITE(lasso_colorram_w) AM_SHARE("colorram") |
| 178 | 172 | AM_RANGE(0x1000, 0x10ff) AM_RAM AM_SHARE("spriteram") |
| 179 | | AM_RANGE(0x1800, 0x1800) AM_WRITE(pinbo_sound_command_w) |
| 173 | AM_RANGE(0x1800, 0x1800) AM_WRITE(sound_command_w) |
| 180 | 174 | AM_RANGE(0x1801, 0x1801) AM_WRITEONLY AM_SHARE("back_color") |
| 181 | 175 | AM_RANGE(0x1802, 0x1802) AM_WRITE(pinbo_video_control_w) |
| 182 | 176 | AM_RANGE(0x1804, 0x1804) AM_READ_PORT("1804") |