orion128 fix (nw)

This commit is contained in:
Olivier Galibert 2018-08-11 21:10:43 +02:00
parent 7e592bc3de
commit 09eb0ae12b
2 changed files with 2 additions and 1 deletions

View File

@ -137,6 +137,7 @@ protected:
void orion_set_video_mode(int width);
void orionpro_bank_switch();
virtual void machine_start() override;
virtual void machine_reset() override;
};
class orion_z80_state : public orion_state

View File

@ -139,7 +139,7 @@ WRITE8_MEMBER(orion_state::orion128_memory_page_w)
}
}
MACHINE_RESET_MEMBER(orion_state,orion128)
void orion_state::machine_reset()
{
m_orion128_video_page = 0;
m_orion128_video_mode = 0;