| Previous | 199869 Revisions | Next |
| r20756 Wednesday 6th February, 2013 at 04:12:32 UTC by R. Belmont |
|---|
| missed these (nw) |
| [src/mess/machine] | a2eauxslot.c a2eauxslot.h |
| r20755 | r20756 | |
|---|---|---|
| 130 | 130 | { |
| 131 | 131 | } |
| 132 | 132 | |
| 133 | device_a2eauxslot_card_interface *a2eauxslot_device::get_a2eauxslot_card( | |
| 133 | device_a2eauxslot_card_interface *a2eauxslot_device::get_a2eauxslot_card() | |
| 134 | 134 | { |
| 135 | 135 | return m_device; |
| 136 | 136 | } |
| r20755 | r20756 | |
|---|---|---|
| 80 | 80 | static void static_set_cputag(device_t &device, const char *tag); |
| 81 | 81 | |
| 82 | 82 | void add_a2eauxslot_card(device_a2eauxslot_card_interface *card); |
| 83 | device_a2eauxslot_card_interface *get_a2eauxslot_card( | |
| 83 | device_a2eauxslot_card_interface *get_a2eauxslot_card(); | |
| 84 | 84 | |
| 85 | 85 | void set_irq_line(int state); |
| 86 | 86 | void set_nmi_line(int state); |
| Previous | 199869 Revisions | Next |