trunk/src/mess/drivers/coco3.c
| r19889 | r19890 | |
| 204 | 204 | |
| 205 | 205 | |
| 206 | 206 | //------------------------------------------------- |
| 207 | | // INPUT_PORTS( coco_rtc ) |
| 208 | | //------------------------------------------------- |
| 209 | | |
| 210 | | static INPUT_PORTS_START( coco_rtc ) |
| 211 | | PORT_START("real_time_clock") |
| 212 | | PORT_CONFNAME( 0x03, 0x00, "Real Time Clock" ) |
| 213 | | PORT_CONFSETTING( 0x00, "Disto" ) |
| 214 | | PORT_CONFSETTING( 0x01, "Cloud-9" ) |
| 215 | | INPUT_PORTS_END |
| 216 | | |
| 217 | | |
| 218 | | |
| 219 | | //------------------------------------------------- |
| 220 | 207 | // INPUT_PORTS( coco3 ) |
| 221 | 208 | //------------------------------------------------- |
| 222 | 209 | |
trunk/src/mess/drivers/coco12.c
| r19889 | r19890 | |
| 114 | 114 | |
| 115 | 115 | |
| 116 | 116 | //------------------------------------------------- |
| 117 | // INPUT_PORTS( coco_rtc ) |
| 118 | //------------------------------------------------- |
| 119 | |
| 120 | INPUT_PORTS_START( coco_rtc ) |
| 121 | PORT_START("real_time_clock") |
| 122 | PORT_CONFNAME( 0x03, 0x00, "Real Time Clock" ) |
| 123 | PORT_CONFSETTING( 0x00, "Disto" ) |
| 124 | PORT_CONFSETTING( 0x01, "Cloud-9" ) |
| 125 | INPUT_PORTS_END |
| 126 | |
| 127 | |
| 128 | |
| 129 | //------------------------------------------------- |
| 117 | 130 | // INPUT_PORTS( coco_keyboard ) |
| 118 | 131 | //------------------------------------------------- |
| 119 | 132 | // |
| r19889 | r19890 | |
| 209 | 222 | PORT_INCLUDE( coco_joystick ) |
| 210 | 223 | PORT_INCLUDE( coco_analog_control ) |
| 211 | 224 | PORT_INCLUDE( coco_cart_autostart ) |
| 225 | PORT_INCLUDE( coco_rtc ) |
| 212 | 226 | INPUT_PORTS_END |
| 213 | 227 | |
| 214 | 228 | |