| 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 |
| r26743 | r26744 | |
|---|---|---|
| 20 | 20 | }; |
| 21 | 21 | |
| 22 | 22 | #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) | |
| 24 | 23 | |
| 25 | 24 | typedef void (*pdp1_extern_iot_func)(device_t *device, int op2, int nac, int mb, int *io, int ac); |
| 26 | 25 | typedef void (*pdp1_read_binary_word_func)(device_t *device); |
| r26743 | r26744 | |
|---|---|---|
| 20 | 20 | TX0_IO_COMPLETE /* hack, do not use directly, use tx0_pulse_io_complete instead */ |
| 21 | 21 | }; |
| 22 | 22 | |
| 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) | |
| 25 | 23 | |
| 26 | 24 | struct tx0_reset_param_t |
| 27 | 25 | { |
| Previous | 199869 Revisions | Next |