mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
orion128 fix (nw)
This commit is contained in:
parent
7e592bc3de
commit
09eb0ae12b
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user