void editbank() { unsigned x = input2(ports_x+5, ports_y+1, comp.p7FFD); if (x != -1) { comp.p7FFD = x; set_banks(); } }
void osbexec_state::machine_reset() { m_pia0_porta = 0xC0; /* Enable ROM and VRAM on reset */ set_banks(); m_video_timer->adjust( machine().first_screen()->time_until_pos( 0, 0 ) ); m_rtc = 0; }
void TMainZ80::retn() { nmi_in_progress = false; set_banks(); }