Home
last modified time | relevance | path

Searched refs:m_motor_on (Results 1 – 25 of 32) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/devices/bus/hexbus/
H A Dhx5102.cpp133 m_motor_on(false), in hx5102_device()
350 m_motor_on = (state==ASSERT_LINE); in WRITE_LINE_MEMBER()
351 LOGMASKED(LOG_MOTOR, "Motor %s\n", m_motor_on? "start" : "stop"); in WRITE_LINE_MEMBER()
353 if (m_floppy[0] != nullptr) m_floppy[0]->mon_w(m_motor_on? 0 : 1); in WRITE_LINE_MEMBER()
354 if (m_floppy[1] != nullptr) m_floppy[1]->mon_w(m_motor_on? 0 : 1); in WRITE_LINE_MEMBER()
415 …LOGMASKED(LOG_READY, "MON=%d, MSP=%d, WAIT=%d, INT*=%d, DRQ*=%d, DCS=%d\n", m_motor_on, m_mspeed_o… in update_readyff_input()
416 m_readyff->d_w(m_motor_on && m_mspeed_on && m_wait && !m_pending_int && !m_pending_drq && m_dcs); in update_readyff_input()
475 if (m_motor_on) crubits |= 0x02; in cruread()
H A Dhx5102.h88 bool m_motor_on; variable
/dports/emulators/mame/mame-mame0226/src/devices/bus/hexbus/
H A Dhx5102.cpp133 m_motor_on(false), in hx5102_device()
350 m_motor_on = (state==ASSERT_LINE); in WRITE_LINE_MEMBER()
351 LOGMASKED(LOG_MOTOR, "Motor %s\n", m_motor_on? "start" : "stop"); in WRITE_LINE_MEMBER()
353 if (m_floppy[0] != nullptr) m_floppy[0]->mon_w(m_motor_on? 0 : 1); in WRITE_LINE_MEMBER()
354 if (m_floppy[1] != nullptr) m_floppy[1]->mon_w(m_motor_on? 0 : 1); in WRITE_LINE_MEMBER()
415 …LOGMASKED(LOG_READY, "MON=%d, MSP=%d, WAIT=%d, INT*=%d, DRQ*=%d, DCS=%d\n", m_motor_on, m_mspeed_o… in update_readyff_input()
416 m_readyff->d_w(m_motor_on && m_mspeed_on && m_wait && !m_pending_int && !m_pending_drq && m_dcs); in update_readyff_input()
475 if (m_motor_on) crubits |= 0x02; in cruread()
H A Dhx5102.h88 bool m_motor_on; variable
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dstactics.cpp61 m_motor_on = state; in WRITE_LINE_MEMBER()
68 return (!m_motor_on && (m_horiz_pos != 0 || m_vert_pos != 0)); in READ_LINE_MEMBER()
87 if (m_motor_on) in move_motor()
296 m_motor_on = false; in PORT_READ_LINE_MEMBER()
300 save_item(NAME(m_motor_on)); in PORT_READ_LINE_MEMBER()
H A Dpdp1.cpp703 m_motor_on = 1; in call_load()
712 if (m_motor_on && m_rcl) in call_load()
728 m_motor_on = 0; in call_unload()
763 if (m_motor_on && m_rcl) in begin_tape_read()
785 m_motor_on = 0; // let us stop the motor in TIMER_CALLBACK_MEMBER()
815 if (m_motor_on && m_rcl) in TIMER_CALLBACK_MEMBER()
H A Dbw12.cpp79 m_motor_on = 1; in floppy_motor_on_off()
95 m_motor_on = 0; in TIMER_DEVICE_CALLBACK_MEMBER()
369 data |= (m_motor_on << 3); in pia_pa_r()
452 save_item(NAME(m_motor_on)); in machine_start()
H A Dniyanpai.cpp76 save_item(NAME(m_motor_on)); in MACHINE_START_MEMBER()
107 m_motor_on = data & 4; in tmp68301_parallel_port_w()
114 if (m_motor_on) m_musobana_outcoin_flag ^= 1; in READ_LINE_MEMBER()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dstactics.cpp61 m_motor_on = state; in WRITE_LINE_MEMBER()
68 return (!m_motor_on && (m_horiz_pos != 0 || m_vert_pos != 0)); in READ_LINE_MEMBER()
87 if (m_motor_on) in move_motor()
296 m_motor_on = false; in PORT_READ_LINE_MEMBER()
300 save_item(NAME(m_motor_on)); in PORT_READ_LINE_MEMBER()
H A Dpdp1.cpp703 m_motor_on = 1; in call_load()
712 if (m_motor_on && m_rcl) in call_load()
728 m_motor_on = 0; in call_unload()
763 if (m_motor_on && m_rcl) in begin_tape_read()
785 m_motor_on = 0; // let us stop the motor in TIMER_CALLBACK_MEMBER()
815 if (m_motor_on && m_rcl) in TIMER_CALLBACK_MEMBER()
H A Dbw12.cpp79 m_motor_on = 1; in floppy_motor_on_off()
95 m_motor_on = 0; in TIMER_DEVICE_CALLBACK_MEMBER()
369 data |= (m_motor_on << 3); in pia_pa_r()
452 save_item(NAME(m_motor_on)); in machine_start()
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dthomflop.cpp859 , m_motor_on(0) in thmfc1_device()
1228 if (!m_motor_on) in floppy_r()
1404 m_motor_on = CLEAR_LINE /* motor */; in floppy_w()
1405 img->floppy_mon_w(m_motor_on); in floppy_w()
1488 m_motor_on = 0; in floppy_reset()
1517 save_item(NAME(m_motor_on)); in device_start()
H A Dthomflop.h102 int m_motor_on; variable
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dthomflop.cpp859 , m_motor_on(0) in thmfc1_device()
1228 if (!m_motor_on) in floppy_r()
1404 m_motor_on = CLEAR_LINE /* motor */; in floppy_w()
1405 img->floppy_mon_w(m_motor_on); in floppy_w()
1488 m_motor_on = 0; in floppy_reset()
1517 save_item(NAME(m_motor_on)); in device_start()
H A Dthomflop.h102 int m_motor_on; variable
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dbw12.h135 int m_motor_on; variable
H A Dniyanpai.h69 uint8_t m_motor_on; variable
H A Dstactics.h115 bool m_motor_on; variable
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dbw12.h135 int m_motor_on; variable
H A Dniyanpai.h69 uint8_t m_motor_on; variable
H A Dstactics.h115 bool m_motor_on; variable
/dports/emulators/mess/mame-mame0226/src/devices/imagedev/
H A Dfloppy.cpp1197 m_motor_on(false), in floppy_sound_device()
1218 save_item(NAME(m_motor_on)); in register_for_save_states()
1230 m_motor_on = false; in device_start()
1275 m_motor_on = running; in motor()
1409 …if (!m_motor_on) m_spin_playback_sample = SPIN_END; // motor was turned off already (during spin-u… in sound_stream_update()
1412 …if (!m_motor_on) m_spin_playback_sample = SPIN_END; // motor was turned off already (during spin-u… in sound_stream_update()
1417 if (m_motor_on) in sound_stream_update()
/dports/emulators/mame/mame-mame0226/src/devices/imagedev/
H A Dfloppy.cpp1197 m_motor_on(false), in floppy_sound_device()
1218 save_item(NAME(m_motor_on)); in register_for_save_states()
1230 m_motor_on = false; in device_start()
1275 m_motor_on = running; in motor()
1409 …if (!m_motor_on) m_spin_playback_sample = SPIN_END; // motor was turned off already (during spin-u… in sound_stream_update()
1412 …if (!m_motor_on) m_spin_playback_sample = SPIN_END; // motor was turned off already (during spin-u… in sound_stream_update()
1417 if (m_motor_on) in sound_stream_update()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dstactics.cpp328 m_sight_led = m_motor_on; in update_artwork()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dstactics.cpp328 m_sight_led = m_motor_on; in update_artwork()

12