summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pasha2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pasha2.c')
-rw-r--r--src/mame/drivers/pasha2.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/drivers/pasha2.c b/src/mame/drivers/pasha2.c
index b315bc74248..67267279b5f 100644
--- a/src/mame/drivers/pasha2.c
+++ b/src/mame/drivers/pasha2.c
@@ -115,7 +115,6 @@ public:
WRITE16_MEMBER(pasha2_state::pasha2_misc_w)
{
-
if (offset)
{
if (data & 0x0800)
@@ -173,7 +172,6 @@ WRITE16_MEMBER(pasha2_state::bitmap_0_w)
WRITE16_MEMBER(pasha2_state::bitmap_1_w)
{
-
// handle overlapping pixels without writing them
switch (mem_mask)
{
@@ -345,7 +343,6 @@ INPUT_PORTS_END
void pasha2_state::video_start()
{
-
save_item(NAME(m_bitmap0));
save_item(NAME(m_bitmap1));
}
@@ -400,14 +397,12 @@ UINT32 pasha2_state::screen_update_pasha2(screen_device &screen, bitmap_ind16 &b
void pasha2_state::machine_start()
{
-
save_item(NAME(m_old_bank));
save_item(NAME(m_vbuffer));
}
void pasha2_state::machine_reset()
{
-
m_old_bank = -1;
m_vbuffer = 0;
}
@@ -472,7 +467,6 @@ ROM_END
READ16_MEMBER(pasha2_state::pasha2_speedup_r)
{
-
if(space.device().safe_pc() == 0x8302)
space.device().execute().spin_until_interrupt();