Previous 199869 Revisions Next

r26744 Tuesday 24th December, 2013 at 18:26:18 UTC by Wilbert Pol
Removed some unused defines (nw)
[src/emu/cpu/pdp1]pdp1.h tx0.h

trunk/src/emu/cpu/pdp1/pdp1.h
r26743r26744
2020};
2121
2222#define pdp1_pulse_start_clear(cpudevice)   (cpudevice)->set_state_int(PDP1_START_CLEAR, (UINT64)0)
23#define pdp1_pulse_iot_done(cpudevice)      (cpudevice)->set_state_int(PDP1_IO_COMPLETE, (UINT64)0)
2423
2524typedef void (*pdp1_extern_iot_func)(device_t *device, int op2, int nac, int mb, int *io, int ac);
2625typedef void (*pdp1_read_binary_word_func)(device_t *device);
trunk/src/emu/cpu/pdp1/tx0.h
r26743r26744
2020   TX0_IO_COMPLETE     /* hack, do not use directly, use tx0_pulse_io_complete instead */
2121};
2222
23#define tx0_pulse_reset(cpudevice)          (cpudevice)->state().set_state_int(TX0_RESET, 0)
24#define tx0_pulse_io_complete(cpudevice)    (cpudevice)->state().set_state_int(TX0_IO_COMPLETE, 0)
2523
2624struct tx0_reset_param_t
2725{

Previous 199869 Revisions Next


© 1997-2024 The MAME Team