Previous 199869 Revisions Next

r19890 Friday 28th December, 2012 at 11:23:56 UTC by Nathan Woods
[COCO] Enabling RTC outside of coco3  (mametesters #4894)
[src/mess/drivers]coco12.c coco3.c
[src/mess/includes]coco.h

trunk/src/mess/drivers/coco3.c
r19889r19890
204204
205205
206206//-------------------------------------------------
207//  INPUT_PORTS( coco_rtc )
208//-------------------------------------------------
209
210static 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" )
215INPUT_PORTS_END
216
217
218
219//-------------------------------------------------
220207//  INPUT_PORTS( coco3 )
221208//-------------------------------------------------
222209
trunk/src/mess/drivers/coco12.c
r19889r19890
114114
115115
116116//-------------------------------------------------
117//  INPUT_PORTS( coco_rtc )
118//-------------------------------------------------
119
120INPUT_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" )
125INPUT_PORTS_END
126
127
128
129//-------------------------------------------------
117130//  INPUT_PORTS( coco_keyboard )
118131//-------------------------------------------------
119132//
r19889r19890
209222   PORT_INCLUDE( coco_joystick )
210223   PORT_INCLUDE( coco_analog_control )
211224   PORT_INCLUDE( coco_cart_autostart )
225   PORT_INCLUDE( coco_rtc )
212226INPUT_PORTS_END
213227
214228
trunk/src/mess/includes/coco.h
r19889r19890
3030
3131INPUT_PORTS_EXTERN( coco_analog_control );
3232INPUT_PORTS_EXTERN( coco_cart_autostart );
33INPUT_PORTS_EXTERN( coco_rtc );
3334
3435SLOT_INTERFACE_EXTERN( coco_cart );
3536

Previous 199869 Revisions Next


© 1997-2024 The MAME Team