mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
[COCO] Enabling RTC outside of coco3 (mametesters #4894)
This commit is contained in:
parent
844a20571c
commit
c88ba96850
@ -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
|
||||
|
||||
|
||||
|
@ -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 )
|
||||
//-------------------------------------------------
|
||||
|
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user