Home
last modified time | relevance | path

Searched refs:action_replay_device_base (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/bus/amiga/zorro/
H A Daction_replay.cpp38 …reeze") PORT_CODE(KEYCODE_F12) PORT_CHANGED_MEMBER(DEVICE_SELF, action_replay_device_base, freeze,… in PORT_CODE()
41 ioport_constructor action_replay_device_base::device_input_ports() const in PORT_CODE()
104 action_replay_device_base::action_replay_device_base(const machine_config &mconfig, device_type typ… in action_replay_device_base() function in bus::amiga::zorro::action_replay_device_base
112 action_replay_device_base(mconfig, ZORRO_ACTION_REPLAY_MK1, tag, owner, clock) in action_replay_mk1_device()
117 action_replay_device_base(mconfig, ZORRO_ACTION_REPLAY_MK2, tag, owner, clock) in action_replay_mk2_device()
122 action_replay_device_base(mconfig, ZORRO_ACTION_REPLAY_MK3, tag, owner, clock) in action_replay_mk3_device()
130 void action_replay_device_base::device_start() in device_start()
138 void action_replay_device_base::device_reset() in device_reset()
147 INPUT_CHANGED_MEMBER( action_replay_device_base::freeze ) in INPUT_CHANGED_MEMBER()
H A Daction_replay.h27 class action_replay_device_base : public device_t, public device_exp_card_interface
34action_replay_device_base(const machine_config &mconfig, device_type type, const char *tag, device…
47 class action_replay_mk1_device : public action_replay_device_base
58 class action_replay_mk2_device : public action_replay_device_base
69 class action_replay_mk3_device : public action_replay_device_base
/dports/emulators/mame/mame-mame0226/src/devices/bus/amiga/zorro/
H A Daction_replay.cpp38 …reeze") PORT_CODE(KEYCODE_F12) PORT_CHANGED_MEMBER(DEVICE_SELF, action_replay_device_base, freeze,… in PORT_CODE()
41 ioport_constructor action_replay_device_base::device_input_ports() const in PORT_CODE()
104 action_replay_device_base::action_replay_device_base(const machine_config &mconfig, device_type typ… in action_replay_device_base() function in bus::amiga::zorro::action_replay_device_base
112 action_replay_device_base(mconfig, ZORRO_ACTION_REPLAY_MK1, tag, owner, clock) in action_replay_mk1_device()
117 action_replay_device_base(mconfig, ZORRO_ACTION_REPLAY_MK2, tag, owner, clock) in action_replay_mk2_device()
122 action_replay_device_base(mconfig, ZORRO_ACTION_REPLAY_MK3, tag, owner, clock) in action_replay_mk3_device()
130 void action_replay_device_base::device_start() in device_start()
138 void action_replay_device_base::device_reset() in device_reset()
147 INPUT_CHANGED_MEMBER( action_replay_device_base::freeze ) in INPUT_CHANGED_MEMBER()
H A Daction_replay.h27 class action_replay_device_base : public device_t, public device_exp_card_interface
34action_replay_device_base(const machine_config &mconfig, device_type type, const char *tag, device…
47 class action_replay_mk1_device : public action_replay_device_base
58 class action_replay_mk2_device : public action_replay_device_base
69 class action_replay_mk3_device : public action_replay_device_base