summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/halleys.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/halleys.c')
-rw-r--r--src/mame/drivers/halleys.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/halleys.c b/src/mame/drivers/halleys.c
index 4dbd06297b1..d6daf21f8a2 100644
--- a/src/mame/drivers/halleys.c
+++ b/src/mame/drivers/halleys.c
@@ -1265,7 +1265,6 @@ void halleys_state::video_start()
static void copy_scroll_op(bitmap_ind16 &bitmap, UINT16 *source, int sx, int sy)
{
-
//--------------------------------------------------------------------------
#define OPCOPY_COMMON { \
@@ -1303,7 +1302,6 @@ static void copy_scroll_op(bitmap_ind16 &bitmap, UINT16 *source, int sx, int sy)
static void copy_scroll_xp(bitmap_ind16 &bitmap, UINT16 *source, int sx, int sy)
{
-
//--------------------------------------------------------------------------
#define XCOPY_COMMON \
@@ -1618,7 +1616,6 @@ WRITE8_MEMBER(halleys_state::sndnmi_msk_w)
WRITE8_MEMBER(halleys_state::soundcommand_w)
{
-
m_io_ram[0x8a] = data;
soundlatch_byte_w(space,offset,data);
machine().device("audiocpu")->execute().set_input_line(INPUT_LINE_NMI, PULSE_LINE);