[COCO] Enabling RTC outside of coco3 (mametesters #4894)

This commit is contained in:
Nathan Woods 2012-12-28 11:23:56 +00:00
parent 844a20571c
commit c88ba96850
3 changed files with 15 additions and 13 deletions

View File

@ -113,6 +113,19 @@ INPUT_PORTS_END
//-------------------------------------------------
// INPUT_PORTS( coco_rtc )
//-------------------------------------------------
INPUT_PORTS_START( coco_rtc )
PORT_START("real_time_clock")
PORT_CONFNAME( 0x03, 0x00, "Real Time Clock" )
PORT_CONFSETTING( 0x00, "Disto" )
PORT_CONFSETTING( 0x01, "Cloud-9" )
INPUT_PORTS_END
//-------------------------------------------------
// INPUT_PORTS( coco_keyboard )
//-------------------------------------------------
@ -209,6 +222,7 @@ static INPUT_PORTS_START( coco )
PORT_INCLUDE( coco_joystick )
PORT_INCLUDE( coco_analog_control )
PORT_INCLUDE( coco_cart_autostart )
PORT_INCLUDE( coco_rtc )
INPUT_PORTS_END

View File

@ -203,19 +203,6 @@ INPUT_PORTS_END
//-------------------------------------------------
// INPUT_PORTS( coco_rtc )
//-------------------------------------------------
static INPUT_PORTS_START( coco_rtc )
PORT_START("real_time_clock")
PORT_CONFNAME( 0x03, 0x00, "Real Time Clock" )
PORT_CONFSETTING( 0x00, "Disto" )
PORT_CONFSETTING( 0x01, "Cloud-9" )
INPUT_PORTS_END
//-------------------------------------------------
// INPUT_PORTS( coco3 )
//-------------------------------------------------

View File

@ -30,6 +30,7 @@
INPUT_PORTS_EXTERN( coco_analog_control );
INPUT_PORTS_EXTERN( coco_cart_autostart );
INPUT_PORTS_EXTERN( coco_rtc );
SLOT_INTERFACE_EXTERN( coco_cart );