mirror of
https://github.com/holub/mame
synced 2025-06-05 04:16:28 +03:00
Removed some unused defines (nw)
This commit is contained in:
parent
a28958cac2
commit
cc3e753017
@ -20,7 +20,6 @@ enum
|
||||
};
|
||||
|
||||
#define pdp1_pulse_start_clear(cpudevice) (cpudevice)->set_state_int(PDP1_START_CLEAR, (UINT64)0)
|
||||
#define pdp1_pulse_iot_done(cpudevice) (cpudevice)->set_state_int(PDP1_IO_COMPLETE, (UINT64)0)
|
||||
|
||||
typedef void (*pdp1_extern_iot_func)(device_t *device, int op2, int nac, int mb, int *io, int ac);
|
||||
typedef void (*pdp1_read_binary_word_func)(device_t *device);
|
||||
|
@ -20,8 +20,6 @@ enum
|
||||
TX0_IO_COMPLETE /* hack, do not use directly, use tx0_pulse_io_complete instead */
|
||||
};
|
||||
|
||||
#define tx0_pulse_reset(cpudevice) (cpudevice)->state().set_state_int(TX0_RESET, 0)
|
||||
#define tx0_pulse_io_complete(cpudevice) (cpudevice)->state().set_state_int(TX0_IO_COMPLETE, 0)
|
||||
|
||||
struct tx0_reset_param_t
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user